* {
    margin: 0px;
    padding: 0px;
}

html, body {
    padding: 0px !important;
}

body {
    color: #484848;
    background: #fff;
    overflow-x: hidden;
    font-family: 'Comfortaa', cursive;
    -webkit-font: 400 14px/23px 'Open Sans', Arial, Helvetica, sans-serif, "Helvetica Neue";
}

    body h1, body h2, body h3, body h4, body h5, body h6 {
        color: #000;
        margin: 0 0 8px;
        font-weight: 400;
        line-height: 1.5;
        font-style: normal;
        text-transform: uppercase;
        font-family: 'Dosis', sans-serif;
    }

h1 {
    font-size: 35px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #9ecb4c;
    }

p a {
}

    p a:hover {
        text-decoration: underline;
    }

p {
    letter-spacing: normal;
    line-height: 28px;
    margin: 0 0 20px;
    font-size: 15px;
    font-family: 'Comfortaa', cursive;
}

a {
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        outline: none;
        text-decoration: none;
    }

ul {
    margin: 0;
}

figure {
    margin-bottom: 6px;
    position: relative;
}

img {
    height: auto;
    max-width: 100%;
}

strong {
    color: #000;
}

iframe {
    border: none;
    float: left;
    width: 100%;
}

.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor {
}

    .wp-caption.alignleft, .wp-caption.alignnone {
        width: 100%;
    }

button {
    border: none;
}

textarea, select, .tg-select select, .form-control, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #484848;
    outline: none;
    height: 40px;
    padding: 10px;
    background: #fff;
    font-size: 13px;
    box-shadow: none;
    line-height: 18px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group {
    margin: 0 0 20px;
}

.form-control::-moz-placeholder {
    text-transform: capitalize;
    color: #999;
}

.form-control:focus::-moz-placeholder, input:focus, .select select:focus, .form-control:focus {
    color: #484848;
    border-color: #484848;
    box-shadow: none !important;
}

.tg-select {
    color: 999;
    width: 100%;
    float: left;
    position: relative;
    text-transform: capitalize;
}

    .tg-select:after {
        content: '\f107';
        top: 50%;
        right: 15px;
        z-index: 2;
        width: 13px;
        color: #999;
        display: block;
        font-size: 14px;
        margin-top: -5px;
        line-height: 10px;
        position: absolute;
        text-align: center;
        font-family: 'FontAwesome';
    }

    .tg-select select {
        width: 100%;
        z-index: 1;
        color: #999;
        height: 40px;
        padding: 0 10px;
        line-height: 18px;
        position: relative;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        text-transform: capitalize;
    }

        .tg-select select option:first-child {
            color: #999;
        }

        .tg-select select option {
            color: #484848;
        }

.tg-radio, .tg-radio label, .tg-checkbox, .tg-checkbox label {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
}

    .tg-radio label, .tg-checkbox label {
        cursor: pointer;
        display: block;
        padding: 0 0 0 20px;
    }

    .tg-radio input[type=radio], .tg-checkbox input[type=checkbox] {
        display: none;
    }

        .tg-checkbox input[type=checkbox] + label:before {
            top: 2px;
            left: 0;
            content: '';
            width: 12px;
            height: 12px;
            color: #484848;
            background: #fff;
            font-size: 9px;
            line-height: 10px;
            border-radius: 3px;
            position: absolute;
            text-align: center;
            font-family: 'FontAwesome';
            border: 1px solid #484848;
            -webkit-box-shadow: inset 0 0 3px 0 #ccc;
            box-shadow: inset 0 0 3px 0 #ccc;
        }

        .tg-checkbox input[type=checkbox]:checked + label:before {
            content: '\f00c';
        }

        .tg-radio input[type=radio] + label:before {
            top: 3px;
            left: 5px;
            content: '';
            width: 12px;
            height: 12px;
            border-radius: 50%;
            position: absolute;
            border: 2px solid #484848;
        }

        .tg-radio input[type=radio] + label:after {
            top: 7px;
            left: 9px;
            content: '';
            width: 4px;
            height: 4px;
            opacity: 0;
            background: #000;
            border-radius: 50%;
            position: absolute;
            visibility: hidden;
        }

        .tg-radio input[type=radio]:checked + label {
            color: #484848;
        }

            .tg-radio input[type=radio]:checked + label:after {
                opacity: 1;
                visibility: visible;
            }

            .tg-radio input[type=radio]:checked + label:before {
                border-color: #000;
            }

.tg-iosstylcheckbox {
    width: 24px;
    float: right;
    margin: 3px 0;
    position: relative;
}

    .tg-iosstylcheckbox input[type=checkbox], .tg-iosstylcheckbox input[type=checkbox]:active {
        display: none;
    }

    .tg-iosstylcheckbox label {
        margin: 0;
        width: 100%;
        height: 14px;
        display: block;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        border: 1px solid #484848;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

        .tg-iosstylcheckbox label:before {
            top: -1px;
            left: -1px;
            z-index: 1;
            height: 14px;
            width: 14px;
            content: '';
            display: block;
            position: absolute;
            background: #fff;
            border: 1px solid #484848;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }

    .tg-iosstylcheckbox input[type=checkbox]:checked + label:before {
        left: calc(100% - 13px);
        border-color: transparent;
    }

label {
    color: #fff;
    display: block;
    margin-bottom: 6px;
    text-transform: capitalize;
    font: 900 20px 'Dosis', sans-serif;
}

form p {
    float: left;
    position: relative;
    width: 100%;
}

    form p span i {
        color: #474747;
        left: 16px;
        position: absolute;
        top: 13px;
    }

option {
    padding: 5px 15px;
}

li {
    line-height: 28px;
    list-style: disc inside none;
}

ul ul {
    margin-left: 20px;
}

ol {
    float: none;
    list-style: decimal;
    padding-left: 15px;
}

    ol ol {
        margin-left: 20px;
    }

    ol li {
        list-style: decimal;
        width: 100%;
    }

table {
    background-color: transparent;
    max-width: 100%;
}

th {
    text-align: left;
}

table {
    margin-bottom: 15px;
    width: 100%;
}

    table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
        border-top: 1px solid #d2d2d2;
        border: 1px solid #d2d2d2;
        line-height: 2.5;
        padding-left: 3px;
        text-align: center;
        vertical-align: top;
    }

    table thead tr th {
        border-top: 1px solid #d2d2d2;
        text-align: center;
        text-transform: capitalize;
    }

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #d2d2d2;
}

table > thead > tr > th {
    border-bottom: 2px solid #d2d2d2;
    vertical-align: bottom;
}

table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-bottom: 0;
}

table > tbody + tbody {
    border-top: 2px solid #d2d2d2;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px 20px;
}

p ins {
    color: #999;
}

dl dd {
    margin-left: 20px;
}

em {
    color: #000 !important;
}

address {
    font-style: italic;
}

.tg-haslayout {
    width: 100%;
    float: left;
}

.tg-main-section {
}

.tg-location-map {
    width: 100%;
    float: left;
    height: 500px;
}

.tg-btn-sm {
    padding: 0 20px;
    line-height: 30px;
}

.tg-btn {
    color: #fff;
    padding: 0 30px;
    background: #484848;
    position: relative;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    font-family: 'Comfortaa', cursive;
    line-height: 40px;
}

    .tg-btn:hover {
        color: #fff !important;
    }

.tg-btn-lg {
    width: 100%;
    padding: 0;
}

.tg-socialicons {
    overflow: hidden;
    list-style: none;
    text-align: center;
    line-height: 30px;
}

    .tg-socialicons li {
        float: left;
        padding: 0 4px;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-socialicons li a {
            width: 30px;
            height: 30px;
            color: #fff;
            display: block;
            background: #000;
            overflow: hidden;
            border-radius: 50%;
        }

        .tg-socialicons li.tg-facebook a {
            background: #3b5998;
        }

        .tg-socialicons li.tg-twitter a {
            background: #55acee;
        }

        .tg-socialicons li.tg-linkedin a {
            background: #007bb5;
        }

        .tg-socialicons li.tg-googleplus a {
            background: #dd4b39;
        }

        .tg-socialicons li.tg-rss a {
            background: #ff6600;
        }

        .tg-socialicons li a i {
            display: block;
            font-size: 13px;
            text-align: center;
            line-height: inherit;
        }

        .tg-socialicons li a:hover {
        }

.tg-verticalmiddle {
    margin: 0 -1px;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}

.tg-description {
    width: 100%;
    float: left;
}

.tg-bglight {
    background: #f8f8f8;
}

.tg-stars span, .tg-stars {
    width: 75px;
    height: 12px;
    float: left;
    line-height: 12px;
    position: relative;
}

    .tg-stars span:after, .tg-stars:before {
        top: 0;
        left: 0;
        font-size: 12px;
        line-height: 12px;
        position: absolute;
        letter-spacing: 4px;
        font-family: 'FontAwesome';
        content: '\f005 \f005 \f005 \f005 \f005';
    }

    .tg-stars:before {
        color: #ddd;
        content: '\f005 \f005 \f005 \f005 \f005';
    }

    .tg-stars span {
        width: 78%;
        overflow: hidden;
    }

        .tg-stars span:after {
            color: #fdb900;
        }

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > [class^="col-"], .no-gutters > [class*="col-"], .row.no-gutters > [class^="col-"], .row.no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.tg-sectionhead {
    width: 100%;
    float: left;
    padding: 0 0 40px;
    text-align: center;
}

.tg-sectiontitle {
    position: relative;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}

    .tg-sectiontitle h1, .tg-sectiontitle h2, .tg-sectiontitle h3, .tg-sectiontitle h4, .dispensaryguideheading h1, .dispensaryguideheading h2 {
        font-family: 'Dosis', sans-serif;
        margin: 0 0 3px;
        font-size: 28px;
        line-height: 43px;
        position: relative;
        letter-spacing: 1.6px;
        font-weight: 900;
        text-transform: uppercase;
        color: #000;
    }

.latesBlogs .tg-blog h2 {
    color: #a0cd4e;
}

.latesBlogs .tg-section {
    padding-bottom: 20px;
}

.latesBlogs .tg-sectiondesciption {
    width: 100%;
    float: left;
    margin-bottom: 3em;
}

.tg-svginject {
    left: -100px;
    position: absolute;
    max-width: 50px;
    width: 100%;
    top: -6px;
}

.latesBlogs .tg-sectiondesciption p {
    font-size: 23px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.tg-sectionhead .tg-description {
    padding: 40px 0 0;
}

    .tg-sectionhead .tg-description p {
        margin: 0;
    }

.tg-usericon {
    color: #fff;
    width: 22px;
    float: left;
    font-size: 12px;
    background: #000;
    overflow: hidden;
    line-height: 22px;
    border-radius: 3px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}

    .tg-usericon + .tg-usericon {
        margin: 0;
    }

.tg-usericonholder {
    width: 84px;
    display: block;
    font-style: normal;
}

.tg-iconvarified .tg-usericonholder {
    width: 77px;
}

.tg-iconfeatured {
}

.tg-iconvarified {
    background: #77ab38;
}

.tg-usericon i, .tg-usericon span {
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.tg-usericon i {
    width: 22px;
    text-align: center;
}

.tg-usericon span {
    padding: 0 8px 0 0;
}

.tg-usericon:focus, .tg-usericon:hover {
    color: #fff;
}

.tg-usericon.tg-iconfeatured:hover {
    width: 84px;
}

.tg-usericon.tg-iconvarified:hover {
    width: 77px;
}

.tg-alignleft {
    text-align: left;
}

.tg-btnroundprev, .tg-btnroundnext {
    width: 50px;
    height: 50px;
    display: block;
    background: #fff;
    overflow: hidden;
    font-size: 20px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #999;
}

    .tg-btnroundprev i, .tg-btnroundnext i, .tg-btnroundprev i:before, .tg-btnroundnext i:before {
        display: block;
        line-height: inherit;
    }

    .tg-btnroundprev:hover i, .tg-btnroundnext:hover i {
        color: #fff;
    }

.tooltip {
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    padding: 0 !important;
    text-transform: uppercase;
}

    .tooltip.right {
        margin-left: -14px;
    }

    .tooltip.top {
        margin-top: -10px;
    }

    .tooltip.right .tooltip-arrow {
        top: 100%;
        left: 0 !important;
        border-width: 10px 7px 0 0;
        margin: -3px 0 0 !important;
        border-right-color: transparent !important;
    }

    .tooltip.top .tooltip-arrow {
        bottom: -5px !important;
        border-top-color: #02aae8;
    }

    .tooltip .tooltip-inner {
        margin: 0;
        padding: 4px 8px;
        max-width: 100%;
        border-radius: 0;
        width: 100% !important;
    }

.tg-tooltipwhite + .tooltip {
    width: auto;
    box-shadow: 0 0 10px 0px rgba(17, 1, 14, 0.10);
}

    .tg-tooltipwhite + .tooltip.top .tooltip-arrow {
        border-top-color: #fff !important;
    }

    .tg-tooltipwhite + .tooltip.top .tooltip-inner {
        color: #484848 !important;
        background: #fff !important;
    }

.tg-leftalign {
    text-align: left;
}

    .tg-leftalign h2 {
        display: block;
    }

.tg-icon {
    width: 100%;
    float: left;
    text-align: center;
}

    .tg-icon i {
        display: block;
        font-size: 30px;
        line-height: 26px;
        text-align: center;
    }

.tg-title {
    width: 100%;
    float: left;
}

    .tg-title h3 {
        margin: 0;
        font-size: 20px;
        line-height: 20px;
        font-family: 'Comfortaa', cursive;
        position: relative;
        text-transform: capitalize;
    }

    .tg-title h2 {
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 20px;
    }

    .tg-title.tg-icon {
        text-align: left;
    }

        .tg-title.tg-icon h3 {
            padding: 0 0 0 30px;
        }

            .tg-title.tg-icon h3:before {
                top: 0;
                left: 0;
                position: absolute;
                font-family: 'FontAwesome';
            }

.tg-themeform {
    width: 100%;
    float: left;
}

    .tg-themeform fieldset {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        border: 0;
    }

        .tg-themeform fieldset .form-group {
            width: 100%;
            float: left;
        }

        .tg-themeform fieldset textarea {
            width: 100%;
            height: 260px;
            float: left;
            resize: none;
        }

.tg-parallaximg {
    color: #fff;
    overflow: hidden;
    position: relative;
}

    .tg-parallaximg .container {
        z-index: 2;
        position: relative;
    }

    .tg-parallaximg:before {
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        background: -moz-linear-gradient(top, rgba(72,72,72,0.7) 0%, rgba(72,72,72,0.7) 100%);
        background: -webkit-linear-gradient(top, rgba(72,72,72,0.7) 0%, rgba(72,72,72,0.7) 100%);
        background: linear-gradient(to bottom, rgba(72,72,72,0.7) 0%, rgba(72,72,72,0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc484848', endColorstr='#cc484848',GradientType=0);
    }

.tg-imgoverlap {
    padding: 70px 0;
    overflow: visible;
}

.tg-parallaximg .tg-svginject path {
    fill: #fff;
}

.tg-parallaximg h2 {
    color: #fff;
}

.tg-metadata {
    width: 100%;
    float: left;
    font-size: 13px;
    list-style: none;
    line-height: 16px;
    padding: 0 0 13px;
}

    .tg-metadata li {
        float: left;
        padding: 0 15px;
        line-height: 16px;
        position: relative;
        list-style-type: none;
    }

        .tg-metadata li:first-child {
            padding-left: 0;
        }

        .tg-metadata li + li:before {
            top: 5px;
            left: -2px;
            color: #999;
            content: '/';
            font-size: 12px;
            line-height: 11px;
            position: absolute;
        }

        .tg-metadata li i, .tg-metadata li a, .tg-metadata li a i {
            color: #484848;
            line-height: 16px;
            display: inline-block;
            vertical-align: middle;
        }

        .tg-metadata li > i {
            width: 20px;
        }

        .tg-metadata li a:hover i.tg-dislike, .tg-metadata li a i.tg-like {
            color: #db6460;
        }

.tg-dislike + .tooltip .tooltip-inner {
    background: #db6460;
}

.tg-dislike + .tooltip .tooltip-arrow {
    border-top-color: #db6460;
}

.tg-socialsharewithtext {
    margin: 0;
    list-style: none;
    line-height: 25px;
}

    .tg-socialsharewithtext li {
        width: auto;
        float: left;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-socialsharewithtext li + li {
            padding: 0 0 0 5px;
        }

.tg-roundicontext {
    color: #fff;
    width: 25px;
    float: left;
    font-size: 12px;
    background: #000;
    overflow: hidden;
    line-height: 25px;
    border-radius: 25px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}

    .tg-roundicontext + .tg-roundicontext {
        margin: 0 0 0 6px;
    }

    .tg-roundicontext .tg-usericonholder {
        width: 150px;
        display: block;
        overflow: hidden;
        font-style: normal;
    }

    .tg-roundicontext i, .tg-roundicontext span {
        float: left;
        font-size: 11px;
        line-height: 25px;
    }

    .tg-roundicontext i {
        width: 25px;
        text-align: center;
    }

    .tg-roundicontext:focus, .tg-roundicontext:hover {
        color: #fff;
    }

.tg-facebook .tg-roundicontext:hover {
    width: 134px;
}

.tg-twitter .tg-roundicontext:hover {
    width: 124px;
}

.tg-linkedin .tg-roundicontext:hover {
    width: 122px;
}

.tg-googleplus .tg-roundicontext:hover {
    width: 120px;
}

.tg-rss .tg-roundicontext:hover {
    width: 105px;
}

.tg-youtube .tg-roundicontext:hover {
    width: 130px;
}

.tg-socialsharewithtext li.tg-facebook a {
    background: #3b5998;
}

.tg-socialsharewithtext li.tg-twitter a {
    background: #55acee;
}

.tg-socialsharewithtext li.tg-linkedin a {
    background: #007bb5;
}

.tg-socialsharewithtext li.tg-googleplus a {
    background: #dd4b39;
}

.tg-socialsharewithtext li.tg-rss a {
    background: #ff6600;
}

.tg-socialsharewithtext li.tg-youtube a {
    background: #bb0000;
}

.tg-modaldialog {
    width: 830px;
    margin: 50px auto 0;
    overflow: hidden !important;
}

.tg-modalcontent {
    border: 0;
    width: 100%;
    float: left;
    padding: 30px;
    margin: 40px 0 0;
    background: #fff;
    box-shadow: none;
    border-radius: 5px;
}

    .tg-modalcontent h2 {
        top: -40px;
        left: 0;
        z-index: 1;
        width: 100%;
        color: #fff;
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 16px;
        position: absolute;
    }

.tg-modalclose {
    top: -40px;
    right: 0;
    z-index: 2;
    opacity: 1;
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    text-shadow: none;
    line-height: 40px;
    position: absolute;
    text-align: center;
}

    .tg-modalclose:hover, .tg-modalclose:focus {
        color: #fff;
        opacity: 1;
    }

    .tg-modalclose span {
        display: block;
        line-height: inherit;
    }

.tg-pagination {
    width: 100%;
    float: left;
    font: 13px/30px 'Oxygen', Arial, Helvetica, sans-serif;
}

    .tg-pagination ul {
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;
        list-style: none;
        line-height: 30px;
        text-align: center;
    }

        .tg-pagination ul li {
            margin: 0 3px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            background: #f8f8f8;
            list-style-type: none;
            display: inline-block;
            vertical-align: top;
        }

            .tg-pagination ul li a {
                color: #484848;
                display: block;
                text-align: center;
                position: relative;
                line-height: 30px;
            }

            .tg-pagination ul li.tg-nextpage a, .tg-pagination ul li.tg-prevpage a {
                color: #fff;
                background: #484848;
            }

            .tg-pagination ul li.tg-prevpage a {
                border-radius: 3px 0 0 3px;
            }

            .tg-pagination ul li.tg-nextpage a {
                border-radius: 0 3px 3px 0;
            }

                .tg-pagination ul li.tg-nextpage a i, .tg-pagination ul li.tg-prevpage a i {
                    display: block;
                    line-height: 30px;
                }

                .tg-pagination ul li.tg-active a, .tg-pagination ul li a:hover, .tg-pagination ul li.tg-nextpage a:hover, .tg-pagination ul li.tg-prevpage a:hover, .tg-pagination ul li.tg-nextpage a:hover i, .tg-pagination ul li.tg-prevpage a:hover i {
                    color: #fff;
                }

.tg-breadcrumb {
    margin: 0;
    color: #fff;
    width: 100%;
    float: right;
    list-style: none;
    padding: 15px 0 0;
    text-align: center;
    text-transform: capitalize;
    font: 14px/16px 'Open Sans', Arial, Helvetica, sans-serif;
}

    .tg-breadcrumb li {
        width: auto;
        padding: 0 15px;
        position: relative;
        line-height: inherit;
        list-style-type: none;
        display: inline-block;
        vertical-align: middle;
    }

        .tg-breadcrumb li:after {
            top: 0;
            left: -3px;
            color: #fff;
            content: '\f105';
            position: absolute;
            font-family: 'FontAwesome';
        }

        .tg-breadcrumb li:first-child:after {
            display: none;
        }

        .tg-breadcrumb li a {
            color: #fff;
            display: block;
            line-height: inherit;
        }

.tg-prev, .tg-next {
    top: 0;
    right: 0;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
}

    .tg-prev span, .tg-next span {
        color: #373542;
        display: block;
        line-height: 16px;
        margin: 0 14px 0 0;
    }

.tg-prev {
    top: -2px;
    right: 40px;
    text-align: left;
}

.tg-next {
    text-align: right;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

    .tg-prev span:after, .tg-next span:after {
        content: '';
        top: 50%;
        left: 15px;
        width: 20px;
        height: 1px;
        z-index: -1;
        opacity: 0;
        background: #373542;
        position: absolute;
        visibility: hidden;
    }

    .tg-prev:hover span:after, .tg-next:hover span:after {
        opacity: 1;
        visibility: visible;
    }

    .tg-prev:hover span:after, .tg-next:hover span:after {
        left: 3px;
    }

.tg-wrapper {
    overflow: hidden;
}

body.tg-home .tg-main {
    padding: 20px 0;
}

.tg-main {
    padding: 50px 0;
}

#tg-twocolumns {
    width: 100%;
    float: left;
}

#tg-content {
    z-index: 2;
    width: 100%;
    float: left;
    position: relative;
}

.tg-blogcontent {
    background-color: transparent;
    padding: 0px 5px;
}

    .tg-blogcontent img {
        margin: 10px auto !important;
        vertical-align: middle;
        text-align: center;
        width: 100%;
    }

    .tg-blogcontent .tg-postimg img {
        margin: 0px auto !important;
    }

    .tg-blogcontent .tg-description {
        padding: 15px 0px;
    }

    .tg-blogcontent .tg-posttitle h3 {
        margin: 0;
        width: 100%;
        float: left;
        color: #000 !important;
        font-weight: 900;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .tg-blogcontent h2 {
        font-weight: 900;
        font-size: 24px;
        margin: 15px 0px 10px 0px;
    }

    .tg-blogcontent .topheader {
        width: 100%;
        float: left;
    }

    .tg-blogcontent h3 {
        font-weight: bold;
        font-size: 22px;
        margin: 15px 0px 10px 0px;
    }

.publisheddate {
    width: 100%;
    float: left;
}

    .publisheddate p {
        font-size: 24px;
        float: left;
        width: 100%;
        margin: 30px 0px;
    }

    .publisheddate .tg-postdate {
        background-color: transparent !important;
        color: #000 !important;
        position: relative;
    }

.tg-blogcontent .tg-postcontent {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    position: relative;
    background-color: #fff;
    padding: 0px;
}

.tg-blogcontent .tg-nextprevposts {
    margin-top: 0px;
}

#tg-sidebar {
    width: 100%;
    float: left;
}

.navbar-toggle {
    border: 0;
    margin: 0;
    padding: 9px 14px;
}

    .navbar-toggle .icon-bar {
        width: 16px;
        background: #fff;
    }

.tg-dropdowarrow {
    top: 6px;
    z-index: 5;
    color: #fff;
    right: 15px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    position: absolute;
    border-radius: 1px;
    text-align: center;
    cursor: pointer;
    display: block;
}

.tg-section {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    border-radius: 3px;
}

.tg-box {
    padding: 30px;
}

.icondrop {
    padding: 0px 35px 0px 20px !important;
}

    .icondrop span {
        top: 3px;
        background-color: transparent;
    }

.tg-box:last-child {
    padding-bottom: 0;
}

.tg-box + .tg-box {
    border-top: 1px solid #ddd;
}

.tg-icontitle {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}

    .tg-icontitle h3 {
        margin: 0;
        color: #484848;
        font-size: 20px;
        line-height: 20px;
        position: relative;
        padding: 0 0 0 25px;
        font: 500 20px/20px 'Oxygen', Arial, Helvetica, sans-serif;
    }

        .tg-icontitle h3:before {
            top: 3px;
            left: 0;
            position: absolute;
            font: 18px/18px 'fontAwesome';
        }

.tg-themelist {
    width: 100%;
    float: left;
    font-size: 14px;
    list-style: none;
    line-height: 17px;
    margin: -10px 0 0;
}

    .tg-themelist li {
        width: 100%;
        float: left;
        margin: 10px 0 0;
        line-height: inherit;
        list-style-type: none;
    }

.tg-threecolumns {
    width: 100%;
    float: left;
    font-size: 14px;
    list-style: none;
    line-height: 17px;
    margin: -10px 0 0;
}

    .tg-threecolumns li {
        width: 33.33%;
        float: left;
        margin: 10px 0 0;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-threecolumns li a {
            color: #484848;
        }

.tg-liststyledot li {
    padding: 0 15px;
    position: relative;
}

    .tg-liststyledot li:before {
        top: 7px;
        left: 0;
        width: 3px;
        height: 3px;
        content: '';
        position: absolute;
        border-radius: 50%;
        background: #484848;
    }

.tg-themelist li, .tg-threecolumns li {
    cursor: pointer;
}

    .tg-themelist li i, .tg-threecolumns li i {
        color: #999;
    }

.tg-header {
    z-index: 5;
    background: #fff;
    position: relative;
    border-bottom: 2px solid;
}

.tg-topbar {
    width: 100%;
    float: left;
    padding: 10px 0;
    background: #f8f8f8;
    font: 400 12px/20px 'Open Sans', Arial, Helvetica, sans-serif;
}

.tg-quickadvice {
    float: left;
}

.tg-contactinfo {
    float: right;
    list-style: none;
    font: 400 12px/20px 'Open Sans', Arial, Helvetica, sans-serif;
}

    .tg-contactinfo li {
        float: left;
        padding: 0 20px;
        position: relative;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-contactinfo li:first-child {
            padding-left: 0;
        }

        .tg-contactinfo li:last-child {
            padding-right: 0;
        }

        .tg-contactinfo li + li:before {
            top: 0;
            left: -2px;
            content: '/';
            font-size: 14px;
            line-height: 20px;
            position: absolute;
        }

        .tg-contactinfo li a, .tg-contactinfo li address {
            margin: 0;
            display: block;
            font-style: normal;
            font-size: inherit;
            line-height: inherit;
        }

.tg-logo {
    float: left;
    padding-top: 50px;
    padding-left: 30px;
    max-width: 400px;
    width: 100%;
}

.tg-logo-bottom {
    float: left;
    padding: 30px;
    width: 100%;
    text-align: center;
}

.tg-logo a {
    display: block;
}

    .tg-logo a img {
        display: block;
    }

.tg-navigationarea {
    float: right;
    padding: 54px 0 0;
    margin-right: 1%;
}

.tg-nav, .tg-admin {
    float: left;
    margin-left: 5px;
    margin-right: 30px;
}

.tg-btn.SOthers {
    background-color: black !important;
    border: none !important;
    border-radius: 0 !important;
    border-color: #a0cd4e;
    color: #a0cd4e;
}

.tg-btn {
    background-color: transparent;
    border: 1px solid;
    border-radius: 25px;
    border-color: #a0cd4e;
    color: #a0cd4e;
}

.tg-nav {
    padding: 14px 0 0;
    text-transform: uppercase;
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
}

.tg-navigation {
    width: 100%;
    float: left;
    padding: 0;
}

    .tg-navigation > ul {
        width: 100%;
        float: left;
        border-bottom: 1px solid;
        border-bottom: none;
        float: initial;
        height: 31px;
        padding-left: 0px !important;
    }

    .tg-navigation ul {
        list-style: none;
    }

        .tg-navigation ul li {
            position: relative;
            list-style-type: none;
        }

    .tg-navigation > ul > li {
        float: left;
        padding: 0 20px;
        position: relative;
        line-height: inherit;
    }

        .tg-navigation > ul > li > a {
            display: block;
            color: #484848;
            padding: 0 0 7px;
            font-size: 16px;
            line-height: inherit;
            font-weight: bold;
            text-transform: none;
            color: white;
            letter-spacing: 0.7px
        }

            .tg-navigation > ul > li > a:active {
                /*border-bottom: 3px solid;
                border-bottom-color: white;*/
            }

            .tg-navigation > ul > li > a:hover {
                /*border-bottom: 1px solid;
                border-bottom-color: white;*/
            }

    .tg-navigation ul li:active a {
        /*border-bottom: 3px solid !important;
        border-bottom-color: white !important;*/
    }

    .tg-navigation ul li a {
        display: block;
    }

    .tg-navigation > ul > li.tg-hasdropdown > a {
        position: relative;
        padding: 0 0px 9px 0;
    }

        .tg-navigation > ul > li.tg-hasdropdown > a:before {
            top: 3px;
            right: 0;
            content: '\f107';
            font-size: 14px;
            line-height: 14px;
            position: absolute;
            font-family: 'FontAwesome';
            display: none;
        }

    .tg-navigation > ul > li:last-child > a {
        padding-right: 0;
    }

        .tg-navigation > ul > li:last-child > a:before {
            display: none;
        }

.tg-dropdownmenu {
    top: 200%;
    left: -100px;
    margin: 0;
    margin-top: 4px;
    opacity: 0;
    width: 290px;
    font-size: 13px;
    line-height: 40px;
    background: #fff;
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    text-transform: capitalize;
    -webkit-box-shadow: 0 0 7px 1px rgba(51,51,51,0.20);
    box-shadow: 0 0 7px 1px rgba(51,51,51,0.20);
    padding-left: 0px;
}

    .tg-dropdownmenu li {
        padding: 0 15px;
        position: relative;
        line-height: inherit;
    }

        .tg-dropdownmenu li + li {
            border-top: 1px solid #ddd;
        }

        .tg-dropdownmenu li a {
            color: #484848;
            line-height: inherit;
        }

#tg-navigation ul li.tg-hasdropdown:hover > .tg-dropdownmenu {
    top: 95%;
    opacity: 1;
    visibility: visible;
}

.tg-hasdropdown .tg-hasdropdown:before {
    top: 0;
    right: 15px;
    color: #999;
    font-size: 14px;
    content: '\f105';
    position: absolute;
    line-height: inherit;
    font-family: 'FontAwesome';
}

.tg-dropdownmenu .tg-dropdownmenu {
    left: -100%;
    top: 35% !important;
}

.tg-dropdownmenu .tg-hasdropdown:hover > .tg-dropdownmenu {
    top: 0;
}

.tg-admin {
    padding: 0 0 0 25px;
    position: relative;
}

.tg-guest {
    width: 100%;
    float: left;
}

.tg-adminpic {
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    position: relative;
}

    .tg-adminpic a {
        display: block;
        border-radius: 50%;
    }

        .tg-adminpic a img {
            display: block;
        }

.tg-dashboardbadge {
    top: -10px;
    right: -3px;
    width: 15px;
    height: 15px;
    display: block;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: #db6460;
    border-radius: 50%;
    position: absolute;
}

.tg-guest .tg-message {
    width: 100px;
    float: right;
}

    .tg-guest .tg-message em, .tg-user .tg-usermenu em {
        display: block;
    }

    .tg-user .tg-usermenu em, .tg-guest .tg-message em {
        font: 13px/16px 'Oxygen', Arial, Helvetica, sans-serif;
    }

.tg-loginsinguplinks {
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 15px;
    position: relative;
}

.tg-dropdown {
    position: static;
    display: inline-block;
}

.tg-btndropdown {
    color: #484848;
    outline: none;
    display: block;
    background: transparent;
}

.tg-dropdownbox {
    border: 0;
    margin: 0;
    top: 100px;
    left: auto;
    opacity: 0;
    right: 80px;
    padding: 20px;
    display: block;
    background: #fff;
    border-radius: 0;
    position: absolute;
    visibility: hidden;
}

    .tg-dropdownbox:before {
        width: 0;
        height: 0;
        right: 36px;
        content: '';
        bottom: 100%;
        position: absolute;
        border-bottom: 10px solid #fff;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
    }

    .tg-dropdownbox[aria-labelledby="tg-signin"] {
        width: 310px;
    }

    .tg-dropdownbox[aria-labelledby="tg-signup"] {
        width: 610px;
    }

.tg-dropdown.open .tg-dropdownbox {
    top: 30px;
    opacity: 1;
    visibility: visible;
}

.tg-dropdownbox h2 {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
}

.tg-form {
    width: 100%;
    float: left;
}

    .tg-form fieldset {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
        border: 0;
    }

        .tg-form fieldset .form-group:last-child {
            margin: 0;
        }

        .tg-form fieldset .form-control {
            width: 100%;
        }

        .tg-form fieldset .tg-btn {
            padding: 0 30px;
        }

.tg-forgotpassword {
    float: right;
    font-size: 14px;
    color: #55acee;
    margin: 18px 0;
}

.tg-form.tg-formsignup fieldset .form-group {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.tg-radiobox {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    padding: 0 0 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.tg-joinustitle, .tg-joinus {
    display: inline-block;
    vertical-align: middle;
}

.tg-joinustitle {
    text-transform: capitalize;
    font: 14px/17px 'Oxygen', Arial, Helvetica, sans-serif;
}

.tg-joinus .tg-radio {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

    .tg-joinus .tg-radio label {
        color: #999;
        font: 14px/17px 'Open Sans', Arial, Helvetica, sans-serif;
    }

.tg-form.tg-formsignup p {
    margin: 0;
    color: #999;
}

    .tg-form.tg-formsignup p a {
        color: #55acee;
    }

.tg-checkboxbox {
    width: 100%;
    float: left;
    padding: 15px;
    border-radius: 3px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}

    .tg-checkboxbox .tg-checkbox {
        width: auto;
        margin: 16px 0;
    }

        .tg-checkboxbox .tg-checkbox input[type=checkbox] + label:before {
            top: 0;
            width: 28px;
            height: 28px;
            font-size: 16px;
            line-height: 24px;
            border: 2px solid #c1c1c1;
        }

        .tg-checkboxbox .tg-checkbox label {
            text-transform: none;
            padding: 6px 0 5px 43px;
            font-family: 'Comfortaa', cursive;
        }

.tg-refreshcaptcha {
    float: right;
}

.tg-otheroptionforsignup {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 13px;
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #ddd;
}

.tg-signinoption {
    clear: both;
    margin: -5px;
    padding: 0 0 20px;
    overflow: hidden;
    list-style: none;
}

    .tg-signinoption li {
        width: 50%;
        float: left;
        padding: 5px;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-signinoption li a {
            color: #fff;
            padding: 18px;
            display: block;
            text-align: center;
            line-height: inherit;
        }

        .tg-signinoption li.tg-facebook a {
            background: #2e5894;
        }

        .tg-signinoption li.tg-google a {
            background: #e04b33;
        }

        .tg-signinoption li.tg-twitter a {
            background: #00adcf;
        }

        .tg-signinoption li.tg-linkedin a {
            background: #2099c6;
        }

        .tg-signinoption li a i, .tg-signinoption li a i {
            font-style: normal;
            margin: 0 0 0 10px;
            padding: 0 0 0 10px;
            line-height: inherit;
            display: inline-block;
            vertical-align: middle;
            text-transform: capitalize;
            border-left: 1px solid #fff;
        }

            .tg-signinoption li a i.fa {
                border: 0;
                margin: 0;
                padding: 0;
            }

.tg-alreadyhaveaccount {
    clear: both;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    background: #f2f1f6;
    margin: 10px -20px -20px;
}

    .tg-alreadyhaveaccount h3 {
        margin: 0;
        font-size: 14px;
        line-height: 17px;
        text-transform: none;
    }

        .tg-alreadyhaveaccount h3 a {
            color: #55acee;
        }

.tg-user .tg-usermenu {
    margin: 7px 0 0;
    padding: 0 0 46px;
    display: inline-block;
    vertical-align: middle;
}

    .tg-user .tg-usermenu em {
        position: relative;
        padding: 0 15px 0 0;
        text-transform: uppercase;
    }

        .tg-user .tg-usermenu em:before {
            top: 50%;
            right: 0;
            margin: -5px 0 0;
            content: '\f107';
            font-size: 14px;
            line-height: 10px;
            position: absolute;
            font-family: 'FontAwesome';
        }

.tg-dropdownbox.tg-usermenu {
    padding: 0;
    width: 210px;
    border-radius: 5px;
}

    .tg-dropdownbox.tg-usermenu time {
        display: block;
        padding: 20px;
        text-align: center;
    }

.tg-dropdownbox time strong {
    display: block;
    text-transform: uppercase;
    font: 400 14px/12px 'Oxygen', Arial, Helvetica, sans-serif;
}

    .tg-dropdownbox time strong + strong {
        color: #484848;
        font-size: 36px;
        line-height: 28px;
        padding: 5px 0 0;
        text-transform: none;
    }

.tg-dropdownbox > ul {
    width: 100%;
    float: left;
    list-style: none;
    font: 400 13px/35px 'Oxygen', Arial, Helvetica, sans-serif;
}

    .tg-dropdownbox > ul > li {
        padding: 0 20px;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-dropdownbox > ul > li + li {
            border-top: 1px solid #ddd;
        }

        .tg-dropdownbox > ul > li > a {
            color: #484848;
            display: block;
            line-height: inherit;
        }

            .tg-dropdownbox > ul > li > a > i {
                width: 25px;
            }

            .tg-dropdownbox > ul > li > a > i, .tg-dropdownbox > ul > li > a > span {
                display: inline-block;
                vertical-align: middle;
            }

.tg-dropdown .tg-dropdownbox.tg-usermenu {
    right: 0;
}

.tg-dropdown.open .tg-dropdownbox.tg-usermenu {
    top: 50px;
}

.tg-login .tg-admin .tg-guest, .tg-admin .tg-user, .tg-login .tg-admin .tg-btn {
    display: block;
}

.tg-login .tg-admin .tg-user {
    display: block;
    position: relative;
}

.tg-login .tg-admin {
    padding: 5px 0 0 15px;
}

.tg-user .tg-dropdown:hover .tg-dropdownbox {
    visibility: visible;
    opacity: 1;
    top: 50px;
}

.tg-formtheme {
    width: 100%;
    float: left;
    position: relative;
}

    .tg-formtheme fieldset {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        border: 0;
    }

.tg-homebanner {
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.tg-bannerbg {
    width: 100%;
    float: left;
    margin: 0;
    background-image: url(../../WebAssets/images/couple.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.tg-svginject {
    display: none;
}

.tg-svginject1 {
    display: none;
}

.tg-homebanner .tg-bannerbg img {
    width: 100%;
    height: auto;
    opacity: 1;
    display: block;
}

.tg-bannercontent {
    top: -8%;
    left: 25px;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    display: -webkit-flex;
    display: -webkit-flex-direction column;
    flex-direction: initial;
    justify-content: left;
    align-items: center;
    align-content: center;
}

.tg-formsearch {
    padding: 15px;
    background: #0000009c;
    border: 6px solid;
    padding-top: 0px;
}

.border-color {
    border-color: transparent !important;
}

.tg-formsearch .tg-sectionhead {
    padding: 0 0 20px;
}

.tg-formsearch fieldset {
    margin: 0 0 30px;
    padding: 13px 0;
    border-radius: 5px;
    position: relative;
    border: 2px solid #ddd;
}

    .tg-formsearch fieldset:last-child {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .tg-formsearch fieldset .tg-select {
        width: 20%;
        float: left;
        border-right: 1px solid #ddd;
    }

        .tg-formsearch fieldset .tg-select select {
            border: 0;
            height: 30px;
            padding: 0 15px;
            line-height: 30px;
        }

    .tg-formsearch fieldset .form-control {
        width: 60%;
        float: right;
        border: 0;
        height: 30px;
        line-height: 30px;
        padding: 0 65px 0 15px;
    }

.form-control:focus {
    box-shadow: none;
}

.tg-formsearch fieldset .tg-btnformsearch {
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    color: #fff;
    border-radius: 0 3px 3px 0;
    text-align: center;
    position: absolute;
}

.tg-category {
    width: 100%;
    float: left;
}

    .tg-category .tg-radio {
        padding: 0 2px;
    }

        .tg-category .tg-radio label {
            color: #484848;
            height: 95px;
            padding: 10px;
            font-size: 12px;
            line-height: 15px;
            border-radius: 3px 3px 0 0;
            background: #fcfcfc;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            align-content: center;
        }

    .tg-category .owl-item:nth-child(even) .tg-radio label {
        background: #f8f8f8;
    }

    .tg-category .owl-item:nth-child(odd) .tg-radio label {
        background: #fcfcfc;
    }

    .tg-category .tg-radio label span {
        display: block;
    }

        .tg-category .tg-radio label span:first-child {
            padding: 0 0 10px;
        }

    .tg-category .tg-radio input[type=radio] + label:before, .tg-category .tg-radio input[type=radio] + label:after {
        display: none;
    }

    .tg-category .tg-radio input[type=radio] + label:hover, .tg-category .tg-radio input[type=radio]:checked + label {
        color: #fff;
    }

.tg-subcategories {
    width: auto;
    float: left;
    position: relative;
}

    .tg-subcategories > div {
        display: none;
    }

        .tg-subcategories > div.tg-active {
            display: block;
        }

.tg-categoryslider .tg-btnroundprev, .tg-categoryslider .tg-btnroundnext {
    top: 50%;
    border: 0;
    width: 25px;
    height: 25px;
    font-size: 14px;
    background: #ddd;
    line-height: 25px;
    position: absolute;
    margin: -23px 0 0 0;
}

.tg-categoryslider .tg-btnroundprev {
    left: -13px;
}

.tg-categoryslider .tg-btnroundnext {
    right: -13px;
}

.tg-tabcontent {
    width: 100%;
    float: left;
}

.tg-checkbox.tg-subcategorycheckbox {
    width: 20%;
    float: left;
    padding: 10px;
}

.tg-subcategories-two .tg-checkbox {
    width: 25%;
}

.tg-subcategorycheckbox label {
    padding: 0;
    color: #484848;
    font-size: 14px;
    line-height: 17px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

    .tg-subcategorycheckbox label span {
        display: block;
    }

        .tg-subcategorycheckbox label span:first-child {
            width: 70px;
            height: 70px;
            margin: 0 0 10px;
            border-radius: 50%;
            border: 2px solid #ddd;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            align-content: center;
        }

.tg-subcategorycheckbox input[type=checkbox] + label:before, .tg-subcategorycheckbox input[type=checkbox] + label:after {
    display: none;
}

.tg-subcategorycheckbox input[type=checkbox] + label:hover, .tg-subcategorycheckbox input[type=checkbox]:checked + label {
    color: #484848;
}

    .tg-subcategorycheckbox input[type=checkbox]:checked + label span:first-child, .tg-subcategorycheckbox label:hover span:first-child {
        background: #fff;
    }

.tg-bannerimg {
    float: left;
    margin: -15px 0 0 50px;
}

    .tg-bannerimg img {
        display: block;
    }

.tg-searchfields .form-group {
    width: 100%;
    float: left;
}

.tg-loginbanner {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #ddd;
}

.tg-box {
    width: 100%;
    float: left;
}

.tg-loginbanner .tg-box {
    position: relative;
    padding: 30px 150px 30px 30px;
}

    .tg-loginbanner .tg-box h2 {
        color: #fff;
        margin: 0 0 30px;
        font-size: 24px;
        line-height: 27px;
        text-transform: capitalize;
    }

.tg-loginbanner .tg-description {
    color: #fff;
}

    .tg-loginbanner .tg-description p {
        margin: 0;
    }

        .tg-loginbanner .tg-description p a {
            color: #484848;
        }

.tg-loginbanner .tg-box img {
    bottom: 0;
    right: 25px;
    position: absolute;
}

.tg-profilesettings .tg-dashboardboxtitle {
    width: auto;
}

.tg-margin {
    margin: 35px 0 0;
}

.tg-profilesettings .tg-feetitle {
    float: right;
}

.tg-features {
    width: 100%;
    float: left;
}

.tg-feature {
    width: 100%;
    float: left;
    text-align: center;
}

.tg-featureicon {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    text-align: center;
}

    .tg-featureicon img {
        display: block;
        margin: 0 auto;
    }

.tg-feature h3 {
    font-family: 'Comfortaa', cursive;
    font-size: 30px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #58595b;
    font-weight: bold;
}

    .tg-feature h3 a {
        display: block;
    }

.tg-feature .tg-description p {
    margin: 0;
}

.tg-feature:hover .tg-featureicon img {
    opacity: 1;
    filter: grayscale(0);
}

.tg-sectionimg {
    width: 100%;
    float: left;
    margin: -115px 0 -80px;
}

    .tg-sectionimg img {
        display: block;
        max-width: none;
    }

.tg-statisticscounters {
    width: 100%;
    float: left;
}

.tg-counter {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    min-height: 60px;
    text-align: center;
}

    .tg-counter figure {
        width: 100%;
        float: left;
        margin: 0 0 8px;
    }

        .tg-counter figure img {
            display: block;
            margin: 0 auto;
        }

    .tg-counter h2 {
        clear: both;
        margin: 0;
        color: #fff;
        font-size: 40px;
        line-height: 43px;
    }

        .tg-counter h2 span, .tg-counter h2 em {
            font-style: normal;
            display: inline-block;
            vertical-align: middle;
        }

    .tg-counter h3 {
        margin: 0;
        color: #fff;
        text-transform: capitalize;
        font: 400 16px/19px 'Open Sans', Arial, Helvetica, sans-serif;
    }

.tg-filterbalenav {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 15px;
    list-style: none;
    text-align: center;
    text-transform: capitalize;
    border-bottom: 2px solid #f8f8f8;
}

    .tg-filterbalenav li {
        vertical-align: top;
        display: inline-block;
        line-height: inherit;
    }

        .tg-filterbalenav li a {
            color: #999;
            display: block;
            position: relative;
            padding: 0 20px 10px;
            line-height: inherit;
        }

            .tg-filterbalenav li a:before {
                top: 50%;
                left: 0;
                opacity: 0;
                width: 100%;
                height: 2px;
                content: '';
                visibility: hidden;
                position: absolute;
            }

            .tg-filterbalenav li a.tg-active:before, .tg-filterbalenav li a:hover:before {
                top: 100%;
                opacity: 1;
                visibility: visible;
            }

.tg-featureddirectposts {
    clear: both;
    overflow: hidden;
    background: #fff;
    margin: -30px 0 0;
}

.tg-directpost {
    width: 50%;
    float: left;
    padding: 15px;
}

    .tg-directpost:nth-child(odd) {
        padding-right: 15px;
    }

    .tg-directpost:nth-child(even) {
        padding-left: 15px;
    }

.tg-directpostimg {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
}

    .tg-directpostimg figcaption {
        width: 100%;
        float: left;
        text-align: center;
    }

        .tg-directpostimg figcaption .tg-usericon {
            float: none;
            display: inline-block;
            vertical-align: middle;
        }

    .tg-directpostimg > a {
        display: block;
        margin: 0 0 10px;
        overflow: hidden;
        border-radius: 3px;
    }

        .tg-directpostimg > a img {
            width: 100%;
            height: auto;
            display: block;
        }

.tg-directinfo {
    overflow: hidden;
    position: relative;
}

.tg-directposthead {
    width: 100%;
    float: left;
}

.tg-detailpage > .tg-directinfo > .tg-directposthead {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 200px 0 0;
}

.tg-directposthead h3 {
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
}

.tg-subjects {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 16px;
    padding: 7px 0;
}

.tg-directposthead .tg-stars {
    margin: 4px 0 3px;
}

.tg-feedback, .tg-reviewerdp {
    width: 100%;
    float: left;
    text-align: center;
}

.tg-feedbackcontent {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}

    .tg-feedbackcontent blockquote {
        border: 0;
        width: 100%;
        float: left;
        margin: 0 0 30px;
        padding: 0 0 30px;
        text-align: center;
        position: relative;
    }

        .tg-feedbackcontent blockquote:before {
            left: 50%;
            bottom: 0;
            content: '';
            width: 170px;
            height: 1px;
            background: #fff;
            position: absolute;
            margin: 0 0 0 -85px;
        }

blockquote, blockquote q {
    font: 400 italic 20px/28px 'Open Sans', Arial, Helvetica, sans-serif;
}

.tg-feedbackcontent h3 {
    margin: 0;
    color: #fff;
    clear: both;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
}

.tg-feedbackcontent .tg-metadata {
    width: 100%;
    float: left;
    text-align: center;
}

    .tg-feedbackcontent .tg-metadata li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

        .tg-feedbackcontent .tg-metadata li a, .tg-feedbackcontent .tg-metadata li:before {
            color: #fff;
        }

.tg-metadata li .tg-stars {
    margin: 4px 0 0;
}

.tg-reviewerdpslider {
    width: 60%;
    float: none;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
}

    .tg-reviewerdpslider .item {
        width: 100%;
        float: left;
    }

    .tg-reviewerdpslider .owl-item {
        padding: 0 5px;
    }

.tg-reviewerdp figure {
    margin: 0;
    padding: 7px 0 0 0;
    width: 100%;
    float: left;
    border-bottom: 3px solid transparent;
}

    .tg-reviewerdp figure img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 3px;
    }

.tg-reviewerdpslider .owl-item figure:hover, .tg-reviewerdpslider .owl-item.tg-active figure {
    padding: 0 0 7px;
    border-color: #fff !important;
}

.tg-feedbackcontent .tg-stars:before {
    color: #fff;
}

.tg-newstrusted {
    width: 100%;
    float: left;
}

.tg-latestnews {
    width: 100%;
    float: left;
}

.tg-post {
    width: 100%;
    float: left;
}

.tg-postimg {
    margin: 0;
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 5px;
}

    .tg-postimg a {
        display: block;
    }

        .tg-postimg a img {
            width: 100%;
            height: auto;
            display: block;
        }

.tg-postcontent {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    position: relative;
    padding: 0 0 0 100px;
}

.latesBlogs .tg-postcontent {
    padding-left: 0px;
}

.tg-postdate {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    color: #484848;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    position: absolute;
    border-radius: 3px;
    padding: 17px 10px;
    background: #333;
}

.latesBlogs .tg-postdate {
    position: relative;
    background-color: transparent;
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 10px;
    height: auto;
}

.tg-postdate span {
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.latesBlogs .tg-postdate span {
    color: #000 !important;
    font-weight: bold;
}

.tg-post:hover .tg-postdate span, .tg-post:hover .tg-postdate {
    color: #fff;
    background-color: transparent;
}

.tg-posttitle {
    width: 100%;
    float: left;
}

.latesBlogs .tg-posttitle {
    padding: 0px 20px;
    text-align: center;
    line-height: 28px;
    float: left;
    width: 100%;
}

.tg-posttitle h3 {
    margin: 0;
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize;
}

.latesBlogs .tg-posttitle h3 {
    color: #000;
    font-weight: bold;
    line-height: 28px;
    font-size: 19px;
}

    .latesBlogs .tg-posttitle h3 a {
        color: #000;
    }

.tg-postcontent .tg-metadata {
    width: 100%;
    float: left;
    padding: 0 0 10px;
}

.SharingBtn.tg-metadata {
    margin-top: 10px;
}

.latesBlogs .moredetail {
    float: left;
    width: 100%;
    text-align: center;
    margin: 25px 0px 40px 0px;
}

    .latesBlogs .moredetail a {
        max-width: 100px;
        width: 100%;
        border: 1px solid;
        padding: 12px 35px;
        border-radius: 25px;
        background-color: #9ecb4c;
        color: #fff;
        font-weight: bold;
        letter-spacing: 0.5px;
    }

.tg-metadata li time, .tg-metadata li time em, .tg-metadata li time a, .tg-metadata li a, .tg-metadata li em {
    line-height: 16px;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.tg-postcontent .tg-description p {
    margin: 0;
}

.tg-trustedbymany {
    width: 100%;
    float: left;
}

.tg-brands {
    width: 100%;
    float: left;
}

    .tg-brands figure {
        margin: 0;
        width: 25%;
        float: left;
        padding: 10px;
    }

.tg-newstrusted .tg-brands figure {
    width: 50%;
}

.tg-brands figure a {
    width: 100%;
    height: 150px;
    float: left;
    display: flex;
    border-radius: 5px;
    border: 1px solid #ddd;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

    .tg-brands figure a img {
        opacity: 0.50;
        display: block;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

    .tg-brands figure a:hover img {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

.tg-brandsslider .item {
    width: auto;
    float: none;
    margin: -10px;
    overflow: hidden;
}

body.tg-home .tg-brandsslider .owl-pagination {
    padding: 30px 0 0;
}

.tg-brandsslider .owl-pagination {
    padding: 30px 0 20px 0;
}

.tg-freeregistration {
    width: 100%;
    float: left;
}

.tg-regleftarea {
    float: left;
    padding: 0 0 0 100px;
}

    .tg-regleftarea h2 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 10px;
    }

    .tg-regleftarea .tg-description p {
        margin: 0;
    }

.tg-regrightarea {
    float: right;
    padding: 10px 100px 10px 0;
}

.tg-footer {
    background: #fff;
    overflow: hidden;
}

.tg-subscribetitle {
    width: 100%;
    float: left;
}

    .tg-subscribetitle h3 {
        margin: 0;
        font-size: 24px;
        line-height: 30px;
        color: #fff;
    }

.tg-formsubscribe {
    width: auto;
    float: none;
    margin: 0 -15px;
    padding: 10px 0;
    clear: both;
    overflow: hidden;
}

    .tg-formsubscribe fieldset .form-group {
        width: 38%;
        float: left;
        margin: 0;
        padding: 0 15px;
    }

        .tg-formsubscribe fieldset .form-group:last-child {
            width: 24%;
        }

        .tg-formsubscribe fieldset .form-group .tg-btn {
            width: 100%;
        }

        .tg-formsubscribe fieldset .form-group input {
            width: 100%;
        }

.tg-quicklinks {
    width: 100%;
    float: left;
    padding: 60px 0;
    background-color: #1c1c1c;
}

.tg-subscribe {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.tg-quicklinks {
    padding: 0;
}

.tg-fcols {
    width: 100%;
    float: left;
}

.tg-fcol {
    width: 100%;
    float: left;
    padding: 0 40px;
    min-height: 424px;
}

    .tg-fcol + .tg-fcol {
    }

.tg-infobox .tg-fcol {
    width: 25%;
    float: left;
    text-align: center;
}

    .tg-infobox .tg-fcol + .tg-fcol {
        border-left: 1px solid #ddd;
    }

    .tg-infobox .tg-fcol:first-child {
        width: 50%;
    }

.tg-fcol .tg-logo {
    width: 100%;
    float: left;
    display: block;
    margin: 0 0 20px;
}

.tg-fcol .tg-description {
    padding: 0 0 20px;
}

    .tg-fcol .tg-description p {
        margin: 0;
    }

.tg-fcol .tg-socialicons {
    width: 100%;
    float: left;
    text-align: center;
}

    .tg-fcol .tg-socialicons li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

.tg-fcol .tg-icon {
    padding: 0 0 30px;
}

.tg-fcol .tg-title {
    padding: 0 0 20px;
}

.tg-email {
    width: 100%;
    float: left;
    list-style: none;
    line-height: 17px;
}

    .tg-email li {
        width: 100%;
        float: left;
        padding: 0 0 5px;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-email li a {
            color: #484848;
            display: inline-block;
            vertical-align: middle;
        }

.tg-newsletter {
    width: 100%;
    float: left;
}

    .tg-newsletter fieldset {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        border: 0;
        position: relative;
    }

        .tg-newsletter fieldset .form-control {
            z-index: 1;
            width: 100%;
            float: left;
            position: relative;
            border-color: #ddd;
            background: transparent;
            padding: 15px 36px 15px 10px;
        }

        .tg-newsletter fieldset button {
            top: 50%;
            right: 3px;
            width: 32px;
            height: 32px;
            margin: -16px 0 0;
            z-index: 2;
            color: #fff;
            font-size: 16px;
            line-height: 16px;
            position: absolute;
            border-radius: 3px;
        }

.tg-quicklinks .tg-fcol {
    width: 33.33%;
    padding: 60px 15px;
}

    .tg-quicklinks .tg-fcol:nth-child(2) {
        background: #f3f3f3;
    }

    .tg-quicklinks .tg-fcol:nth-child(3) {
        background: #eeeeee;
        position: relative;
    }

        .tg-quicklinks .tg-fcol:nth-child(3):after {
            left: 100%;
            top: 0;
            content: '';
            width: 9999px;
            height: 100%;
            background: #eeeeee;
            position: absolute;
        }

    .tg-quicklinks .tg-fcol .tg-title {
        padding: 0 0 25px;
    }

.tg-fcol .tg-contactinfo {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 17px;
}

    .tg-fcol .tg-contactinfo li {
        width: 100%;
        padding: 10px 0;
        line-height: inherit;
    }

        .tg-fcol .tg-contactinfo li + li:before {
            display: none;
        }

        .tg-fcol .tg-contactinfo li a {
            color: #484848;
        }

        .tg-fcol .tg-contactinfo li i {
            margin: 0 15px 0 0;
        }

        .tg-fcol .tg-contactinfo li i, .tg-fcol .tg-contactinfo li address {
            display: inline-block;
            vertical-align: middle;
        }

.tg-fcol.tg-specialities ul {
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
}

    .tg-fcol.tg-specialities ul li {
        width: 100%;
        float: left;
        padding: 10px 0;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-fcol.tg-specialities ul li a {
            display: block;
            padding: 0 0 0 10px;
            color: #484848;
            position: relative;
        }

            .tg-fcol.tg-specialities ul li a:hover {
                padding: 0 0 0 15px;
            }

            .tg-fcol.tg-specialities ul li a:after {
                left: 0;
                top: 0;
                content: '\f0da';
                font-family: 'FontAwesome';
                color: #484848;
                position: absolute;
            }

.tg-latestlistings ul {
    width: 100%;
    float: left;
    list-style: none;
}

    .tg-latestlistings ul li {
        width: 100%;
        float: left;
        padding: 5px 0;
        list-style-type: none;
    }

        .tg-latestlistings ul li .tg-authordp {
            margin: 0 10px 0 0;
        }

        .tg-latestlistings ul li .tg-directposthead {
            width: auto;
            float: none;
            padding: 2px 0;
            overflow: hidden;
        }

            .tg-latestlistings ul li .tg-directposthead h3 {
                font-size: 14px;
                line-height: 17px;
            }

.tg-btnviewmore {
    float: left;
    display: block;
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 17px;
    color: #484848;
}

.tg-footerbar {
    width: 100%;
    float: left;
    padding: 0 0;
    background: #191919;
}

.tg-footernav {
    float: left;
    text-transform: capitalize;
    font: 400 12px/16px 'Oxygen', Arial, Helvetica, sans-serif;
}

    .tg-footernav ul {
        width: 100%;
        float: left;
        list-style: none;
        line-height: inherit;
    }

        .tg-footernav ul li {
            float: left;
            padding: 0 0 0 20px;
            line-height: inherit;
            list-style-type: none;
        }

            .tg-footernav ul li:first-child {
                padding: 0;
            }

            .tg-footernav ul li a {
                color: #fff;
                display: block;
                line-height: inherit;
            }

.tg-copyright {
    color: #fff;
    float: right;
    font: 400 12px/16px 'Oxygen', Arial, Helvetica, sans-serif;
}

    .tg-copyright a {
        color: #fff;
    }

.tg-fcol .tg-twitter .tg-roundicontext:hover, .tg-fcol .tg-linkedin .tg-roundicontext:hover, .tg-fcol .tg-googleplus .tg-roundicontext:hover, .tg-fcol .tg-rss .tg-roundicontext:hover, .tg-fcol .tg-youtube .tg-roundicontext:hover, .tg-fcol .tg-facebook .tg-roundicontext:hover {
    width: 25px;
}

.tg-paddingzero {
    padding: 0;
}

.tg-pageinnerbanner {
    padding: 30px 0;
    background-color: #a0cd4e;
}

.tg-pageheadcontent {
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
}

.tg-pagetitle {
    width: 100%;
    float: left;
}

    .tg-pagetitle h1 {
        margin: 0;
        color: #fff;
        font-size: 28px;
        line-height: 30px;
        text-transform: capitalize;
        font-weight: bold;
    }

    .tg-pagetitle h2 {
        margin: 0;
        color: #fff;
        font-size: 28px;
        line-height: 30px;
        text-transform: capitalize;
        font-weight: bold;
    }

.tg-innerbanner {
    z-index: 1;
    padding: 20px 0;
    position: relative;
    background: #484848;
    box-shadow: 0 0 15px 5px rgba(17, 1, 14, 0.10);
}

    .tg-innerbanner .tg-formtheme {
        padding: 13px 0;
        position: relative;
        border: 0;
        border-radius: 3px;
    }

        .tg-innerbanner .tg-formtheme fieldset {
            position: static;
        }

    .tg-innerbanner .tg-formsearch fieldset .tg-select {
        width: 18%;
    }

    .tg-innerbanner .tg-formsearch fieldset .form-control {
        width: 28%;
    }

.tg-pagehead {
    width: 100%;
    float: left;
    padding: 30px 0;
    margin: -100px 0 30px;
    border-bottom: 1px solid #ddd;
}

    .tg-pagehead p {
        margin: 0;
        color: #999;
    }

        .tg-pagehead p span {
            color: #484848;
        }

.tg-twocolumns, .tg-content, .tg-sidebar, {
    width: 100%;
    float: left;
}

.tg-directposts {
    width: 100%;
    float: left;
}

    .tg-directposts .tg-directpost {
        padding: 0;
        width: 100%;
    }

        .tg-directposts .tg-directpost + .tg-directpost {
            padding: 30px 0 0;
        }

    .tg-directposts .tg-directinfo .tg-description p {
        margin: 0;
    }

    .tg-directposts.tg-directpostsv2 {
        width: 35%;
        float: right;
        padding: 0 15px 0 30px;
    }

        .tg-directposts.tg-directpostsv2 .tg-pagehead {
            margin-top: 0;
        }

.tg-allpaddingzero {
    padding: 0;
}

.tg-directpostslistingscrollbar {
    width: 100%;
    float: left;
    height: 964px;
    margin: 0 0 30px;
    overflow: hidden;
    position: relative;
}

    .tg-directpostslistingscrollbar .tg-checkbox + .tg-checkbox {
        margin: 10px 0 0;
    }

    .tg-directpostslistingscrollbar .tg-checkbox label {
        color: #999;
        font-size: 14px;
        font-family: 'Comfortaa', cursive;
    }

.mCSB_scrollTools {
    width: 3px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
    float: right;
    background: #ddd;
    border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
}

.tg-filterarea {
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    position: absolute;
}

.tg-btnfilter {
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    border-radius: 5px;
    box-shadow: 0 0 15px 5px rgba(17, 1, 14, 0.10);
}

    .tg-btnfilter i {
        display: block;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
    }

    .tg-btnfilter:focus, .tg-btnfilter:hover {
        color: #fff;
    }

.tg-filtersection {
    top: 0;
    right: 0;
    width: 430px;
    display: none;
    padding: 30px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 0 15px 5px rgba(17, 1, 14, 0.10);
}

    .tg-filtersection .tg-btnfilter {
        top: 30px;
        right: 30px;
        width: 20px;
        height: 20px;
        color: #484848;
        box-shadow: none;
        line-height: 20px;
        position: absolute;
        background: url(../images/close2.png) no-repeat 50% 50%;
    }

.tg-searchresult {
    width: 100%;
    float: left;
}

body.tg-home .tg-searchresult {
    width: auto;
    float: none;
    margin: -30px -15px 0;
    clear: both;
    overflow: hidden;
}

.tg-searchresult .tg-directpostimg > a {
    margin: 0;
}

.tg-searchresult .tg-directpostimg figcaption {
    bottom: 10px;
    position: absolute;
}

.tg-leftarea {
    float: left;
    padding: 8px 0;
}

body.tg-home .tg-leftarea {
    float: left;
    width: 100%;
    padding: 8px 0;
}

.tg-rightarea {
    right: 0;
    top: 0;
    position: absolute;
}

.tg-leftarea .tg-directposthead {
    width: auto;
    padding: 0 0 8px;
}

.tg-leftarea .tg-contactinfo {
    clear: both;
    float: left;
    text-align: left;
}

    .tg-leftarea .tg-contactinfo li {
        width: 100%;
        float: left;
        padding: 2px 0;
        text-align: left;
        line-height: normal;
    }

        .tg-leftarea .tg-contactinfo li:before {
            display: none;
        }

        .tg-leftarea .tg-contactinfo li a {
            color: #484848;
        }

            .tg-leftarea .tg-contactinfo li a i, .tg-leftarea .tg-contactinfo li a span, .tg-leftarea .tg-contactinfo li a address {
                font-size: 14px;
                display: inline-block;
                vertical-align: middle;
            }

            .tg-leftarea .tg-contactinfo li a i {
                margin: 0 8px 0 0;
            }

.tg-bookappoinment {
    float: right;
    text-align: center;
}

    .tg-bookappoinment > a {
        display: block;
        margin: 0 0 6px;
        font-size: 16px;
        line-height: 19px;
        color: #484848;
    }

        .tg-bookappoinment > a i {
            margin: 0 3px 0 0;
        }

    .tg-bookappoinment a span {
        display: block;
        font-size: 13px;
    }

    .tg-bookappoinment .tg-btn {
        padding: 0 10px;
    }

    .tg-bookappoinment .tg-metadata {
        float: none;
        clear: both;
        overflow: hidden;
        padding: 18px 0 0;
    }

        .tg-bookappoinment .tg-metadata li {
            float: none;
            padding: 0 8px;
            display: inline-block;
            vertical-align: middle;
        }

            .tg-bookappoinment .tg-metadata li:first-child {
                padding-left: 0;
            }

            .tg-bookappoinment .tg-metadata li:last-child {
                padding-right: 0;
            }

            .tg-bookappoinment .tg-metadata li + li:before {
                left: -5px;
            }

            .tg-bookappoinment .tg-metadata li .tg-stars {
                margin: 0;
            }

.tg-map {
    width: 100%;
    float: left;
    height: 1105px;
    position: relative;
}

.tg-mapbox {
    width: 65%;
    float: left;
    position: relative;
}

.map-cluster-data, .tg-map div[title=""] {
    padding: 0 2px 0 0;
    width: 40px !important;
    height: 40px !important;
    font-size: 15px !important;
    line-height: 40px !important;
    background-size: auto !important;
    background-position: center !important;
}

.infoBox {
    width: 430px;
    float: left;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.20);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.20);
}

    .infoBox:after {
        bottom: -25px;
        right: 0;
        content: '';
        width: 0;
        height: 0;
        border-top: 24px solid #999;
        border-right: 30px solid transparent;
        position: absolute;
    }

.tg-mapinfobox .tg-metadata li, .tg-mapinfobox .tg-jobsmetadata li {
    padding: 0 10px;
}

    .tg-mapinfobox .tg-metadata li + li:before, .tg-mapinfobox .tg-jobsmetadata li + li:before {
        top: 3px;
    }

    .tg-mapinfobox .tg-metadata li:first-child, .tg-mapinfobox .tg-jobsmetadata li:first-child {
        padding-left: 0;
    }

        .tg-mapinfobox .tg-metadata li:first-child .tg-stars, .tg-mapinfobox .tg-jobsmetadata li:first-child .tg-stars {
            margin: 2px 0;
        }

.infoBox > img {
    top: -13px;
    right: -13px;
    z-index: 10;
    position: absolute !important;
}

.doctor-detail {
    width: 100%;
    float: left;
    padding: 10px;
    background: #fff;
}

.infoBox .tg-directpostimg {
    margin: 0 20px 10px 0;
    border-radius: 3px;
}

    .infoBox .tg-directpostimg img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 3px;
    }

.infoBox .tg-directpost {
    width: 100%;
    float: left;
    padding: 10px;
}

.infoBox .tg-directpostimg > a {
    margin: 0;
}

.infoBox .tg-directpostimg figcaption {
    left: 0;
    bottom: 10px;
    width: 100%;
    position: absolute;
}

.infoBox figcaption .tg-usericon + .tg-usericon {
    margin: 0 0 0 5px
}

.infoBox figcaption .tg-usericon i {
    float: left;
}

.infoBox .tg-directpost h3 {
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
}

    .infoBox .tg-directpost h3 a {
        color: #484848;
    }

.infoBox .tg-contactinfo {
    clear: both;
    float: left;
    text-align: left;
}

    .infoBox .tg-contactinfo li {
        width: 100%;
        float: left;
        padding: 2px 0;
        text-align: left;
        line-height: normal;
    }

        .infoBox .tg-contactinfo li a {
            color: #484848;
        }

            .infoBox .tg-contactinfo li a i, .infoBox .tg-contactinfo li a span, .infoBox .tg-contactinfo li a address {
                font-size: 14px;
                display: inline-block;
                vertical-align: middle;
            }

            .infoBox .tg-contactinfo li a i {
                margin: 0 8px 0 0;
            }

.infoBox .tg-bookappoinment {
    width: auto;
    float: none;
    clear: both;
    overflow: hidden;
    margin: 0 -10px -10px;
    padding: 15px 20px;
    background: #f7f7f7;
}

    .infoBox .tg-bookappoinment .tg-metadata {
        width: auto;
        padding: 0;
    }

    .infoBox .tg-bookappoinment > a {
        float: left;
        margin: 0;
    }

    .infoBox .tg-bookappoinment .tg-btn {
        float: right;
        line-height: 30px;
        margin: 4px 0;
    }

    .infoBox .tg-bookappoinment .tg-metadata {
        width: auto;
        margin: 0 auto;
        padding: 11px 0 0;
        display: inline-block;
    }

.tg-likestarbecommember .tg-bookappoinment .tg-btn {
    padding: 0 020px;
}

.tg-likestarbecommember .tg-bookappoinment > a {
    margin: 0;
}

.tg-mapinfobox .tg-subjects {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    font-style: normal;
}

.tg-map-controls {
    top: 30px;
    left: 30px;
    z-index: 2;
    width: 126px;
    position: absolute;
}

    .tg-map-controls span {
        float: left;
        width: 30px;
        height: 30px;
        color: #fff;
        cursor: pointer;
        font-size: 13px;
        line-height: 30px;
        text-align: center;
        background: #484848;
        border-radius: 3px;
    }

        .tg-map-controls span + span {
            margin: 0 0 0 2px;
        }

.tg-formrefinesearch h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

.tg-formrefinesearch fieldset {
    margin: 30px 0 0;
}

    .tg-formrefinesearch fieldset h4 {
        padding: 10px;
        color: #fff;
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        margin: 0 0 15px;
        background: #484848;
    }

    .tg-formrefinesearch fieldset .tg-radio, .tg-formrefinesearch fieldset .tg-checkbox {
        width: 50%;
        float: left;
        padding: 5px 0 0;
    }

        .tg-formrefinesearch fieldset .tg-checkbox label, .tg-formrefinesearch fieldset .tg-radio label {
            color: #484848;
            font-size: 13px;
            line-height: 16px;
        }

            .tg-formrefinesearch fieldset .tg-checkbox label:before {
                box-shadow: none;
            }

.tg-formrefinesearch .tg-checkbox:hover label, .tg-formrefinesearch .tg-checkbox input[type=checkbox]:checked + label, .tg-formrefinesearch .tg-checkbox input[type=checkbox]:checked + label:before, .tg-formrefinesearch .tg-checkbox input[type=checkbox]:checked + label:after {
    color: #484848;
    border-color: #484848;
}

.tg-themerangeslider {
    width: 100%;
    float: left;
    height: 3px;
    margin: 10px 0;
    border-radius: 0;
    background: #ddd;
    border: 0 !important;
}

    .tg-themerangeslider .ui-slider-handle {
        top: 3px;
        width: 0;
        height: 0;
        outline: none;
        background: none;
        border-radius: 0;
        border-style: solid;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #000 transparent;
    }

        .tg-themerangeslider .ui-slider-handle + .ui-slider-handle {
            top: -8px;
            margin: 0 0 0 -8px;
            border-style: solid;
            border-width: 8px 8px 0 8px;
            border-color: #484848 transparent transparent transparent;
        }

.tg-amountbox {
    width: 100%;
    float: left;
    margin: 5px 0 0;
}

    .tg-amountbox span, .tg-amountbox input {
        display: inline-block;
        vertical-align: middle;
    }

    .tg-amountbox span {
        color: #999;
        font-size: 13px;
        line-height: 16px;
        padding: 0 8px 0 0;
    }

    .tg-amountbox input {
        border: 0;
        width: auto;
        padding: 0;
        height: auto;
        color: #484848;
        line-height: auto;
        font: 600 13px/16px 'Oxygen', Arial, Helvetica, sans-serif;
    }

.tg-uislider {
    width: 100%;
    float: left;
    padding: 15px 0 0;
}

    .tg-uislider .tg-amountbox span {
        color: #999;
    }

        .tg-uislider .tg-amountbox span + span {
            color: #484848;
            padding: 0;
            font-weight: 600;
        }

.tg-ratingcheckbox {
    width: 100%;
    float: left;
}

.tg-formrefinesearch fieldset .tg-ratingcheckbox .tg-checkbox label {
    line-height: 15px;
}

.tg-ratingcheckbox .tg-checkbox label .tg-stars {
    float: left;
    margin: 0 0 0 3px;
}

    .tg-ratingcheckbox .tg-checkbox label .tg-stars, .tg-ratingcheckbox .tg-checkbox label .tg-stars:before, .tg-ratingcheckbox .tg-checkbox label .tg-stars span, .tg-ratingcheckbox .tg-checkbox label .tg-stars span:after {
        height: 15px;
        font-size: 15px;
        line-height: 15px;
    }

.tg-ratingcheckbox .tg-checkbox label .tg-stars {
    width: 88px;
}

.tg-ratingcheckbox .tg-checkbox label[for="onestar"] .tg-stars span {
    width: 20%;
}

.tg-ratingcheckbox .tg-checkbox label[for="twostar"] .tg-stars span {
    width: 40%;
}

.tg-ratingcheckbox .tg-checkbox label[for="threestar"] .tg-stars span {
    width: 60%;
}

.tg-ratingcheckbox .tg-checkbox label[for="fourstar"] .tg-stars span {
    width: 80%;
}

.tg-ratingcheckbox .tg-checkbox label[for="fivestar"] .tg-stars span {
    width: 100%;
}

.tg-ratingcheckbox .tg-checkbox input[type=checkbox] + label:before {
    top: 2px;
}

.tg-ratingcheckbox .tg-checkbox input[type=checkbox] + label:after {
    top: 6px;
}

.tg-formrefinesearch fieldset .tg-btn {
    width: 48%;
    float: right;
}

    .tg-formrefinesearch fieldset .tg-btn:first-child {
        float: left;
    }

.tg-detailpage {
    width: 100%;
    padding: 0 !important;
}

.tg-directposthead .tg-btn {
    top: 0;
    right: 0;
    position: absolute;
}

.tg-detailpage .tg-description p:last-child {
    margin: 0;
}

.tg-detailpage .tg-btntext {
    width: auto !important;
    display: inline-block !important;
}

.tg-socialarea {
    width: 100%;
    float: left;
    text-align: left;
    padding: 15px 0 0;
}

    .tg-socialarea > span, .tg-socialarea .tg-socialsharewithtext {
        display: inline-block;
        vertical-align: middle;
    }

    .tg-socialarea > span {
        color: #484848;
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
        padding: 0 10px 0 0;
        text-transform: capitalize;
    }

.tg-badgesearned {
    width: 100%;
    float: left;
    padding: 20px;
    margin: 0 0 15px;
    position: relative;
}

    .tg-badgesearned h3 {
        margin: 0 0 20px;
        font-size: 18px;
        line-height: 18px;
    }

.tg-badges {
    clear: both;
    margin: -5px;
    overflow: hidden;
    list-style: none;
}

    .tg-badges li {
        float: left;
        padding: 5px 4px;
        list-style-type: none;
    }

        .tg-badges li a {
            width: 60px;
            height: 60px;
            display: block;
            background: #fff;
            border-radius: 3px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            align-content: center;
        }

            .tg-badges li a:hover {
                box-shadow: 0 0 10px 0px rgba(17, 1, 14, 0.10);
            }

.tg-detailpagetabs {
    width: 100%;
    float: left;
}

.tg-contentdetailpage {
    width: 100%;
    float: left;
}

.tab-pane {
    width: 100%;
    float: left;
}

.tg-tabtitle {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}

    .tg-tabtitle h2 {
        margin: 0;
        float: left;
        color: #484848;
        font-size: 20px;
        line-height: 17px;
        text-transform: capitalize;
    }

    .tg-tabtitle h3 {
        margin: 0;
        float: left;
        color: #484848;
        font-size: 20px;
        line-height: 17px;
        text-transform: capitalize;
    }

    .tg-tabtitle h4 {
        float: right;
        color: #484848;
        margin: 5px 0 0;
        font-size: 14px;
        line-height: 12px;
        text-transform: capitalize;
    }

.tg-navdetailpagetabs {
    width: 100%;
    float: left;
    display: table;
    table-layout: fixed;
    list-style: none;
    border-bottom: 2px solid #f8f8f8;
    font: 13px/16px 'Oxygen', Arial, Helvetica, sans-serif;
}

    .tg-navdetailpagetabs li {
        display: table-cell;
        vertical-align: top;
        list-style-type: none;
        line-height: inherit;
    }

        .tg-navdetailpagetabs li a {
            color: #484848;
            display: block;
            padding: 17px 0;
            text-align: center;
            position: relative;
        }

            .tg-navdetailpagetabs li a:before {
                top: 100%;
                left: 0;
                width: 0;
                height: 2px;
                content: '';
                position: absolute;
            }

            .tg-navdetailpagetabs li a:hover, .tg-navdetailpagetabs li.active a {
                background: #f8f8f8;
            }

                .tg-navdetailpagetabs li a:hover:before, .tg-navdetailpagetabs li.active a:before {
                    width: 100%;
                }

.tg-servicelocations {
    width: 100%;
    float: left;
}

.tg-servicelocation {
    width: 100%;
    float: left;
    position: relative;
}

    .tg-servicelocation + .tg-servicelocation {
        margin: 30px 0 0;
    }

    .tg-servicelocation .tg-directpost {
        width: 80%;
        float: left;
        padding: 0 15px 0 0 !important;
    }

.tg-servicesinfo {
    width: 20%;
    float: right;
    list-style: none;
    font-size: 13px;
    line-height: 16px;
    padding: 0 0 0 15px;
}

    .tg-servicesinfo li {
        width: 100%;
        float: left;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-servicesinfo li + li {
            padding: 10px 0 0;
        }

        .tg-servicesinfo li span {
            display: block;
            line-height: inherit;
        }

            .tg-servicesinfo li span + span {
                color: #484848;
            }

.tg-listdatastyle li span {
    font: 13/16px font-family: 'Comfortaa', cursive;
    ;
    color: #484848;
}

    .tg-listdatastyle li span:first-child {
        width: 75%;
        display: block;
        font-size: 18px;
        line-height: 22px;
        display: block;
        color: #484848;
    }

    .tg-listdatastyle li span:last-child {
        top: 0;
        right: 0;
        width: 200px;
        display: block;
        font-size: 14px;
        line-height: 17px;
        position: absolute;
        text-align: right;
        display: block;
    }

.tg-threecolumns.tg-languages {
    width: 100%;
    float: left;
    -webkit-column-count: initial;
    -moz-column-count: initial;
    column-count: initial;
}

    .tg-threecolumns.tg-languages li {
        width: 33.33%;
        float: left;
        display: block;
    }

.tg-videobox {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

    .tg-videobox img {
        z-index: 1;
        opacity: 0;
        width: 100%;
        height: auto;
        display: block;
        visibility: hidden;
        position: relative;
    }

    .tg-videobox iframe {
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        position: absolute;
    }

.tg-formbookappointment {
    width: 100%;
    float: left;
}

.tg-formsteptwo, .tg-formstepthree, .tg-formstepfour {
    display: none;
}

.tg-formbookappointment fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.tg-formprogressbar {
    width: 100%;
    float: left;
    color: #999;
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 20px;
}

    .tg-formprogressbar li {
        width: 25%;
        float: left;
        z-index: 3;
        padding: 20px 0 0;
        position: relative;
        line-height: inherit;
        list-style-type: none;
        text-transform: capitalize;
    }

        .tg-formprogressbar li span {
            width: 100%;
            float: left;
            display: none;
            text-align: center;
        }

        .tg-formprogressbar li:before {
            top: 0;
            left: 50%;
            z-index: 2;
            content: '';
            width: 16px;
            height: 16px;
            display: block;
            background: #ddd;
            border-radius: 50%;
            margin: 0 0 0 -8px;
            position: absolute;
            border: 3px solid #fff;
        }

        .tg-formprogressbar li:after {
            top: 8px;
            left: 0;
            z-index: 1;
            content: '';
            width: 100%;
            height: 1px;
            background: #ddd;
            position: absolute;
        }

        .tg-formprogressbar li.tg-active:before {
            background: #fff;
        }

        .tg-formprogressbar li.tg-active span {
            display: block;
        }

.tg-formbookappointment .tg-btnbox {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #ddd;
}

    .tg-formbookappointment .tg-btnbox .tg-btn {
        float: right;
        padding: 0 50px;
    }

        .tg-formbookappointment .tg-btnbox .tg-btn + .tg-btn {
            float: left;
        }

.tg-formbookappointment h3 {
    margin: 0 0 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
}

.tg-formbookappointment .tg-formstepone .form-group {
    margin: 0 0 10px;
}

.tg-formbookappointment .form-group {
    width: 100%;
    float: left;
}

.tg-patienttype {
    clear: both;
    overflow: hidden;
    margin: 12px -20px 12px 0;
}

    .tg-patienttype strong, .tg-patienttype span {
        width: auto;
        float: left;
        font-size: 13px;
        line-height: 16px;
    }

    .tg-patienttype span {
        padding: 0 0 0 10px;
    }

.tg-feedbackcontent .tooltip.top {
    width: 130px;
    margin-top: 10px;
    top: -45px !important;
}

.tg-patienttype .tg-checkbox label {
    font-size: 13px;
    line-height: 16px;
}

.tg-formbookappointment .tg-select select, .tg-formbookappointment .form-control {
    height: 40px;
    line-height: 20px;
    padding: 10px 15px;
    border-radius: 3px;
}

.tg-formbookappointment textarea.form-control {
    resize: none;
    height: 170px;
    margin: 0 0 15px;
}

.tg-timeslothead {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}

.tg-formbookappointment .tg-timeslothead h3 {
    float: left;
    margin: 0;
}

.tg-timeslothead .tg-checkbox {
    width: auto;
    float: right;
}

.tg-dateandtimeslots {
    width: 100%;
    float: left;
}

.tg-datebox {
    width: 30%;
    float: left;
    color: #fff;
    height: 140px;
    padding: 20px;
    position: relative;
    text-align: center;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    font: bold, 18px/22px font-family: 'Comfortaa', cursive;
    ;
}

    .tg-datebox time {
        color: #fff;
        display: block;
        margin: 0 0 10px;
        padding: 0 20px 10px;
        border-bottom: 1px solid #fff;
        font: 400 18px/21px 'Oxygen', Arial, Helvetica, sans-serif;
    }

    .tg-datebox span {
        display: block;
    }

    .tg-datebox .fa {
        z-index: 2;
        right: 10px;
        bottom: 10px;
        cursor: pointer;
        position: absolute;
    }

.tg-timeslots {
    width: 70%;
    float: right;
    margin: -5px 0;
    padding: 0 0 0 5px;
}

    .tg-timeslots .tg-radio {
        width: 20%;
        float: left;
        padding: 5px;
    }

.tg-radio input:disabled + label {
    cursor: default;
    pointer-events: none;
}

.tg-timeslots .tg-radio label {
    padding: 0;
    width: 100%;
    float: left;
    height: 40px;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 1px solid;
}

.tg-timeslots .tg-radio input[type="radio"] + label:before, .tg-timeslots .tg-radio input[type="radio"] + label:after {
    display: none;
}

.tg-timeslots .tg-radio input[type="radio"]:disabled + label {
    color: #999;
    background: #f8f8f8;
    border-color: #f8f8f8;
}

.tg-timeslots .tg-radio input[type="radio"]:checked + label {
    color: #fff;
}

.tg-formbookappointment .tg-formsteptwo .tg-checkbox {
    width: auto;
    float: left;
}

.tg-regardbox {
    width: 200px;
    float: left;
}

    .tg-regardbox span {
        display: block;
    }

    .tg-regardbox .tg-logo {
        float: left;
        width: auto;
        margin: 10px 0;
    }

.tg-contactdetail {
    width: 100%;
    float: left;
    list-style: none;
    font-size: 14px;
    line-height: 17px;
}

    .tg-contactdetail li {
        width: 100%;
        float: left;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-contactdetail li i, .tg-contactdetail li em, .tg-contactdetail li a {
            color: #484848;
            font-style: normal;
            line-height: inherit;
            display: inline-block;
            vertical-align: middle;
        }

.tg-servicesfeecollapse {
    width: 100%;
    float: left;
}

    .tg-servicesfeecollapse h3 {
        margin: 0;
        color: #fff;
        width: 100%;
        float: left;
        position: relative;
        border-top: 1px solid #fff;
        font: 400 14px/40px 'Oxygen', Arial, Helvetica, sans-serif;
    }

        .tg-servicesfeecollapse h3:before {
            top: 0;
            z-index: 2;
            right: 20px;
            content: '\f104';
            position: absolute;
            font-family: 'FontAwesome';
        }

        .tg-servicesfeecollapse h3.open:before {
            content: '\f107';
        }

        .tg-servicesfeecollapse h3 a {
            color: #fff;
            display: block;
            padding: 0 20px;
        }

        .tg-servicesfeecollapse h3 + div {
            display: none;
        }

.tg-collapsecontent {
    width: 100%;
    float: left;
}

    .tg-collapsecontent ul {
        width: 100%;
        float: left;
        list-style: none;
        padding: 0 0 20px;
        font: 400 14px/40px 'Oxygen', Arial, Helvetica, sans-serif;
    }

        .tg-collapsecontent ul li {
            width: 100%;
            float: left;
            padding: 0 30px;
            line-height: inherit;
            list-style-type: none;
        }

            .tg-collapsecontent ul li:nth-child(odd) {
                background: #fff;
            }

            .tg-collapsecontent ul li:nth-child(even) {
                background: #f8f8f8;
            }

            .tg-collapsecontent ul li span {
                float: left;
                color: #484848;
                line-height: inherit;
            }

                .tg-collapsecontent ul li span + span {
                    float: right;
                }

                .tg-collapsecontent ul li span i {
                    color: #999;
                }

.tg-patientfeedbackhead {
    width: 100%;
    float: left;
    padding: 10px;
    margin: 0 0 20px;
    border-radius: 3px;
    background: #f8f8f8;
}

.tg-formfeedbacksearch {
    width: 330px;
    padding: 3px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}

    .tg-formfeedbacksearch fieldset {
        position: relative;
    }

    .tg-formfeedbacksearch .form-control {
        border: 0;
        width: 290px;
        height: 32px;
        padding: 0 10px;
        line-height: 32px;
    }

        .tg-formfeedbacksearch .form-control:focus {
            box-shadow: none;
        }

    .tg-formfeedbacksearch button {
        color: #fff;
        width: 32px;
        height: 32px;
        float: right;
        line-height: 32px;
        text-align: center;
        border-radius: 3px;
    }

        .tg-formfeedbacksearch button i {
            display: block;
            line-height: inherit;
        }

.tg-patientfeedbackhead .tg-metadata {
    width: auto;
    float: right;
    padding: 11px 0 10px;
}

.tg-patientfeedbacks {
    width: 100%;
    float: left;
    padding: 0 0 20px;
}

.tg-patientfeedback {
    width: 100%;
    float: left;
    display: none;
}

.tg-patientfeedbackbox {
    width: 100%;
    float: left;
    padding: 20px;
    margin: 0 0 10px;
    border-radius: 3px;
    background: #f8f8f8;
}

.tg-patientfeedback figure {
    float: left;
    overflow: hidden;
    margin: 0 20px 0 0;
    border-radius: 3px;
    position: relative;
    background: #484848;
}

    .tg-patientfeedback figure a {
        display: block;
    }

        .tg-patientfeedback figure img, .tg-patientfeedback figure a img {
            z-index: 1;
            display: block;
            position: relative;
        }

    .tg-patientfeedback figure figcaption {
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        visibility: hidden;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

        .tg-patientfeedback figure figcaption a {
            color: #fff;
        }

.tg-patientfeedbackbox:hover figure img {
    opacity: 0.20;
}

.tg-patientfeedbackbox:hover figure figcaption {
    opacity: 1;
    visibility: visible;
}

.tg-contenthead {
    width: 100%;
    float: left;
    padding: 0 0 20px;
}

.tg-leftbox {
    float: left;
}

.tg-rightbox {
    float: right;
}

    .tg-rightbox .tg-metadata {
        padding: 0;
    }

        .tg-rightbox .tg-metadata li:last-child {
            padding-right: 0;
        }

.tg-patientname {
    width: 100%;
    float: left;
}

    .tg-patientname h4 {
        margin: 0;
        font-size: 18px;
        line-height: 15px;
    }

.tg-leftbox .tg-metadata {
    clear: both;
    width: auto;
    float: none;
    overflow: hidden;
    padding: 5px 0 0;
}

    .tg-leftbox .tg-metadata li:last-child {
        padding-right: 0;
    }

.tg-patientfeedbackcontent {
    width: 627px;
    float: right;
}

    .tg-patientfeedbackcontent .tg-description p {
        margin: 0;
    }

.tg-btnbox {
    width: 100%;
    float: left;
    text-align: center;
}

.tg-btnloadmore, .tg-btnloadmoretwo {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 60px;
}

.tg-patientfeedback .tg-patientfeedback {
    padding: 0 0 0 70px;
}

    .tg-patientfeedback .tg-patientfeedback .tg-patientfeedbackcontent {
        width: 557px;
    }

.tg-overallragingarea {
    float: right;
    padding: 2px 0;
    line-height: 13px;
    position: relative;
}

.tg-metadata li .tg-overallragingarea i {
    cursor: pointer;
    line-height: 13px;
}

.tg-overallraging {
    top: 0;
    left: 100%;
    opacity: 0;
    background: #fff;
    visibility: hidden;
    padding: 15px 20px;
    border-radius: 5px;
    position: absolute;
    margin: 0 0 0 10px;
    box-shadow: 0 0 10px 0px rgba(17, 1, 14, 0.10);
}

    .tg-overallraging:before {
        top: 50%;
        right: 100%;
        content: '';
        position: absolute;
        border-right: 7px solid #fff;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }

    .tg-overallraging .tg-servicesrating {
        margin: 0;
        padding: 0;
    }

.tg-overallragingarea:hover .tg-overallraging {
    opacity: 1;
    visibility: visible;
    margin: -107px 0 0 10px;
}

.tg-overallraging .tg-servicesrating li {
    min-width: 195px;
}

    .tg-overallraging .tg-servicesrating li:before {
        display: none;
    }

    .tg-overallraging .tg-servicesrating li em {
        font-size: 12px;
    }

    .tg-overallraging .tg-servicesrating li .tg-stars {
        margin: 0;
        width: 75px;
    }

        .tg-overallraging .tg-servicesrating li .tg-stars, .tg-overallraging .tg-servicesrating li .tg-stars:before, .tg-overallraging .tg-servicesrating li .tg-stars span, .tg-overallraging .tg-servicesrating li .tg-stars span:after {
            height: 12px;
            font-size: 12px;
            line-height: 12px;
        }

.tg-servicesrating {
    width: 100%;
    float: left;
    padding: 5px 0;
    list-style: none;
}

    .tg-servicesrating li {
        width: 33.33%;
        float: left;
        padding: 5px 0;
        line-height: normal;
        list-style-type: none;
    }

        .tg-servicesrating li span, .tg-servicesrating li em {
            float: left;
            font-style: normal;
        }

        .tg-servicesrating li em {
            font-size: 13px;
            line-height: 13px;
        }

        .tg-servicesrating li .tg-stars {
            width: 85px;
        }

            .tg-servicesrating li .tg-stars, .tg-servicesrating li .tg-stars:before, .tg-servicesrating li .tg-stars span, .tg-servicesrating li .tg-stars span:after {
                height: 14px;
                font-size: 14px;
                line-height: 14px;
            }

.tg-formleavefeedback .form-group {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

    .tg-formleavefeedback .form-group label {
        margin: 0;
        float: left;
        font-size: 13px;
        line-height: 40px;
    }

    .tg-formleavefeedback .form-group .tg-select {
        width: 70%;
        float: right;
    }

        .tg-formleavefeedback .form-group .tg-select select {
            width: 100%;
            float: left;
            height: 40px;
            padding: 0 10px;
            line-height: 18px;
            border-radius: 3px;
        }

.tg-recommendedradio {
    height: 40px;
    overflow: hidden;
}

    .tg-recommendedradio .tg-radio {
        width: 50%;
        padding: 0 0 0 10px;
    }

        .tg-recommendedradio .tg-radio label {
            padding: 0;
            width: 100%;
            float: left;
            height: 40px;
            font-size: 13px;
            line-height: 15px;
            overflow: hidden;
            border: 1px solid;
            border-radius: 3px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            align-content: center;
        }

            .tg-recommendedradio .tg-radio label i {
                color: #484848;
                padding: 0 3px 0 0;
            }

            .tg-recommendedradio .tg-radio label:before, .tg-recommendedradio .tg-radio label:after {
                display: none;
            }

            .tg-recommendedradio .tg-radio label:hover, .tg-recommendedradio .tg-radio label:hover i, .tg-recommendedradio .tg-radio input[type="radio"]:checked + label, .tg-recommendedradio .tg-radio input[type="radio"]:checked + label i {
                color: #fff;
            }

.tg-formleavefeedback .form-control {
    width: 100%;
    float: left;
    height: 40px;
    padding: 10;
    line-height: 18px;
    border-radius: 3px;
}

.tg-formleavefeedback textarea.form-control {
    height: 220px;
    resize: none;
    padding: 10px;
    margin: 0 0 10px;
}

.tg-formleavefeedback .tg-btn {
    padding: 0 60px;
}

.tg-mapothercenters .tg-mapbox {
    width: 100%;
    margin: 0 0 30px;
    border-radius: 5px;
}

    .tg-mapothercenters .tg-mapbox .tg-map-controls {
        top: 15px;
        left: 15px;
    }

.tg-serviceslocationmap {
    width: 100%;
    float: left;
    height: 300px;
    position: relative;
}

.tg-photogallery {
    width: 100%;
    float: left;
}

.tg-galleryslider {
    width: 100%;
    float: left;
}

.tg-viewslider {
    padding: 0 0 10px;
}

.tg-galleryslider .item {
    width: 100%;
    float: left;
    padding: 0 5px;
}

.tg-viewslider .item {
    padding: 0;
}

    .tg-viewslider .item figure {
        border-radius: 5px;
    }

.tg-galleryslider .item figure {
    margin: 0;
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 3px;
}

    .tg-galleryslider .item figure img {
        width: 100%;
        height: auto;
        display: block;
    }

.tg-thumbnailslider .item figure {
    cursor: pointer;
    background: #484848;
}

    .tg-thumbnailslider .tg-active .item figure img, .tg-thumbnailslider .item figure:hover img {
        opacity: 0.20;
    }

.tg-viewslider .tg-btnroundprev, .tg-viewslider .tg-btnroundnext {
    border: 0;
    width: 25px;
    height: 25px;
    font-size: 14px;
    background: #ddd;
    line-height: 25px;
}

.tg-viewslider .tg-btnroundprev {
    padding: 0 2px 0 0;
}

.tg-viewslider .tg-btnroundnext {
    padding: 0 0 0 2px;
}

.tg-viewslider .owl-controls {
    top: 50%;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 0 30px;
    margin: -13px 0 0;
    position: absolute;
}

    .tg-viewslider .owl-controls .owl-buttons .owl-prev {
        float: left;
    }

    .tg-viewslider .owl-controls .owl-buttons .owl-next {
        float: right;
    }

.tg-questionanswers {
    width: 100%;
    float: left;
    padding: 0 0 20px;
}

.tg-questionanswer {
    width: 100%;
    float: left;
    display: none;
}

    .tg-questionanswer figure {
        float: left;
        overflow: hidden;
        margin: 0 20px 0 0;
        border-radius: 3px;
        position: relative;
        background: #484848;
    }

        .tg-questionanswer figure figcaption {
            top: 0;
            left: 0;
            opacity: 0;
            z-index: 2;
            width: 100%;
            height: 100%;
            visibility: hidden;
            position: absolute;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            align-content: center;
        }

    .tg-questionanswer .tg-questionanswer {
        padding: 0 0 0 70px;
    }

        .tg-questionanswer .tg-questionanswer .tg-patientfeedbackcontent {
            width: 557px;
        }

    .tg-questionanswer figure figcaption a {
        color: #fff;
    }

.tg-widget + .tg-widget {
    margin: 30px 0 0;
}

.tg-widget {
    width: 100%;
    float: left;
}

.tg-widgettitle {
    width: 100%;
    float: left;
    padding: 10px;
    margin: 0 0 20px;
    background: #484848;
}

    .tg-widgettitle h3 {
        margin: 0;
        color: #fff;
        font-size: 14px;
        line-height: 17px;
    }

.tg-widgetcontent {
    width: 100%;
    float: left;
}

    .tg-widgetcontent .tg-mapbox {
        width: 100%;
    }

        .tg-widgetcontent .tg-mapbox .tg-map {
            height: 270px;
        }

        .tg-widgetcontent .tg-mapbox .tg-map-controls {
            left: 10px;
            top: 10px;
        }

    .tg-widgetcontent ul {
        width: 100%;
        float: left;
        font-size: 13px;
        line-height: 16px;
        list-style: none;
    }

        .tg-widgetcontent ul li {
            width: 100%;
            float: left;
            line-height: inherit;
            list-style-type: none;
        }

            .tg-widgetcontent ul li + li {
                margin: 10px 0 0;
            }

            .tg-widgetcontent ul li a {
                color: #484848;
                display: block;
            }

            .tg-widgetcontent ul li figure {
                float: left;
                overflow: hidden;
                margin: 0 10px 0 0;
                border-radius: 3px;
            }

                .tg-widgetcontent ul li figure a {
                    display: block;
                }

                    .tg-widgetcontent ul li figure a img {
                        display: block;
                    }

    .tg-widgetcontent .tg-postcontent {
        margin: 0;
        padding: 8px 0;
        width: auto;
        float: none;
        overflow: hidden;
    }

.tg-postcontent h5 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tg-widgetcontent ul li .tg-postcontent h5 a {
    color: #484848;
}

.tg-postcontent .tg-subjects {
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tg-widgetbrochures ul li {
    line-height: 30px;
    margin: 0 !important;
}

    .tg-widgetbrochures ul li + li {
        border-top: 1px solid #ddd;
    }

    .tg-widgetbrochures ul li a span {
        float: left;
    }

    .tg-widgetbrochures ul li a i {
        float: right;
    }

    .tg-widgetbrochures ul li a span, .tg-widgetbrochures ul li a i {
        line-height: inherit;
    }

.tg-formreportuser .form-control {
    height: 40px;
    margin: 0 0 10px;
    line-height: 20px;
    border-radius: 3px;
    padding: 10px 15px;
}

.tg-formreportuser textarea.form-control {
    height: 160px;
    resize: none;
    text-transform: none;
}

.tg-banneradd {
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 5px;
    background: #f8f8f8;
}

    .tg-banneradd figure {
        width: 100%;
        float: left;
        margin: 0;
        z-index: 1;
        position: relative;
    }

        .tg-banneradd figure a, .tg-banneradd figure a img {
            width: 100%;
            height: auto;
            display: block;
        }

.tg-welcometomedlink {
    width: 100%;
    float: left;
}

.tg-textwidget, .tg-videowidget {
    width: 100%;
    float: left;
}

    .tg-textwidget h2 {
        font-size: 24px;
        margin: 0 0 20px;
        line-height: 24px;
    }

    .tg-textwidget .tg-description {
    }

        .tg-textwidget .tg-description p {
            margin: 0;
        }

    .tg-textwidget .tg-themelist {
        margin: 10px 0 25px;
    }

        .tg-textwidget .tg-themelist li {
        }

.tg-liststyletick li {
    position: relative;
    padding: 0 0 0 20px;
}

    .tg-liststyletick li:before {
        top: 0;
        left: 0;
        font-size: 13px;
        content: '\f00c';
        position: absolute;
        line-height: inherit;
        font-family: 'fontAwesome';
    }

.tg-videowidget img {
    width: 100%;
    height: auto;
    display: block;
}

.tg-medlinktimelinenav {
    width: 100%;
    float: left;
    padding: 0 70px 50px;
    display: table;
    table-layout: fixed;
}

    .tg-medlinktimelinenav li {
        display: table-cell;
        vertical-align: top;
        list-style-type: none;
        line-height: inherit;
        text-align: center;
        position: relative;
    }

        .tg-medlinktimelinenav li:before {
            top: 50%;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 1px;
            content: '';
            background: #ddd;
            position: absolute;
        }

        .tg-medlinktimelinenav li a {
            width: 8px;
            height: 8px;
            display: block;
            margin: 5px auto;
            background: #ddd;
            border-radius: 50%;
        }

            .tg-medlinktimelinenav li a:before {
                top: 100%;
                left: 0;
                z-index: 2;
                opacity: 0;
                width: 100%;
                color: #484848;
                padding: 50px 0 0;
                visibility: hidden;
                position: absolute;
                text-align: center;
                content: attr(data-date);
                font: 400 16px/19px 'Oxygen', Arial, Helvetica, sans-serif;
            }

            .tg-medlinktimelinenav li a:after {
                top: 50%;
                left: 50%;
                width: 6px;
                opacity: 0;
                height: 6px;
                content: '';
                display: block;
                visibility: hidden;
                position: absolute;
                border-radius: 50%;
                margin: -3px 0 0 -3px;
            }

            .tg-medlinktimelinenav li a:hover, .tg-medlinktimelinenav li.active a {
                width: 18px;
                height: 18px;
                margin: 0 auto;
                background: #fff;
                border: 2px solid;
            }

                .tg-medlinktimelinenav li a:hover:before, .tg-medlinktimelinenav li.active a:before {
                    opacity: 1;
                    padding: 10px 0 0;
                    visibility: visible;
                }

                .tg-medlinktimelinenav li a:hover:after, .tg-medlinktimelinenav li.active a:after {
                    opacity: 1;
                    visibility: visible;
                }

.tg-midlinktimelinetabcontent {
    width: 100%;
    float: left;
}

.tg-timelineblog {
    width: 100%;
    float: left;
}

    .tg-timelineblog figure {
        margin: 0;
        width: 100%;
        float: left;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        border-radius: 5px;
    }

        .tg-timelineblog figure img {
            z-index: 1;
            width: 100%;
            height: auto;
            display: block;
            position: relative;
        }

        .tg-timelineblog figure figcaption {
            top: 0;
            left: 0;
            z-index: 2;
            width: 100%;
            height: 100%;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            display: -webkit-flex;
            -webkit-flex-direction: column;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            align-content: center;
        }

            .tg-timelineblog figure figcaption a {
                color: #fff;
                width: 40px;
                height: 40px;
                margin: 0 auto;
                display: block;
                font-size: 18px;
                line-height: 36px;
                text-align: center;
                border-radius: 50%;
                border: 2px solid #fff;
            }

    .tg-timelineblog:hover figure img {
        opacity: 0.20;
    }

    .tg-timelineblog:hover figure figcaption {
        opacity: 1;
        visibility: visible;
    }

.tg-timelineblogcontent {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

.tg-timelineblogtitle {
    width: 100%;
    float: left;
}

    .tg-timelineblogtitle h3 {
        margin: 0;
        font-size: 18px;
        line-height: 16px;
    }

        .tg-timelineblogtitle h3 a {
            display: block;
        }

.tg-timelineblogcontent time {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 0 15px;
}

.tg-timelineblogcontent .tg-description p {
    margin: 0;
}

.tg-grid {
    margin: -15px 0;
    padding: 0 0 60px;
}

    .tg-grid .tg-post {
        padding: 15px 0;
    }

.tg-list {
    margin: -15px 0;
    padding: 0 0 60px;
}

    .tg-list .tg-post {
        padding: 15px 0;
    }

.tg-widgetcontent .tg-formfeedbacksearch {
    width: 100%;
}

.tg-widgetpoststyle .tg-postcontent h5 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.tg-widgetarchives ul {
    line-height: 22px;
}

    .tg-widgetarchives ul li {
        width: 50%;
        float: left;
        line-height: inherit;
        margin: 0 !important;
    }

        .tg-widgetarchives ul li a span {
            padding: 0 0 0 10px;
        }

.tg-widgetcategories ul li a span {
    float: right;
}

.tg-sidebartitle {
    width: 100%;
    float: left;
}

    .tg-sidebartitle h2 {
        margin: 0 0 20px;
        font-size: 20px;
        line-height: 17px;
        font-weight: 600;
    }

.tg-postdetail {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

    .tg-postdetail .tg-postdate, .tg-postdetail .tg-postdate span {
        color: #fff;
    }

    .tg-postdetail .tg-description p {
        margin: 0 0 10px;
    }

        .tg-postdetail .tg-description p img {
            text-align: center;
            margin: 10px auto;
        }

    .tg-postdetail blockquote {
        border: 0;
        margin: 0;
        padding: 0 0 0px;
        text-align: center;
        font: 400 italic 20px/28px 'Open Sans', Arial, Helvetica, sans-serif;
        color: #000 !important;
        text-align: left;
        border-left: 5px solid #b7b6b6;
        padding-left: 20px;
    }

        .tg-postdetail blockquote q {
            font: 400 italic 20px/28px 'Open Sans', Arial, Helvetica, sans-serif;
        }

.tg-posttagsandshare {
    width: 100%;
    float: left;
    padding: 15px;
    margin: 0 0 30px;
    border-radius: 5px;
    background: #f8f8f8;
}

.tg-posttags {
    float: left;
}

.tg-postshare {
    float: right;
}

    .tg-posttags strong, .tg-posttags ul, .tg-postshare strong, .tg-postshare ul {
        display: inline-block;
        vertical-align: middle;
    }

    .tg-posttags strong, .tg-postshare strong {
        padding: 0 10px 0 0;
        text-transform: capitalize;
        font: 600 14px/14px 'Oxygen', Arial, Helvetica, sans-serif;
    }

.tg-tags {
    font-size: 12px;
    line-height: 24px;
    list-style: none;
}

    .tg-tags li {
        float: left;
        line-height: 24px;
        margin: 0 5px 0 0;
        list-style-type: none;
    }

.tg-tag {
    color: #484848;
    display: block;
    font-size: 12px;
    line-height: 24px;
    padding: 0 10px;
    background: #ddd;
    border-radius: 3px;
}

    .tg-tag:hover {
        color: #fff;
    }

.tg-author {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

.tg-authorbox {
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 5px;
    background: #f8f8f8;
}

.tg-authordp {
    margin: 0;
    float: left;
    overflow: hidden;
    border-radius: 3px;
}

    .tg-authordp a {
        display: block;
    }

        .tg-authordp a img {
            display: block;
        }

.tg-authorcontent {
    overflow: hidden;
    padding: 0 0 0 20px;
}

.tg-authorhead {
    width: 100%;
    float: left;
    padding: 0 0 13px;
}

.tg-authorname {
    width: 100%;
    float: left;
}

    .tg-authorname h4 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        line-height: 18px;
    }

        .tg-authorname h4 a {
            display: block;
        }

.tg-authorhead time {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 13px;
    padding: 5px 0 0;
}

.tg-authorcontent .tg-description p {
    margin: 0;
}

.tg-comments {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}

    .tg-comments > h3 {
        margin: 0 0 20px;
        line-height: 21px;
    }

.tg-child, .tg-commentslist {
    width: 100%;
    float: left;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}

    .tg-commentslist > li, .tg-child > li {
        width: 100%;
        float: left;
        line-height: inherit;
        list-style-type: none;
    }

.tg-comment {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.tg-commentbox {
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 5px;
    background: #f8f8f8;
}

.tg-child {
    margin: 0;
    padding: 0 0 0 70px;
}

.tg-leavecomments {
    width: 100%;
    float: left;
}

    .tg-leavecomments > h3 {
        margin: 0 0 20px;
        line-height: 21px;
    }

.tg-formleavecomment .row {
    margin: 0 -5px;
}

    .tg-formleavecomment .row > div {
        padding: 0 5px;
    }

.tg-formleavecomment .form-group {
    margin: 0 0 10px;
}

.tg-formleavecomment .form-control {
    height: 40px;
    padding: 10px;
    line-height: 18px;
    border-radius: 3px;
}

.tg-formleavecomment textarea.form-control {
    resize: none;
    height: 170px;
    margin: 0 0 10px;
}

.tg-formleavecomment .tg-btn {
    padding: 0 60px;
}

.tg-nextprevposts {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}

.tg-btnprevpost {
    float: left;
}

.tg-btnnextpost {
    float: right;
}

    .tg-btnprevpost a, .tg-btnnextpost a {
        display: block;
    }

        .tg-btnprevpost a figure, .tg-btnnextpost a figure {
            float: left;
            margin: 0 10px 0 0;
            border-radius: 3px;
            overflow: hidden;
            position: relative;
        }

            .tg-btnprevpost a figure img, .tg-btnnextpost a figure img {
                width: 100%;
                height: auto;
                display: block;
                border-radius: 3px;
            }

            .tg-btnprevpost a figure figcaption, .tg-btnnextpost a figure figcaption {
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                position: absolute;
                visibility: hidden;
                opacity: 0;
                background: -moz-linear-gradient(top, rgba(72,72,72,0.8) 0%, rgba(72,72,72,0.8) 100%);
                background: -webkit-linear-gradient(top, rgba(72,72,72,0.8) 0%, rgba(72,72,72,0.8) 100%);
                background: linear-gradient(to bottom, rgba(72,72,72,0.8) 0%, rgba(72,72,72,0.8) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc484848', endColorstr='#cc484848',GradientType=0);
            }

                .tg-btnprevpost a figure figcaption i, .tg-btnnextpost a figure figcaption i {
                    left: 50%;
                    top: 50%;
                    margin: -15px 0 0 -5px;
                    font-size: 30px;
                    line-height: 30px;
                    color: #fff;
                    position: absolute;
                }

    .tg-btnprevpost:hover a figure figcaption, .tg-btnnextpost:hover a figure figcaption {
        visibility: visible;
        opacity: 1;
    }

.tg-posttname {
    padding: 16px 0;
    overflow: hidden;
}

    .tg-posttname h3 {
        font-size: 16px;
        line-height: 16px;
    }

    .tg-posttname span {
        display: block;
        line-height: 15px;
    }

.tg-btnnextpost .tg-posttname {
    float: left;
}

.tg-btnnextpost a figure {
    float: right;
    margin: 0 0 0 10px;
}

.tg-widgetdashboard {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    border-radius: 5px;
    background: #f8f8f8;
}

.tg-widgetprofile {
    width: 100%;
    float: left;
    padding: 24px;
}

    .tg-widgetprofile .tg-directpostimg {
        width: 100%;
        float: left;
        margin: 0 0 15px;
        overflow: hidden;
    }

        .tg-widgetprofile .tg-directpostimg > a {
            overflow: hidden;
            position: relative;
            border-radius: 50%;
            border: 1px solid #ddd;
        }

            .tg-widgetprofile .tg-directpostimg > a img {
                display: block;
                border-radius: 50%;
                border: 5px solid #fff;
            }

    .tg-widgetprofile .tg-directposthead {
        width: 100%;
        float: left;
        text-align: center;
    }

        .tg-widgetprofile .tg-directposthead .tg-subjects {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .tg-widgetprofile .tg-metadata, .tg-widgetprofile .tg-metadata li, .tg-widgetprofile .tg-metadata li:before, .tg-widgetprofile .tg-metadata li a, .tg-widgetprofile .tg-metadata li a i {
        font-size: 12px;
        line-height: 12px;
    }

        .tg-widgetprofile .tg-metadata li:last-child {
            padding-right: 0;
        }

        .tg-widgetprofile .tg-metadata li:before {
            top: 2px;
        }

        .tg-widgetprofile .tg-metadata li .tg-stars {
            margin: 1px 0 0;
        }

            .tg-widgetprofile .tg-metadata li .tg-stars span {
                width: 100%;
            }

.tg-dashboardnav {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 36px;
    padding: 0 0 15px;
}

    .tg-dashboardnav ul {
        width: 100%;
        float: left;
        list-style: none;
        line-height: inherit;
    }

        .tg-dashboardnav ul li {
            width: 100%;
            float: left;
            position: relative;
            line-height: inherit;
            list-style-type: none;
        }

            .tg-dashboardnav ul li:before {
                top: 50%;
                right: 20px;
                width: 6px;
                height: 6px;
                content: '';
                display: block;
                margin: -3px 0 0;
                border-radius: 50%;
                position: absolute;
            }

            .tg-dashboardnav ul li.tg-infomessage:before {
                background: #5596ce;
            }

            .tg-dashboardnav ul li.tg-warningmessage:before {
                background: #f1b55f;
            }

            .tg-dashboardnav ul li.tg-successmessage:before {
                background: #6cbf6d;
            }

            .tg-dashboardnav ul li.tg-errormessage:before {
                background: #db6460;
            }

            .tg-dashboardnav ul li a {
                color: #484848;
                display: block;
                padding: 0 20px;
            }

                .tg-dashboardnav ul li a i, .tg-dashboardnav ul li a span {
                    display: inline-block;
                    vertical-align: middle;
                }

                .tg-dashboardnav ul li a i {
                    width: 25px;
                    padding: 1px 0 0;
                }

                .tg-dashboardnav ul li.tg-active a, .tg-dashboardnav ul li a:hover {
                    background: #fff;
                }

.tg-dashboardnotification {
    width: 100%;
    float: left;
    color: #fff;
    z-index: 2;
    font-size: 14px;
    line-height: 17px;
    border-radius: 5px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.tg-pkgexpirey {
    background: #db6460;
}

.tg-dashboardnotification span {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.tg-dashboardnotification:before {
    top: 0;
    right: 3px;
    z-index: -1;
    font-size: 80px;
    line-height: 127px;
    position: absolute;
    font-family: 'FontAwesome';
}

.tg-dashboardnotification.tg-pkgexpirey:before {
    color: #eb6c67;
    content: '\f097';
}

.tg-alertmessages {
    width: 100%;
    float: left;
}

.tg-alertmessage {
    width: 100%;
    float: left;
    border: 0;
    padding: 0;
    margin: 0;
    color: #484848;
    min-height: 42px;
    background: #fff;
    font-size: 13px;
    overflow: hidden;
    line-height: 16px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

    .tg-alertmessage + .tg-alertmessage {
        margin: 10px 0 0;
    }

    .tg-alertmessage:hover {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    }

    .tg-alertmessage i {
        width: 30px;
        height: 30px;
        float: left;
        color: #fff;
        margin: 5px 10px;
        font-size: 14px;
        line-height: 30px;
        border-radius: 50%;
        text-align: center;
    }

    .tg-alertmessage span {
        padding: 12px 0;
        display: inline-block;
    }

        .tg-alertmessage span strong {
            font-weight: 400;
            text-transform: uppercase;
        }

    .tg-alertmessage .close {
        opacity: 1;
        width: 40px;
        opacity: 0.20;
        display: block;
        font-size: 18px;
        line-height: 40px;
        text-align: center;
    }

    .tg-alertmessage:hover .close {
        opacity: 1;
    }

    .tg-alertmessage.alert-success i {
        background: #6cbf6d;
    }

    .tg-alertmessage.alert-info i {
        background: #5596ce;
    }

    .tg-alertmessage.alert-warning i {
        background: #f1b55f;
    }

    .tg-alertmessage.alert-danger i {
        background: #db6460;
    }

.tg-dashboard .tg-badgesearned {
    border-radius: 5px;
    background: #f8f8f8;
}

.tg-refresh {
    top: 20px;
    right: 20px;
    color: #ddd;
    width: 12px;
    height: 12px;
    display: block;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
}

    .tg-refresh:hover {
        color: #ddd;
    }

.tg-profilewidget {
    width: 100%;
    float: left;
    padding: 20px;
    margin: 15px 0;
    border-radius: 5px;
    background: #f8f8f8;
    position: relative;
}

    .tg-profilewidget h3 {
        margin: 0 0 35px;
        font-size: 18px;
        line-height: 18px;
    }

.tg-profilewidgeticon {
    width: 120px;
    height: 120px;
    display: block;
    background: #fff;
    line-height: 100px;
    border-radius: 50%;
    margin: 0 auto 15px;
    border: 10px solid #f2f2f2;
}

    .tg-profilewidgeticon img {
        display: block;
        margin: 25px auto;
        text-align: center;
    }

.tg-percentage, .tg-followers, .tg-totalviews {
    width: 100%;
    float: left;
    text-align: center;
}

    .tg-percentage span, .tg-followers span, .tg-totalviews span {
        border: 0;
        display: block;
        font-size: 40px;
        font-weight: 300;
        line-height: 32px;
        padding: 0 0 10px;
        text-align: center;
    }

        .tg-percentage span + span, .tg-followers span + span, .tg-totalviews span + span, .tg-latestreviews span.tg-subtitle {
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
            margin: 0 0 20px;
            padding: 0 0 20px;
            display: inline-block;
            border-bottom: 1px solid #ddd;
        }

        .tg-totalviews span + span {
            border: 0;
            margin: 0;
            color: #484848;
            display: block;
            font-size: 14px;
            line-height: 17px;
        }

.tg-latestreviews span.tg-subtitle {
    margin: 0;
}

.tg-profilewidget .tg-description {
    text-align: center;
}

    .tg-profilewidget .tg-description p {
        margin: 0;
        font-size: 13px;
    }

        .tg-profilewidget .tg-description p strong {
            font-size: 14px;
            display: block;
            font-weight: 400;
            text-transform: uppercase;
        }

.tg-monthlyviewstab {
    width: 100%;
    float: left;
}

.tg-themechart {
    width: 100%;
    float: left;
    height: 450px;
}

.tg-viewpermonthchart {
    height: 309px;
}

.tg-monthlyviewstabnavtotlalviews {
    width: 28%;
    float: left;
    background: #fff;
    padding: 30px 0 0;
    border-radius: 5px;
}

.tg-monthlyviewstabnav {
    width: 100%;
    float: left;
    list-style: none;
    font-size: 13px;
    line-height: 40px;
    text-transform: capitalize;
}

    .tg-monthlyviewstabnav li {
        width: 100%;
        float: left;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-monthlyviewstabnav li a {
            color: #484848;
            display: block;
            padding: 0 20px;
            line-height: inherit;
        }

            .tg-monthlyviewstabnav li a:hover, .tg-monthlyviewstabnav li.active a {
                color: #fff;
            }

.tg-monthlyviewstabcontent {
    width: 70%;
    float: right;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
}

.tg-latestreviews .tg-profilewidgeticon img, .tg-askquestion .tg-profilewidgeticon img {
    margin: 30px auto;
}

.tg-startsratingbox {
    width: 100%;
    float: left;
    padding: 0 0 10px;
}

    .tg-startsratingbox .tg-stars {
        float: none;
        display: block;
        margin: 0 auto;
        width: 110px;
        height: 20px;
        padding: 0;
        font-size: 20px;
        line-height: 20px;
    }

        .tg-startsratingbox .tg-stars:before, .tg-startsratingbox .tg-stars span, .tg-startsratingbox .tg-stars span:after {
            width: 100%;
            height: 20px;
            font-size: 20px;
            line-height: 20px;
        }

.tg-posttype {
    width: 100%;
    float: left;
    height: 300px;
    margin: 20px 0;
    list-style: none;
    font-size: 13px;
    background: #fff;
    line-height: 18px;
    border-radius: 5px;
    padding: 10px 10px 10px 20px;
}

    .tg-posttype li {
        width: 100%;
        float: left;
        padding: 10px 0;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-posttype li figure {
            width: 50px;
            float: left;
            overflow: hidden;
            margin: 0 15px 0 0;
            border-radius: 3px;
        }

            .tg-posttype li figure img {
                z-index: 1;
                display: block;
                position: relative;
            }

        .tg-posttype li:hover figure img {
            opacity: 0.20;
        }

        .tg-posttype li figure figcaption {
            top: 0;
            left: 0;
            z-index: 2;
            width: 100%;
            height: 100%;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            align-content: center
        }

        .tg-posttype li:hover figure figcaption {
            opacity: 1;
            visibility: visible;
        }

        .tg-posttype li figure figcaption a {
            color: #fff;
        }

.tg-reviewcontent {
    overflow: hidden;
}

.tg-reviewhead {
    width: 100%;
    float: left;
}

    .tg-reviewhead h4, .tg-reviewhead time {
        float: left;
        font-size: 13px;
        line-height: 16px;
    }

    .tg-reviewhead h4 {
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
        margin: 0 10px 0 0;
    }

.tg-reviewcontent .tg-description {
    text-align: left
}

    .tg-reviewcontent .tg-description p {
        margin: 0;
        font-size: 13px;
        line-height: 18px;
        max-width: 264px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.tg-latestreviews .tg-btnbox .tg-btn {
    width: 50%;
}

.tg-themescrollbar {
    width: 100%;
    float: left;
    overflow: hidden;
}

.mCSB_scrollTools {
    width: 3px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
    float: right;
    background: #ddd;
    border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
}

.tg-posttype.tg-reviews {
    height: 392px;
}

.tg-badgemodalbox {
}

    .tg-badgemodalbox .tg-modaldialog {
        width: 630px;
        margin: 100px auto 0;
        overflow: visible !important;
    }

.tg-badgemodalcontent {
    border: 0;
    float: left;
    width: 100%;
    text-align: center;
    padding: 165px 30px 30px;
    background: #f8f8f8 url(../images/gloweffect.png) no-repeat 50% 0;
}

.tg-modaldialog .close {
    top: -50px;
    right: 0;
    opacity: 1;
    z-index: 2;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    position: absolute;
}

    .tg-modaldialog .close span {
        width: 50px;
        height: 50px;
        display: block;
        text-shadow: none;
        text-align: center;
        line-height: inherit;
        background: url(../images/close3.png) no-repeat 50% 50%;
    }

.tg-newwidgeticon {
    top: 30px;
    left: 50%;
    width: 120px;
    height: 120px;
    display: block;
    background: #fff;
    position: absolute;
    line-height: 100px;
    border-radius: 50%;
    margin: 0 0 0 -60px;
    border: 10px solid #f2f2f2;
}

    .tg-newwidgeticon img {
        display: block;
        margin: 24px auto;
        text-align: center;
    }

.tg-badgemodalcontent h4 {
    border: 0;
    margin: 0;
    display: block;
    font-size: 40px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
}

.tg-badgemodalcontent .tg-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin: 0 0 20px;
    padding: 15px 0 20px;
    display: inline-block;
    border-bottom: 1px solid #ddd;
}

.tg-badgemodalcontent .tg-description p {
    margin: 0;
}

    .tg-badgemodalcontent .tg-description p strong {
        display: block;
        font-weight: 600;
        text-transform: uppercase;
    }

.tg-inputicon {
    width: 100%;
    float: left;
    position: relative;
}

    .tg-inputicon:before {
        top: 15px;
        right: 12px;
        z-index: 5;
        width: 13px;
        color: #999;
        display: block;
        font-size: 16px;
        cursor: pointer;
        line-height: 10px;
        position: absolute;
        text-align: center;
        font-family: 'FontAwesome';
    }

.tg-geolocationicon:before {
    content: '\f041';
}

.tg-calendaricon:before {
    content: '\f274';
}

.tg-dashboardtabs {
    width: 100%;
    float: left;
}

.tg-dashboardtabnav {
    width: 100%;
    float: left;
    display: table;
    table-layout: fixed;
    list-style: none;
    text-transform: capitalize;
    border-bottom: 2px solid #f8f8f8;
    font: 14px/17px Raleway, 'Hvaeltica Neue', Arial, Helvetica, sans-serif;
}

    .tg-dashboardtabnav li {
        display: table-cell;
        vertical-align: top;
        list-style-type: none;
        line-height: inherit;
    }

        .tg-dashboardtabnav li a {
            color: #484848;
            display: block;
            padding: 17px 0;
            text-align: center;
            position: relative;
        }

            .tg-dashboardtabnav li a:before {
                top: 100%;
                left: 0;
                width: 0;
                height: 2px;
                content: '';
                position: absolute;
            }

            .tg-dashboardtabnav li a i {
                margin: 0 10px 0 0;
            }

            .tg-dashboardtabnav li a:hover, .tg-dashboardtabnav li.active a {
                background: #f8f8f8;
            }

                .tg-dashboardtabnav li a:hover:before, .tg-dashboardtabnav li.active a:before {
                    width: 100%;
                }

.tg-dashboardtabcontent {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

.tg-dashboardbox {
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 5px;
    background: #f8f8f8;
}

    .tg-dashboardbox + .tg-dashboardbox {
        margin: 30px 0 0
    }

.tg-dashboardboxtitle {
    width: 100%;
    float: left;
    padding: 0 0 20px;
}

    .tg-dashboardboxtitle h2 {
        margin: 0;
        font-size: 18px;
        line-height: 18px;
        text-transform: capitalize;
    }

.tg-dashboardbox .tg-box {
    padding: 0;
}

.tg-searchbulder {
    width: 100%;
    float: left;
}

.tg-dashboardtabcontent .tg-searchbulder {
    padding: 0 30px 30px;
}

.tg-signinsignup .tg-dashboardtabcontent .tg-searchbulder {
    padding: 0;
}

.tg-rowmargin {
    margin: 0 -5px;
}

.tg-columnpadding {
    padding: 0 5px;
}

.tg-formgroup {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

.tg-box.tg-profilephoto {
    padding: 0 0 20px;
}

.tg-profilephoto .tg-formgroup {
    margin: 0;
}

.tg-uploadedimggallery {
    width: 100%;
    float: left;
    background: #fff;
    list-style: none;
    border-radius: 5px;
    padding: 20px 15px 5px;
}

    .tg-uploadedimggallery li {
        width: 12.50%;
        float: left;
        padding: 0 5px;
        list-style-type: none;
    }

.tg-galleryimg {
    width: 100%;
    float: left;
}

    .tg-galleryimg figure {
        margin: 0;
        width: 100%;
        float: left;
        background: #fff;
        overflow: hidden;
        border-radius: 5px;
        position: relative;
    }

    .tg-galleryimg.tg-uploading .tg-loader {
    }

.tg-loader {
    top: 50%;
    left: 50%;
    display: block;
    text-align: center;
    position: absolute;
    margin: -10px 0 0 -10px;
}

    .tg-loader i {
        color: #999;
        display: block;
        font-size: 20px;
        line-height: 20px;
        animation-name: spin;
        animation-duration: 2000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

@-webkit-keyframes {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tg-uploadingbar {
    z-index: 3;
    bottom: 5px;
    left: 6%;
    height: 2px;
    width: 88%;
    background: #ddd;
    position: absolute;
}

    .tg-uploadingbar:after {
        top: 0;
        left: 0;
        width: 80%;
        height: 2px;
        content: '';
        position: absolute;
    }

.tg-galleryimg.tg-uploading figure {
    border: 1px solid #ddd;
}

.tg-galleryimg figure img {
    width: 100%;
    height: auto;
    display: block;
}

.tg-galleryimg figure figcaption {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

    .tg-galleryimg figure figcaption i {
        width: 30px;
        height: 30px;
        color: #db6460;
        display: block;
        font-size: 14px;
        line-height: 30px;
        cursor: pointer;
        background: #fff;
        text-align: center;
        border-radius: 50%;
    }

.tg-galleryimg figure:hover img {
    opacity: 0.3;
}

.tg-galleryimg figure:hover figcaption {
    opacity: 1;
    visibility: visible;
}

.tg-galleryimg.tg-uploading figure img {
    opacity: 0.10;
}

.tg-filename {
    width: 100%;
    float: left;
    display: block;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tg-socialinformation > div > div:last-child .tg-formgroup {
    margin: 0;
}

.tg-iconinput {
    z-index: 1;
    position: relative;
}

    .tg-iconinput:before {
        top: 10px;
        right: 10px;
        z-index: 2;
        color: #fff;
        width: 20px;
        height: 20px;
        content: '-';
        display: block;
        cursor: pointer;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        position: absolute;
        background: #db6460;
        border-radius: 50px;
    }

.tg-box.tg-uiicons ul, .tg-box.tg-uiicons ul {
    margin: 0;
    padding: 10px 0 0;
}

.tg-uiicons ul li {
    text-align: left;
}

    .tg-uiicons ul li span, .tg-uiicons ul li i, .tg-uiicons ul li span em {
        display: inline-block;
        vertical-align: middle;
    }

    .tg-uiicons ul li span {
        font-size: 13px;
        line-height: 17px;
        padding: 0 5px 0 0;
    }

        .tg-uiicons ul li span em {
            font-style: normal;
        }

    .tg-uiicons ul li i.fa-pencil, .tg-uiicons ul li i.fa-close {
        opacity: 0;
        font-size: 12px;
        line-height: 12px;
        margin: 2px 0 0 3px;
        visibility: hidden;
    }

    .tg-uiicons ul li:hover .fa-close {
        color: #db6460;
    }

    .tg-uiicons ul li:hover i.fa-pencil, .tg-uiicons ul li:hover i.fa-close {
        opacity: 1;
        visibility: visible;
    }

    .tg-uiicons ul li em, .tg-uiicons ul li i {
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
    }

    .tg-uiicons ul li em {
        font-size: 14px;
        line-height: 14px;
        margin: 0 10px 0 0;
    }

.tg-videointerview .tg-uiicons ul li:before {
    top: 10px;
}

.tg-updateall {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #ddd;
}

    .tg-updateall span {
        float: left;
        padding: 12px 0;
        font-size: 12px;
        line-height: 15px;
    }

    .tg-updateall .tg-btn {
        float: right;
        padding: 0 60px;
    }

.tg-servicesbox {
    width: 100%;
    float: left;
    padding: 30px;
    margin: 30px 0 0;
    background: #fff;
    border-radius: 5px;
}

.tg-servicesholder, .tg-mainservice {
    width: 100%;
    float: left;
}

.tg-mainservice {
    padding: 0 15px;
    position: relative;
}

    .tg-mainservice:before {
        top: 10px;
        left: 0;
        width: 3px;
        height: 3px;
        content: '';
        position: absolute;
        border-radius: 50%;
        background: #484848;
    }

    .tg-mainservice i.fa {
        opacity: 0;
        cursor: pointer;
        visibility: hidden;
    }

    .tg-mainservice:hover i.fa {
        opacity: 1;
        visibility: visible;
    }

    .tg-mainservice em, .tg-mainservice i {
        display: inline-block;
        vertical-align: middle;
    }

    .tg-mainservice em {
        font-size: 18px;
        line-height: 18px;
        font-style: normal;
        padding: 0 10px 0 0;
    }

.tg-servicesholder + .tg-servicesholder {
    padding: 30px 0 0;
}

.tg-servicesholder .tg-themelist li:before {
    display: none;
}

.tg-dashboardjobslocations {
    width: 100%;
    float: left;
}

.tg-availablelocation {
    width: 100%;
    float: left;
}

    .tg-availablelocation .tg-servicelocations {
        padding: 20px;
        background: #fff;
        border-radius: 5px;
    }

    .tg-availablelocation .tg-servicelocation .tg-directpost {
        width: 70%;
    }

    .tg-availablelocation .tg-servicesinfo {
        width: 30%;
    }

.tg-btnjoblocationeditdelete {
    top: 50%;
    right: 0;
    z-index: 5;
    width: 30px;
    height: 70px;
    position: absolute;
    margin: -35px 0 0 0;
}

    .tg-btnjoblocationeditdelete button {
        color: #fff;
        width: 30px;
        height: 30px;
        display: block;
        font-size: 12px;
        line-height: 30px;
        border-radius: 50%;
        text-align: center;
        background: #484848;
    }

        .tg-btnjoblocationeditdelete button + button {
            margin: 10px 0 0;
            background: #db6460;
        }

        .tg-btnjoblocationeditdelete button:hover {
            color: #fff;
        }

.tg-addcompany .tg-modaldialog {
    width: 630px;
}

.tg-addcompany .tg-modalcontent {
    background: #f8f8f8;
}

.tg-formaddcompany textarea.form-control {
    width: 100%;
    resize: none;
    height: 130px;
}

.tg-addjobdetailinfo .tg-modaldialog {
    width: 630px;
}

.tg-addjobdetailinfo .tg-modalcontent {
    background: #f8f8f8;
}

.tg-modaldialog .tg-directpost {
    width: 100%;
    padding: 0 0 30px;
}

.tg-companylistdropdown {
    width: 100%;
    float: left;
    position: relative;
}

.tg-btnlisttoggle {
    width: 100%;
    float: left;
    color: #999;
    height: 40px;
    padding: 0 10px;
    background: #fff;
    text-align: left;
    line-height: 38px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #ddd;
}

    .tg-btnlisttoggle:focus, .tg-btnlisttoggle:hover {
        color: #999;
    }

    .tg-btnlisttoggle:before {
        content: '\f107';
        top: 50%;
        right: 15px;
        z-index: 2;
        width: 13px;
        color: #999;
        display: block;
        font-size: 14px;
        margin-top: -5px;
        line-height: 10px;
        position: absolute;
        text-align: center;
        font-family: 'FontAwesome';
    }

.tg-companylist {
    top: 100%;
    left: 0;
    z-index: 5;
    width: 100%;
    display: none;
    background: #fff;
    list-style: none;
    padding: 15px 20px;
    border-radius: 5px;
    position: absolute;
    box-shadow: 0 0 7px 1px rgba(51,51,51,0.20);
}

    .tg-companylist li {
        width: 100%;
        float: left;
        padding: 5px 0;
        list-style-type: none;
    }

        .tg-companylist li figure {
            width: 50px;
            float: left;
            overflow: hidden;
            border-radius: 3px;
            margin: 0 10px 0 0;
        }

.tg-companydata {
    overflow: hidden;
}

    .tg-companydata h4 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
    }

    .tg-companydata span {
        margin: 0;
        display: block;
        padding: 5px 0 0;
        font-size: 13px;
        line-height: 16px;
        font-style: normal;
    }

.tg-dashboardprivatemessages {
    width: 100%;
    float: left;
}

.tg-messageshead {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.tg-actionnav, .tg-messagespagecount {
    float: left;
    list-style: none;
    font-size: 12px;
    line-height: 30px;
}

    .tg-actionnav li, .tg-messagespagecount li {
        float: left;
        padding: 0 10px 0 0;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-actionnav li a, .tg-messagespagecount li a {
            color: #484848;
            height: 30px;
            display: block;
            padding: 0 10px;
            border-radius: 3px;
            text-align: center;
            background: #f8f8f8;
            line-height: inherit;
        }

        .tg-actionnav li.tg-btndeletemail a {
            background: #db6460;
            color: #fff;
        }

            .tg-actionnav li.tg-btndeletemail a:hover {
                background: #db6460;
                color: #fff;
            }

        .tg-messagespagecount li a {
            padding: 0;
        }

            .tg-messagespagecount li a i {
                display: block;
                line-height: inherit;
            }

.tg-btnselectall .tg-checkbox {
    padding: 6px 0;
}

    .tg-btnselectall .tg-checkbox label {
        color: #484848;
    }

.tg-actionnav li a:hover, .tg-messagespagecount li a:hover, .tg-messagespagecount li a:hover i {
    color: #fff;
}

.tg-messagespagecount {
    float: right;
}

    .tg-messagespagecount li {
        padding: 0 0 0 10px;
    }

        .tg-messagespagecount li a {
            width: 30px;
        }

.tg-messagestabs {
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.tg-emailnavbox {
    width: 270px;
    float: left;
    padding: 10px;
    background: #f8f8f8;
}

    .tg-emailnavbox .tg-formfeedbacksearch {
        width: 100%;
        margin: 0 0 30px;
    }

        .tg-emailnavbox .tg-formfeedbacksearch .form-control {
            width: 85%;
        }

.tg-emailnav {
    color: #999;
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 16px;
    list-style: none;
}

    .tg-emailnav li {
        width: 100%;
        float: left;
        position: relative;
        list-style-type: none;
    }

        .tg-emailnav li a {
            display: block;
        }

.tg-emailhead {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.tg-inboxmessages {
    width: 100%;
    float: left;
}

.tg-emailnav li .tg-inboxmessages .tg-checkbox {
    width: auto;
}

    .tg-emailnav li .tg-inboxmessages .tg-checkbox label {
        padding: 0 0 0 27px;
    }

        .tg-emailnav li .tg-inboxmessages .tg-checkbox label:after {
            left: 17px;
            top: 50%;
            content: '';
            width: 5px;
            height: 5px;
            margin: -2px 0 0;
            position: absolute;
            border-radius: 50%;
        }

.tg-emailtime {
    float: right;
    font-size: 12px;
    line-height: 15px;
    color: #484848;
}

.tg-emaildetail, .tg-emailtitle {
    width: 100%;
    float: left;
}

.tg-emaildetail {
    padding: 0 0 0 15px;
}

.tg-emailtitle h2 {
    font-size: 12px;
    line-height: 15px;
    color: #484848;
}

.tg-emaildetail .tg-description p {
    margin: 0;
    color: #484848;
    line-height: 18px;
    margin: 0 0 10px;
}

.tg-messagecontent {
    padding: 30px 0 0 30px;
}

    .tg-messagecontent, .tg-messagecontent .tab-pane {
        overflow: hidden;
    }

.tg-emailmessage {
    width: 100%;
    float: left;
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

.tg-emailsubjectactions {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}

.tg-emailsubject {
    float: left;
}

.tg-emailsubjectactions h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

.tg-btnactions {
    float: right;
}

    .tg-btnactions a {
        display: inline-block;
        width: 26px;
        height: 26px;
        font-size: 12px;
        line-height: 26px;
        background: #f8f8f8;
        color: #484848;
        text-align: center;
        border-radius: 50%;
    }

        .tg-btnactions a.tg-btndel {
            background: #db6460;
        }

            .tg-btnactions a.tg-btndel i {
                color: #fff;
            }

        .tg-btnactions a i {
            color: #484848;
        }

        .tg-btnactions a:hover, .tg-btnactions a:hover i {
            color: #fff;
        }

.tg-emailauthor {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    padding: 20px;
    background: #f8f8f8;
}

    .tg-emailauthor figure {
        float: left;
        margin: 0 10px 0 0;
        border-radius: 50%;
    }

        .tg-emailauthor figure img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 50%;
        }

.tg-emailauthorinfo {
    overflow: hidden;
}

    .tg-emailauthorinfo h3 {
        font-size: 14px;
        line-height: 17px;
        margin: 0;
    }

    .tg-emailauthorinfo span {
        padding: 0 10px 0 0;
        font-size: 13px;
        line-height: 17px;
        color: #484848;
        position: relative;
    }

        .tg-emailauthorinfo span:after {
            top: 50%;
            right: 0;
            content: '\f0d7';
            font-family: 'FontAwesome';
            font-size: 12px;
            margin: -5px 0 0 0;
            line-height: normal;
            position: absolute;
        }

.tg-attachemtntime {
    float: right;
}

    .tg-attachemtntime a i {
        color: #484848;
    }

    .tg-attachemtntime a i, .tg-attachemtntime time {
        display: inline-block;
        vertical-align: middle;
    }

    .tg-attachemtntime time {
        color: #484848;
    }

.tg-emailmessagedetail {
    width: 100%;
    float: left;
}

    .tg-emailmessagedetail h4 {
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 30px;
    }

.tg-authorinformation {
    width: 100%;
    float: left;
}

    .tg-authorinformation span, .tg-authorinformation strong {
        display: block;
    }

    .tg-authorinformation em {
        margin: 0 5px 0 0;
        font-style: normal;
    }

.tg-emailattachemnets {
    width: 100%;
    float: left;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.tg-attachementhead {
    width: 100%;
    float: left;
    margin: 0 0 38px;
}

.tg-attachementheading {
    float: left;
}

    .tg-attachementheading h2 {
        font-size: 14px;
        line-height: 17px;
        margin: 0;
        padding: 4px 0;
    }

.tg-btndownload {
    width: 26px;
    height: 26px;
    display: block;
    float: right;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

    .tg-btndownload i {
        color: #fff;
    }

.tg-imgattachemnet {
    width: auto;
    float: none;
    margin: 0 -15px;
    clear: both;
    overflow: hidden;
    list-style: none;
}

    .tg-imgattachemnet li {
        width: 25%;
        float: left;
        padding: 0 5px;
        list-style-type: none;
    }

        .tg-imgattachemnet li a, .tg-imgattachemnet li a img {
            display: block;
        }

            .tg-imgattachemnet li a img {
                width: 100%;
                height: auto;
            }

.tg-emailmessagebox {
    width: 100%;
    float: left;
    margin: 30px 0;
}

    .tg-emailmessagebox .tg-formreply {
        margin: 0 0 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

        .tg-emailmessagebox .tg-formreply .tg-formgroup {
            margin: 0;
        }

        .tg-emailmessagebox .tg-formreply .form-control {
            padding: 0 20px;
            border: 0;
            border-bottom: 1px solid #ddd;
        }

        .tg-emailmessagebox .tg-formreply .tg-formgroup textarea {
            height: 275px;
            padding: 20px;
            border: 0;
        }

        .tg-emailmessagebox .tg-formreply .tg-uploadedimggallery {
            padding: 20px;
        }

            .tg-emailmessagebox .tg-formreply .tg-uploadedimggallery li {
                width: 20%;
            }

                .tg-emailmessagebox .tg-formreply .tg-uploadedimggallery li .tg-filename {
                    padding: 5px 0 0;
                    text-align: center;
                }

.tg-btnarea {
    width: 100%;
    float: left;
}

    .tg-btnarea .tg-btn:first-child {
        padding: 0 70px;
    }

    .tg-btnarea .tg-btn:last-child {
        float: right;
        padding: 0 50px;
    }

.tg-dashboardappointments {
    width: 100%;
    float: left;
}

.tg-calendar {
    width: 100%;
    float: left;
}

.fc-toolbar {
    width: 100%;
    float: left;
    margin: 0;
    padding: 19px 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
    position: relative;
}

    .fc-toolbar .fc-left {
        width: 100%;
        float: left;
        text-align: center;
    }

        .fc-toolbar .fc-left h2 {
            float: none;
            display: inline-block;
            margin: 0;
            font-size: 18px;
            line-height: 18px;
            color: #fff;
        }

.fc-today-button {
    display: none;
}

.fc-prev-button, .fc-next-button {
    z-index: 3;
    top: 50%;
    width: 24px;
    height: 24px !important;
    float: none !important;
    margin: -12px 0 0 !important;
    padding: 0 !important;
    background: #fff;
    border-radius: 50% !important;
    border: 0;
    position: absolute !important;
}

.fc-prev-button {
    left: 30px;
}

.fc-next-button {
    right: 30px;
}

    .fc-prev-button:hover, .fc-next-button:hover {
        background: #0395cb;
    }

.fc button .fc-icon {
    height: auto;
    display: block;
    text-align: center;
    position: static;
    line-height: 24px;
    margin: 0;
}

    .fc button .fc-icon:after {
        font-size: 150%;
        font-weight: 400 !important;
    }

.fc button:hover .fc-icon:after {
    color: #fff;
}

.fc-view-container {
    width: 100%;
    float: left;
}

.fc .fc-row {
    width: 100%;
    float: left;
}

.fc table {
    float: left;
    margin: 0;
}

.fc-view {
    width: 100%;
    float: left;
}

    .fc-head table thead tr td, .fc-view table thead tr td, .fc .fc-row table thead {
        border: 0;
    }

        .fc .fc-row table thead tr th {
            color: #fff;
            border: 0;
            line-height: 40px;
            font-weight: 400;
        }

            .fc .fc-row table thead tr th:nth-child(odd) {
                background: #0395cb;
            }

            .fc .fc-row table thead tr th:nth-child(even) {
                background: #0382b1;
            }

.fc-body {
    width: 100%;
    float: left;
    background: #fff;
}

    .fc-body tr td {
        border: 0;
    }

.fc-content-skeleton, .fc-basic-view .fc-body .fc-row, .fc-unselectable, .fc-day-grid-container, .fc-widget-content {
    width: 100%;
    float: left;
}

.fc-row .fc-content-skeleton {
    padding: 0;
}

.fc-unthemed .fc-row, .fc-widget-content {
    border-top: 1px solid #ddd;
}

.fc-basic-view .fc-body .fc-row {
    height: auto;
    min-height: 0;
}

.fc-content-skeleton table thead tr td {
    line-height: 118px;
    text-align: center;
    font-size: 20px;
    color: #ddd;
    cursor: pointer;
}

.fc-content-skeleton td:nth-child(even) {
    background-color: #f8f8f8;
}

.fc-content-skeleton td:nth-child(odd) {
    background-color: #fff;
}

.fc-content-skeleton td:first-child {
    background-color: #f2f2f2;
}

.fc-content-skeleton table thead tr td span {
    padding: 0 !important;
}

.fc-future .fc-day-number, .fc-today.fc-state-highlight .fc-day-number {
    width: 60px;
    height: 60px;
    margin: 29px 0;
    display: inline-block;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
}

.fc-future .fc-day-number {
    color: #999;
}

.fc-day-top.fc-other-month {
    opacity: 1;
}

.fc-future:hover .fc-day-number {
    color: #fff;
}

.fc-other-month.fc-future .fc-day-number {
    color: #ddd;
}

.fc-other-month.fc-future:hover .fc-day-number {
    background: none;
    color: #ddd;
}

.tg-dashboardappoinmentsetting {
    width: 100%;
    float: left;
}

    .tg-dashboardappoinmentsetting .tg-dashboardtabnav {
        margin: 0 0 30px;
    }

        .tg-dashboardappoinmentsetting .tg-dashboardtabnav li {
            width: 25%;
            float: left;
        }

.tg-appoinmentbox {
    width: 100%;
    float: left;
    padding: 20px;
    background: #fff;
}

    .tg-appoinmentbox .tg-datebox {
        background: #f8f8f8;
        color: #484848;
        align-items: flex-start;
    }

        .tg-appoinmentbox .tg-datebox time {
            width: 100%;
            float: left;
            padding: 0 0 10px;
            text-align: left;
            color: #484848;
            border-color: #ddd;
        }

.tg-formtimeslots fieldset .tg-timeslots {
    margin: 0;
}

.tg-formtimeslots .tg-formgroup {
    position: relative;
}

    .tg-formtimeslots .tg-formgroup i.fa {
        right: 15px;
        top: 50%;
        margin: -7px 0 0;
        color: #999;
        position: absolute;
    }

.tg-formtimeslots .tg-btn {
    padding: 0 55px;
}

.tg-appoinmentbox .tg-timeslots .tg-radio {
    width: 25%;
}

    .tg-appoinmentbox .tg-timeslots .tg-radio label {
        height: auto;
        padding: 10px;
        display: block;
    }

        .tg-appoinmentbox .tg-timeslots .tg-radio label .tg-timetitle {
            float: left;
            font-size: 14px;
            line-height: 15px;
            margin: 0;
        }

        .tg-appoinmentbox .tg-timeslots .tg-radio label .tg-btndelete {
            width: 14px;
            height: 14px;
            float: right;
            font-size: 10px;
            line-height: 14px;
        }

.tg-scheduletime {
    width: 100%;
    float: left;
    margin: 10px 0 20px;
    font-size: 12px;
    line-height: 15px;
    color: #999;
}

.tg-appoinmentbox .tg-timeslots .tg-radio label .tg-description {
    margin: 0;
    font-size: 10px;
    line-height: 12px;
}

.tg-dateandtimeslots.tg-tuesday .tg-datebox {
    min-height: 307px;
}

.tg-btnadddelt {
    width: 100%;
    float: left;
    list-style: none;
    text-align: left;
}

    .tg-btnadddelt li {
        display: inline-block;
        padding: 0 15px;
        line-height: normal;
        list-style-type: none;
        position: relative;
    }

        .tg-btnadddelt li:first-child {
            padding-left: 0;
        }

        .tg-btnadddelt li:after {
            top: 0;
            left: -5px;
            content: '-';
            font-size: 22px;
            line-height: 15px;
            position: absolute;
        }

        .tg-btnadddelt li:first-child:after {
            display: none;
        }

        .tg-btnadddelt li:last-child span a {
            color: #db6460;
        }

.tg-sunday .tg-timeslots {
    padding: 60px 0 60px 5px;
    text-transform: capitalize;
    color: #999;
}

.tg-appoinmentbox .tg-timeslots .tg-radio input[type=radio] + label:hover, .tg-appoinmentbox .tg-timeslots .tg-radio input[type=radio]:checked + label, .tg-appoinmentbox .tg-timeslots .tg-radio input[type=radio] + label:hover h3, .tg-appoinmentbox .tg-timeslots .tg-radio input[type=radio]:checked + label h3, .tg-appoinmentbox .tg-timeslots .tg-radio input[type=radio] + label:hover .tg-scheduletime, .tg-appoinmentbox .tg-timeslots .tg-radio input[type=radio]:checked + label .tg-scheduletime {
    color: #fff;
}

.tg-dashboardfavoritlisting {
    width: 100%;
    float: left;
}

.tg-favoritlistingbox {
    width: 100%;
    float: left;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.tg-favoritlisttitle {
    width: 100%;
    float: left;
}

.tg-favotirelistcontent {
    float: left;
    padding: 0 0 0 20px;
}

.tg-favoritlisttitle span {
    width: 80%;
    float: left;
    padding: 12px 20px;
    font-family: 'Comfortaa', cursive;
    background: #f8f8f8;
}

.tg-favoritlisttitle .tg-titleaction {
    width: 20%;
    float: right;
    background: #f2f2f2;
}

.tg-favoritlist {
    width: 100%;
    float: left;
    list-style: none;
}

    .tg-favoritlist li {
        width: 100%;
        float: left;
        padding: 10px 0;
        list-style-type: none;
    }

        .tg-favoritlist li + li {
            border-top: 1px solid #ddd;
        }

        .tg-favoritlist li figure {
            width: 50px;
            float: left;
            overflow: hidden;
            border-radius: 3px;
            margin: 0 10px 0 0;
        }

.tg-listdata {
    float: left;
    padding: 6px 0;
}

    .tg-listdata h4 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
    }

    .tg-listdata span {
        margin: 0;
        display: block;
        padding: 5px 0 0;
        font-size: 13px;
        line-height: 16px;
        font-style: normal;
    }

.tg-btnaction {
    width: auto;
    float: right;
    margin: -10px 0;
    padding: 20px 41px;
    text-align: center;
    background: #f8f8f8;
}

.tg-btnview, .tg-btndelete {
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    background: #484848;
    color: #fff;
    border-radius: 50%;
}

.tg-btndelete {
    background: #db6460;
    margin: 0 0 0 7px;
}

    .tg-btnview:hover, .tg-btndelete:hover {
        color: #fff;
    }

.tg-dashboardfavoritlisting .tg-favoritlist li .tg-listdata {
    padding: 8px 0;
}

    .tg-dashboardfavoritlisting .tg-favoritlist li .tg-listdata h4 {
        margin: 0;
        font-weight: 400;
        line-height: 17px;
    }

    .tg-dashboardfavoritlisting .tg-favoritlist li .tg-listdata span {
        padding: 0;
    }

.tg-dashboardinvoices {
    width: 100%;
    float: left;
}

.tg-invoicestitle {
    width: 100%;
    float: left;
}

    .tg-invoicestitle span {
        width: 50%;
        float: left;
        padding: 12px 20px;
        font-family: 'Comfortaa', cursive;
        background: #f8f8f8;
    }

    .tg-invoicestitle .tg-titleamount {
        width: 30%;
        background: #f2f2f2;
    }

    .tg-invoicestitle .tg-titleaction {
        width: 20%;
        background: #f8f8f8;
    }

.tg-invoices {
    width: 100%;
    float: left;
    list-style: none;
}

    .tg-invoices li {
        width: 100%;
        float: left;
        list-style-type: none;
    }

        .tg-invoices li + li {
            border-top: 1px solid #ddd;
        }

        .tg-invoices li .tg-btnaction {
            width: 20%;
            padding: 10px 20px;
            margin: 0;
            background: #fff;
        }

.tg-invoicesheading {
    width: 50%;
    float: left;
    padding: 16px 20px;
}

    .tg-invoicesheading h3 {
        font-size: 14px;
        line-height: 17px;
        margin: 0;
    }

        .tg-invoicesheading h3 a {
            display: block;
        }

.tg-amout {
    width: 30%;
    float: left;
    background: #f8f8f8;
    padding: 17px 20px;
}

    .tg-amout em {
        display: block;
        font-size: 13px;
        line-height: 15px;
        font-style: normal;
    }

.tg-pkgexpireyandcounter {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

    .tg-pkgexpireyandcounter .tg-pkgexpirey {
        width: 45%;
        float: right;
        margin: 0;
        padding: 30px;
        color: #fff;
        z-index: 2;
        font-size: 14px;
        line-height: 17px;
        font-weight: bold;
        border-radius: 0 5px 5px 0;
        text-align: center;
        position: relative;
        text-transform: uppercase;
    }

        .tg-pkgexpireyandcounter .tg-pkgexpirey h3 {
            color: #fff;
            font-size: 20px;
            margin: 0 0 20px;
            line-height: 20px;
            font-weight: 4100;
        }

        .tg-pkgexpireyandcounter .tg-pkgexpirey .tg-description {
            font-weight: 400;
            text-transform: none;
        }

        .tg-pkgexpireyandcounter .tg-pkgexpirey:before {
            top: 50%;
            margin: -36px 0 0;
            line-height: 72px;
        }

.tg-pkgexpirey .tg-btn {
    padding: 0 50px;
}

    .tg-pkgexpirey .tg-btn:hover {
        background: #fff;
        color: #484848 !important;
    }

.tg-timecounter {
    width: 100%;
    float: left;
}

.tg-expireytimecounter {
    width: 55%;
    min-height: 206px;
    float: left;
    padding: 30px;
    line-height: inherit;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.tg-countdown {
    width: 100%;
    float: left;
    height: 30px;
    font-size: 40px;
    line-height: 30px;
}

    .tg-countdown span {
        float: none;
        text-align: left;
        height: inherit;
        display: inline-block;
        vertical-align: top;
        line-height: inherit !important;
    }

        .tg-countdown span:after, .tg-countdown span:before {
            box-shadow: none;
            background: #db6460;
        }

        .tg-countdown span span {
            width: 25px;
            height: inherit;
            color: #db6460;
            font-weight: bold;
            line-height: inherit;
            box-shadow: none !important;
            letter-spacing: normal !important;
            background: transparent !important;
        }

        .tg-countdown span.countDiv {
            width: 45px;
        }

            .tg-countdown span.countDiv:before {
                bottom: 5px;
            }

            .tg-countdown span.countDiv:after {
                top: 5px;
            }

.tg-packagesbox {
    width: 100%;
    float: left;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.tg-packagesplanstabs {
    width: 100%;
    float: left;
}

.tg-navpackageplans {
    clear: both;
    overflow: hidden;
    list-style: none;
    font-size: 13px;
    line-height: 16px;
    margin: 0 -10px;
}

    .tg-navpackageplans li {
        width: 33.33%;
        float: left;
        padding: 0 10px;
        list-style-type: none;
    }

        .tg-navpackageplans li a {
            width: 100%;
            float: left;
            margin: 0 0 35px;
            display: block;
            text-align: center;
            border-radius: 5px;
            border: 1px solid #ddd;
            position: relative;
        }

            .tg-navpackageplans li a:hover, .tg-navpackageplans li.active a {
                border-bottom-width: 4px;
                -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.20);
                box-shadow: 0 0 5px 1px rgba(0,0,0,0.20);
            }

            .tg-navpackageplans li a:after {
                left: 50%;
                bottom: -13px;
                content: '';
                width: 0;
                height: 0;
                margin: 0 0 0 -5px;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid transparent;
                position: absolute;
            }

.tg-pkgplan {
    width: 100%;
    float: left;
    color: #484848;
    font-size: 13px;
    line-height: 16px;
    padding: 0 0 30px;
}

    .tg-pkgplanhead, .tg-pkgplan .tg-description {
        width: 100%;
        float: left;
        padding: 30px 25px;
    }

    .tg-pkgplan .tg-description {
        padding-bottom: 15px;
    }

.tg-pkgplanhead {
    border-bottom: 1px solid #ddd;
}

.tg-formtheme .tg-pkgplanhead h3 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 20px;
    text-transform: capitalize;
}

.tg-pkgplanhead h4 {
    margin: 0;
    width: 100%;
    float: left;
    color: #484848;
    font-size: 14px;
    line-height: 17px;
    text-transform: lowercase;
    font-family: 'Comfortaa', cursive;
}

    .tg-pkgplanhead h4 span {
        font-size: 24px;
        line-height: 24px;
    }

.tg-pkgplan .tg-description p {
    margin: 0 0 15px;
    font-size: inherit;
    line-height: inherit;
}

.tg-pkgplan .tg-btn {
    padding: 0 50px;
}

.tg-pkgtabcontent {
    width: 100%;
    float: left;
}

.tg-summary, .tg-paymentoption {
    width: 100%;
    float: left;
}

.tg-paymentoption {
    padding: 30px 0 0;
    border-top: 1px solid #ddd;
}

.tg-tablescroll {
    width: 100%;
    float: left;
    overflow: auto;
}

.tg-dashboardtable {
    min-width: 640px;
    width: 100%;
    margin: 0 0 30px;
}

.tg-paymentoption .table {
    margin: 0;
}

.tg-pkgtabcontent .tg-dashboardtable thead tr th {
    text-align: left;
    color: #fff;
    background: #484848 !important;
    font-weight: 400;
    font-family: 'Comfortaa', cursive;
    border: 0;
}

.tg-dashboardtable > thead:first-child > tr:first-child > th {
    padding: 10px 20px;
    border: 0;
}

.tg-pkgtabcontent .tg-dashboardtable tbody tr:nth-child(odd) {
    background: #fff;
}

.tg-pkgtabcontent .tg-dashboardtable tbody tr:nth-child(even) {
    background: #f8f8f8;
}

.tg-pkgtabcontent .tg-dashboardtable tbody tr td {
    border: 0;
    text-align: left;
}

    .tg-pkgtabcontent .tg-dashboardtable tbody tr td:nth-child(even) {
        text-align: right;
    }

.tg-pkgfoot {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

    .tg-pkgfoot .tg-checkbox {
        width: auto;
        float: right;
        padding: 12px 0;
    }

        .tg-pkgfoot .tg-checkbox label {
            color: #999;
            font-size: 12px;
            text-transform: lowercase;
            font-family: 'Comfortaa', cursive;
        }

            .tg-pkgfoot .tg-checkbox label strong {
                color: #007bb5;
                font-weight: 400;
            }

    .tg-pkgfoot .tg-btn {
        float: left;
        padding: 0 50px;
    }

.tg-dashboardsecuritysettings {
    width: 100%;
    float: left;
}

.tg-changepassword .tg-btn {
    float: right;
    padding: 0 40px;
}

.tg-deactivateaccount textarea {
    width: 100%;
    height: 180px;
    float: left;
    resize: none;
}

.tg-deactivateaccount .tg-btn {
    float: right;
    background: #db6460;
}

.tg-dashboardprivacy {
    width: 100%;
    float: left;
}

.tg-privacysettingbox {
    width: 100%;
    float: left;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.tg-optionbox {
    width: 100%;
    float: left;
    padding: 15px 20px;
    background: #f8f8f8;
    border-radius: 5px;
    cursor: pointer;
}

    .tg-optionbox span {
        font-size: 14px;
        line-height: 17px;
        font-family: 'Oxygen', Arial, Helvetica, sans-serif;
    }

.tg-widget.tg-widgetlogin {
    background: #f8f8f8;
    border-radius: 5px;
}

    .tg-widget.tg-widgetlogin .tg-widgetcontent {
        padding: 30px;
    }

.tg-widgetlogin .tg-widgettitle {
    margin: 0 0 20px;
    padding: 0;
    background: none;
}

    .tg-widgetlogin .tg-widgettitle h3 {
        margin: 0;
        font-size: 24px;
        line-height: 27px;
        color: #484848;
        font-weight: 400;
    }

.tg-kepploginpassword {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

    .tg-kepploginpassword .tg-checkbox input[type=checkbox] + label:before {
        width: 12px;
        height: 12px;
        background: #f8f8f8;
        border: 1px solid #484848;
        border-radius: 3px !important;
        box-shadow: none;
        border-radius: 0;
    }

.tg-btnforgotpassword {
    width: 100%;
    float: left;
    padding: 3px 8px;
    background: #eaeaea;
    color: #007bb5;
    display: block;
    text-align: center;
    border-radius: 0 0 5px 5px;
}

.tg-signinsignup {
    width: 100%;
    float: left;
}

.tg-formsigninsignup .tg-searchbulder {
    padding: 0;
}

.tg-checkboxbox {
    width: 100%;
    float: left;
    padding: 15px;
    border-radius: 3px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.tg-refreshcaptcha {
    float: right;
}

.tg-termscondition {
    width: 100%;
    float: left;
}

    .tg-termscondition .tg-checkbox {
        padding: 33px 0;
    }

        .tg-termscondition .tg-checkbox label em {
            font-style: normal;
            color: #007bb5;
        }

.tg-registervia {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #ddd;
}

.tg-socialiconslarge {
    width: 100%;
    float: left;
    display: table;
    text-align: center;
    table-layout: fixed;
}

    .tg-socialiconslarge li {
        padding: 0;
        float: none;
        background: #ddd;
        display: table-cell;
    }

        .tg-socialiconslarge li a {
            color: #fff;
            display: block;
        }

        .tg-socialiconslarge li.tg-facebook a {
            background: #3b5998;
        }

        .tg-socialiconslarge li.tg-twitter a {
            background: #55acee;
        }

        .tg-socialiconslarge li.tg-linkedin a {
            background: #007bb5;
        }

        .tg-socialiconslarge li.tg-googleplus a {
            background: #dd4b39;
        }

        .tg-socialiconslarge li.tg-dribbble a {
            background: #ea4c89;
        }

        .tg-socialiconslarge li.tg-rss a {
            background: #ff6600;
        }

        .tg-socialiconslarge li a i {
            font-size: 20px;
            display: block;
            line-height: 62px;
        }

        .tg-socialiconslarge li a:hover i {
            color: #fff;
        }

.tg-howitworksholder {
    width: 100%;
    float: left;
    margin: 40px 0 0;
}

.tg-howitworks {
    width: auto;
    float: none;
    margin: -20px 0;
    clear: both;
    overflow: hidden;
}

.tg-howitsworktitle {
    margin: 0 0 -135px;
    text-align: center;
}

    .tg-howitsworktitle h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .tg-howitsworktitle h3 {
        font-size: 40px;
        line-height: 40px;
    }

.tg-howitworksbox {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

    .tg-howitworksbox + .tg-howitworksbox {
        padding: 190px 0 0;
        background: url(../images/strip.jpg) repeat-y 50% 0;
    }

    .tg-howitworksbox h2 {
        font-size: 18px;
        line-height: 15px;
        margin: 0 0 8px;
    }

    .tg-howitworksbox h3 {
        font-size: 23px;
        line-height: 24px;
        margin: 0;
    }

.tg-servicseeker {
    z-index: 3;
    width: 100%;
    float: left;
    padding: 20px 0;
    background: #fff;
    position: relative;
}

.tg-servicseakerimg {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

    .tg-servicseakerimg img {
        display: block;
        margin: 0 auto;
    }

.tg-startserviceseeker h3 {
    margin: 0 0 14px;
}

.tg-getmorejob span {
    display: block;
}

.tg-arrow {
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    text-align: left;
    position: absolute;
}

    .tg-arrow i.fa {
        left: 50%;
        top: 50%;
        width: 30px;
        height: 30px;
        margin: -55px 0 0 -15px;
        font-size: 14px;
        line-height: 30px;
        background: #fff;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 50%;
        position: absolute;
    }

.tg-centericons {
    width: 100%;
    float: left;
    padding: 410px 0 0;
}

    .tg-centericons .tg-howitworksbox {
        background: url(../images/strip-1.jpg) repeat-x 0 50%;
    }

        .tg-centericons .tg-howitworksbox + .tg-howitworksbox {
            margin: 100px 0 0;
            padding: 0;
        }

        .tg-centericons .tg-howitworksbox .tg-servicseeker {
            padding: 0;
            background: none;
        }

        .tg-centericons .tg-howitworksbox .tg-servicseakerimg {
            margin: 0;
            position: relative;
        }

            .tg-centericons .tg-howitworksbox .tg-servicseakerimg:after, .tg-centericons .tg-howitworksbox .tg-servicseakerimg:before {
                top: 50%;
                width: 30px;
                height: 30px;
                margin: -15px 0 0;
                font-size: 14px;
                line-height: 29px;
                text-align: center;
                background: #fff;
                font-family: 'FontAwesome';
                border: 1px solid #ddd;
                border-radius: 50%;
                position: absolute;
            }

            .tg-centericons .tg-howitworksbox .tg-servicseakerimg:after {
                content: '\f104';
                right: 30px;
            }

            .tg-centericons .tg-howitworksbox .tg-servicseakerimg:before {
                content: '\f105';
                left: 30px;
            }

.tg-dashboardbox.tg-appointmentdetailbox {
    background: #fff;
    border-top: 2px solid;
    border-radius: 0;
}

.tg-appointmentdetailbox .tg-favoritlistingbox {
    padding: 0;
}

.tg-appointmentdetailbox .tg-dashboardboxtitle {
    padding: 17px 0 20px 0;
}

    .tg-appointmentdetailbox .tg-dashboardboxtitle h2 {
        color: #999;
    }

        .tg-appointmentdetailbox .tg-dashboardboxtitle h2 span {
            color: #484848;
        }

.tg-appointmentdetailbox .tg-amout {
    padding: 31px 20px;
}

.tg-appointmentdetailbox .tg-invoicesheading span {
    color: #999;
}

.tg-appointmentdetailbox .tg-invoices li .tg-btnaction {
    padding: 24px 20px;
}

.tg-appointmentapprove .tg-favoritlist li {
    line-height: normal;
}

    .tg-appointmentapprove .tg-favoritlist li .tg-favotirelistcontent {
        width: 50%;
    }

.tg-appointmentapprove .tg-rightbox {
    float: right;
}

.tg-appointmentapprove .tg-favoritlist li .tg-amout {
    margin: -10px 0 0 0;
    padding: 28px 20px;
}

.tg-patientrelation {
    width: 20%;
    float: left;
    margin: -10px 0 0;
    padding: 16px 20px;
}

    .tg-patientrelation span {
        display: block;
    }

.tg-visitreason {
    width: 100%;
    float: left;
    margin: 20px 0;
}

    .tg-visitreason .tg-leftbox h3 {
        margin: 0;
        font-size: 24px;
        line-height: 24px;
        color: #484848;
    }

    .tg-visitreason .tg-leftbox span {
        color: #999;
    }

    .tg-visitreason .tg-rightbox time {
        font-size: 24px;
        line-height: 24px;
        font-style: normal;
        font-family: 'Oxygen', Arial, Helvetica, sans-serif;
    }

.tg-appointmentapprove .tg-description {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

    .tg-appointmentapprove .tg-description p {
        margin: 0;
    }

.tg-appointmentapprove .tg-btnarea {
    text-align: center;
}

.tg-appointmentapprove .tg-btn {
    float: none !important;
    padding: 0 60px !important;
}

    .tg-appointmentapprove .tg-btn + .tg-btn {
        margin: 0 0 0 25px;
    }

    .tg-appointmentapprove .tg-btn.tg-btnreject {
        background: #db6460;
    }

.tg-formrejectappointment fieldset textarea {
    width: 100%;
    height: 220px;
    float: left;
    resize: none;
}

.tg-formrejectappointment fieldset .tg-btn {
    padding: 0 60px;
}

.tg-404error, .tg-404ontent {
    width: 100%;
    float: left;
}

.tg-404img {
    width: 100%;
    float: left;
    margin: 0 0 25px;
}

    .tg-404img img {
        margin: 0 auto;
        display: block;
    }

.tg-404ontent h2 {
    clear: both;
    font-size: 60px;
    line-height: 55px;
    margin: 0 0 15px;
    text-align: center;
}

.tg-404ontent .tg-description {
    text-align: center;
}

    .tg-404ontent .tg-description p {
        margin: 0;
    }

body.tg-comingsoon-page {
    background: url(../images/bg-commingsoon.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 100%;
}

.tg-commingsooncontent {
    left: 0;
    width: 630px;
    min-height: 895px;
    background: rgba(255, 255, 255, 0.90);
    position: absolute;
}

.tg-logarea {
    width: 100%;
    float: left;
    padding: 50px 0;
}

    .tg-logarea .tg-logo {
        width: 300px;
        float: none;
        display: block;
        margin: 0 auto;
    }

.tg-textbox {
    color: #484848;
    width: 100%;
    float: left;
    padding: 50px 50px 0;
    text-align: center;
}

    .tg-textbox h2 {
        color: #484848;
        margin: 0 0 7px;
        font-size: 40px;
        line-height: 36px;
    }

    .tg-textbox h3 {
        color: #484848;
        margin: 0 0 20px;
        padding: 0 0 20px;
        font-size: 24px;
        line-height: 20px;
        position: relative;
    }

        .tg-textbox h3:after {
            left: 50%;
            bottom: 0;
            content: '';
            width: 70px;
            height: 2px;
            margin: 0 0 0 -35px;
            background: #484848;
            position: absolute;
        }

    .tg-textbox .tg-description {
        padding: 0 0 50px;
    }

        .tg-textbox .tg-description p {
            margin: 0;
        }

.tg-countdown .clock-item {
    width: 173px;
    margin: 15px 30px;
    position: relative;
    display: inline-block;
    vertical-align: top
}

    .tg-countdown .clock-item .text {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

        .tg-countdown .clock-item .text .val {
            margin: 0 0 10px;
            font-size: 60px;
            line-height: 40px;
            font-family: 'Oxygen', Arial, Helvetica, sans-serif;
        }

        .tg-countdown .clock-item .text .type-time {
            padding: 0 10px;
            margin: 0 auto;
            font-size: 14px;
            line-height: 30px;
            border-radius: 3px;
            text-align: center;
            display: inline-block;
        }

.clock-canvas {
    width: 100%;
    float: left;
    position: relative;
}

    .clock-canvas:before {
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 3px solid;
        position: absolute;
    }

    .clock-canvas .kineticjs-content {
        width: 100%;
        height: 100%;
        float: left;
    }

body.tg-comingsoon-page .tg-copyright {
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 0;
    line-height: 50px;
    text-align: center;
    background: #515151;
    position: fixed;
}

.bootstrap-timepicker-widget table td input {
    border: 0;
    padding: 0;
    width: 40px;
    border-radius: 0;
}

.preloader-outer {
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.pin {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50% 50% 50% 0;
    border-radius: 50% 50% 50% 0;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}

    .pin:after {
        content: '';
        width: 14px;
        height: 14px;
        margin: 8px 0 0 8px;
        background: #fff;
        position: absolute;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.preloader-outerv-2 .pin:after {
    background: #fff;
}

.pulse {
    background: rgba(0,0,0,0.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2;
}

    .pulse:after {
        content: "";
        -webkit-border-radius: 50%;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        position: absolute;
        margin: -13px 0 0 -13px;
        -webkit-animation: pulsate 1s ease-out;
        -moz-animation: pulsate 1s ease-out;
        -o-animation: pulsate 1s ease-out;
        -ms-animation: pulsate 1s ease-out;
        animation: pulsate 1s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-box-shadow: 0 0 1px 2px #02aae8;
        box-shadow: 0 0 1px 2px #02aae8;
        -webkit-animation-delay: 1.1s;
        -moz-animation-delay: 1.1s;
        -o-animation-delay: 1.1s;
        -ms-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }

.preloader-outerv-2 .pulse:after {
    -webkit-box-shadow: 0 0 1px 2px #260c4d;
    box-shadow: 0 0 1px 2px #260c4d;
}

.NewsletterNew h2 {
    font-family: 'Comfortaa', cursive;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900 !important;
    margin-bottom: 25px;
    margin-top: 15px;
    color: #b4e849;
}

.NewsletterNew h4 {
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    text-transform: inherit;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 30px;
}

.newnewsletter {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding-top: 25px;
}

    .newnewsletter input {
        font-family: 'Comfortaa', cursive;
        font-weight: bold;
        max-width: 433px;
        width: 100%;
        height: 60px;
        text-align: center;
        font-size: 18px;
        box-shadow: 0px 0px 3px 0px #111;
        border-radius: 10px;
    }

.NewsletterNew .SearchBtn {
    text-align: center;
    float: none !important;
    margin-right: 0px !important;
    margin-top: 0px;
    font-size: 16px;
    margin-bottom: 10px !important;
    color: #fff !important;
}

.GreenBtn:hover, .GreenBtn:focus {
    background-color: transparent !important;
    border: 1px solid #a0cd4e;
    color: #a0cd4e !important;
    cursor: pointer;
}

.connect {
    margin-left: -15px;
}

    .connect p {
        font-family: roboto_condensedregular;
        font-size: 22px;
    }

        .connect p a:hover {
            text-decoration: none;
            ;
        }

        .connect p span {
            font-family: roboto_condensedregular;
            font-size: 22px;
            margin-right: 15px;
        }

    .connect span a {
        font-family: roboto_condensedregular;
        float: right;
        font-size: 22px;
        margin-right: 30%;
        color: #a0cd4e;
    }

.wpb_wrapper {
    font-family: roboto_condensedregular;
    font-size: 17px;
    padding: 0px 22px;
    letter-spacing: 1px;
}

    .wpb_wrapper a strong {
        color: #a0cd4e !important;
    }

    .wpb_wrapper a:hover {
        color: #a0cd4e;
    }

.backdoor { /*background-color: #a0cd4e; color: #fff !important; padding: 30px 0px;*/
    /*background-image: url(../../WebAssets/images/04.jpg);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    float: left;
    -webkit-clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 91%);
    clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 91%);
    /*-webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);*/
}

.ConditionHeading {
    background-color: #11a8dd;
    padding: 5em 0px;
}

    .ConditionHeading .ConditionBox {
        margin-bottom: 5em;
    }

.backdoor h1, .backdoor h2, .backdoor h4, .backdoorblack h2 {
    font-family: 'Dosis', sans-serif;
    font-size: 28px;
    color: #fff !important;
    letter-spacing: 1px;
    font-weight: bold;
}

.NewsInfo h2 {
    font-size: 36px;
    font-weight: 900;
}

    .NewsInfo h2 span {
        color: #9ecb4c;
    }

.doyouqualifysection h4 {
    font-weight: 900 !important;
}

.doyouqualifysection h5 {
    font-weight: bold;
}

.doyouqualifysection p {
    font-size: 16px;
}

.bg-door h2 {
    font-size: 26px;
}

.NewSectionInfo h1 {
    font-weight: 900 !important;
}

.NewSectionInfo h1, .NewSectionInfo h4, .NewSectionInfo h5 {
    font-family: 'Dosis', sans-serif;
    font-size: 44px;
    padding: 0px 50px 0px 0px;
    letter-spacing: 1px;
    color: #000;
}

.NewSectionInfo h5 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 40px;
}

.NewSectionInfo h4 span {
    color: #a0cd4e;
}

.NewSectionInfo p {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    font-size: 15px;
    line-height: 28px;
}

.NewSectionInfo ul li {
    font-size: 15px;
    list-style: outside;
    color: #000;
    text-align: left;
}

.checkform {
    background-color: #f2f2f2 !important;
    padding: 22px;
    width: 100%;
    position: relative;
    float: left;
}

    .checkform h3 {
        font-size: 26px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .checkform p {
        font-size: 16px;
        font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

.doyouqualify h1 {
    line-height: 45px;
    margin-bottom: 10px;
    font-weight: bold;
}

.doyouqualify h6 {
    font-family: Raleway, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 28px;
    padding: 0px 15px;
    font-weight: 600;
}

.biglogo {
    margin: 40px auto;
    position: relative;
    width: 100%;
    text-align: center;
}

.doyouqualify .tg-arr img {
    max-width: 125px;
    width: 100%;
}

.doyouqualify .btncheck img {
    max-width: 250px;
    margin-top: 20px;
}

.doyouqualify .biglogo img {
    max-width: 800px !important;
    width: 100%;
    vertical-align: top;
}

.bannerimg img {
    text-align: center;
}

.bannerimg {
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 7%;
}

.pricingbanner img {
    border: 4px solid #eee;
}

.Greeninfo {
    background-color: #edf4e0;
    padding: 15px 32px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

    .Greeninfo h1 {
        font-family: 'roboto_condensedregular';
        font-size: 36px;
        color: #333;
        font-weight: 300;
    }

.ceo img {
}

.ceo h2 {
    font-family: 'Comfortaa', cursive;
    font-size: 26px;
    margin: 20px 0px;
    text-align: center;
}

.quicklinks h2 {
    font-family: 'Comfortaa', cursive;
    font-size: 32px;
    font-weight: 900;
}

.faq p span strong, .faq p span b {
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    font-weight: 600;
}

.cardpricetext {
    font-size: 15px !important;
    margin-bottom: 0px !important;
}

.ceoinfo p, .teaminfo p, .td-mfgnow p {
    color: #777;
    font-size: 15px;
}

.td-mfgnow p {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
}

.td-mfgnow h1 {
    font-family: 'Dosis', sans-serif;
    font-size: 36px;
    font-weight: 900;
}

.quicklinks a {
    font-family: 'roboto_condensedregular';
    font-size: 22px;
    text-transform: uppercase;
    text-align: center !important;
    color: #fff !important;
    width: 100%;
    position: relative;
    float: left;
}

    .quicklinks a.nevada:nth-child(1) {
        background-color: #333;
        padding: 65px 10px;
        margin-bottom: 10px;
    }

    .quicklinks a.florida {
        background-color: #a0cd4e;
        padding: 65px 10px;
        margin-bottom: 10px;
    }

    .quicklinks a.washington {
        background-color: #2a93ff;
        padding: 65px 10px;
        margin-bottom: 10px;
    }

    .quicklinks a.newyork {
        background-color: #aa15f7;
        padding: 65px 10px;
        margin-bottom: 10px;
    }

    .quicklinks a.california {
        background-color: #f7af0d;
        padding: 65px 10px;
        margin-bottom: 10px;
    }

    .quicklinks a.angelis {
        background-color: #6a20f9;
        padding: 65px 10px;
        margin-bottom: 10px;
    }

    .quicklinks a:hover {
        opacity: 0.7;
        text-decoration: none;
        color: #fff;
    }

.faq p {
    color: #777 !important;
    font-size: 15px;
}

.meetsidebar {
    border-left: 1px solid #eee;
    padding: 0px 10px;
    width: 100%;
    float: left;
    background-color: #efefef;
}

.bgopacity {
    display: none;
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
}

.meetvideo {
    width: 100%;
    float: left;
    position: relative;
}

.sideheader {
    background-color: #333;
    color: #fff !important;
    border-top: 5px solid #a0cd4e;
    padding: 5px 15px;
    margin-bottom: 10px;
}

    .sideheader h2 {
        font-family: 'roboto_condensedregular';
        font-size: 24px;
        color: #fff;
        line-height: 30px;
        text-align: center;
    }

.marijuanalinks ul li {
    text-transform: uppercase;
    padding: 5px 0px;
    list-style-type: none;
}

    .marijuanalinks ul li a {
        font-size: 15px;
        text-transform: uppercase;
        padding: 5px 4px 5px 0px;
        color: #000;
        font-weight: bold;
    }

        .marijuanalinks ul li a:hover {
            background-color: #333;
            color: #fff !important;
            border-left: 5px solid #a0cd4e;
            padding: 5px 10px;
        }

    .marijuanalinks ul li:nth-child(3) > a:hover {
        padding: 5px 2px !important;
    }

.AllDoctors .CardImgDetails1 h3, .AllDoctors .CardImgDetails1 p {
    font-size: 16px;
}

.sideheader p {
    font-size: 18px;
    text-align: center;
}

.sidevideo, .marijuanalinks, .sidebarprice {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20%;
}

.sidebarprice {
}

.onepack {
    border: 1px solid #eee;
    margin-bottom: 15px;
}

    .onepack .sideprice {
        background-color: #a0cd4e;
        text-align: center;
        color: #fff;
        padding: 30px 20px;
    }

        .onepack .sideprice span {
            font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 36px;
        }

    .onepack p {
        font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: center;
        font-size: 16px;
        padding: 20px;
    }

.sidebarcontact h2 {
    font-size: 36px;
    color: #fff !important;
    text-align: center;
}

.greenback {
    background: #a0cd4e;
    padding: 20px 10px;
    margin-top: 10px;
}

.blackback {
    background: #333;
    padding: 30px 10px;
    margin-bottom: 20px;
}

    .blackback h2 {
        font-size: 20px !important;
        text-align: center;
    }

.pricingpage {
    width: 100%;
    float: left;
    margin: 10px 0px;
    margin-bottom: 20px;
}

.pack {
    width: 100%;
    float: left;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 0px 10px;
}

    .pack .sideprice {
        max-width: 150px;
        width: 100%;
        float: left;
        background-color: #a0cd4e;
        padding: 40px 20px;
        text-align: center;
    }

    .pack span {
        font-family: 'Comfortaa', cursive;
        color: #fff;
        font-size: 30px;
    }

    .pack p {
        font-family: 'roboto_condensedregular';
        font-size: 18px;
        float: left;
        padding: 28px 20px;
        max-width: 550px;
        margin: 0px;
    }

.darkgreybg {
    background-color: #333;
    padding: 50px 0px;
}

    .darkgreybg h1, .darkgreybg h2, .darkgreybg p {
        color: #fff;
    }

.pricinglogo img {
    max-width: 300px;
}

.btnnewclass a {
    margin-bottom: 0px;
}

.cardstatus {
    margin-top: 50px;
}

.folks {
    margin-bottom: 35px;
}

    .folks p {
        color: #777;
        font-size: 15px;
    }

    .folks h2 {
        font-family: Raleway, "Heveltica Neue", Heveltica, Arial, sans-serif;
        font-size: 28px;
        font-weight: bold;
        color: #000;
    }

.greenh {
    font-family: 'roboto_condensedregular';
    text-transform: uppercase;
    color: #a0cd4e;
}

.ppolicy h3 {
    font-family: 'roboto_condensedregular';
    font-size: 22px;
}

.mfgdoc {
    margin: 20px 0px;
}

    .mfgdoc img {
        border: 5px solid #eee;
    }

.solution {
    background-color: #eee;
    padding: 20px;
    border: 1px dotted #999;
    margin: 50px 0px;
}

    .solution p {
        font-family: Lato, "Heveltica Neue", Heveltica, Arial, sans-serif;
        font-size: 15px;
    }

.searchpage h3 {
    font-family: Raleway, "Heveltica Neue", Heveltica, Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin: 8px 0px;
}

.finddoctorpage h3 {
    font-size: 15px;
    font-weight: bold;
}

.finddoctorpage .form-group {
    margin-bottom: 0px;
}

.searchpage .form-group {
    float: left;
    width: 100%;
}

    .searchpage .form-group input {
        font-family: Lato, "Heveltica Neue", Heveltica, Arial, sans-serif;
        width: 70%;
        float: left;
    }

    .searchpage .form-group select {
        font-family: Lato, "Heveltica Neue", Heveltica, Arial, sans-serif;
        width: 70%;
        float: left;
    }

.searchpage button {
    width: 30%;
    float: left;
}

.DoctorsListings {
    background-color: #efefef;
}

    .DoctorsListings h1 {
        font-weight: 900 !important;
    }

.FloridaDoctors {
}

    .FloridaDoctors h2 {
        font-family: Raleway, "Heveltica Neue", Heveltica, Arial, sans-serif;
        font-size: 24px;
        margin-top: 20px;
        font-weight: bold;
        letter-spacing: 1px;
    }

        .FloridaDoctors h2 span {
        }

.docinfo {
    background: #efefef;
    border: 1px solid #efefef;
    padding: 0px;
}

    .docinfo img {
    }

    .docinfo h4 {
        font-family: Raleway, "Heveltica Neue", Heveltica, Arial, sans-serif;
        font-size: 18px;
        margin: 10px 0px 0px 0px;
        font-weight: bold;
    }

    .docinfo hr {
        margin: 10px 0px;
    }

    .docinfo p {
        font-size: 15px;
        color: #777;
    }

    .docinfo .tg-btn {
        font-family: lato, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        float: none;
        position: relative;
        text-align: center;
        margin: 0 18%;
    }

.docifno a.tg-btn:active {
    color: #a0cd4e;
}

.docimg {
    width: 100%;
    height: 240px;
}

.wpb_wrapper p {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px !important;
    line-height: 28px;
    font-size: 15px;
}

.wpb_wrapper ul li {
    font-size: 14px;
    line-height: 26px;
    color: #777;
}

.SearchBtn {
    margin-right: 0;
    max-width: 150px;
    width: 100%;
}

.DataContentAbout {
    margin-bottom: 40px;
    margin-top: 40px;
}

.CareBtn {
    margin-left: 3% !important;
    float: left !important;
}

.ViewMap {
    max-width: 150px;
    width: 100%;
    color: #fff;
}

.imgothers {
    height: 280px !important;
    width: 100% !important;
}

.sideimg2 {
    width: 100%;
    max-width: 140px;
}

.btnalign {
    text-align: right;
    margin-right: 20px;
}

.detailText {
    text-align: left;
}

.titleText {
    text-align: left;
    padding-left: 20px;
    color: #a0cd4e !important;
}

.tg-svginjectS {
    left: 30px;
    position: absolute;
    max-width: 50px;
    width: 100%;
    top: -6px;
}

.TextGrey {
    color: #808080;
}

.PrCardWidth {
    width: 100%;
    max-width: 80%;
}

.bold {
    font-weight: 500 !important;
}

.Font24 {
    font-size: 24px !important;
}

.Font19 {
    font-size: 15px;
    line-height: 28px;
    padding: 0px 15px;
}

.Font85 {
    font-size: 5em !important;
}

.CardImg {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.DoctorNew .CardImgDetails {
    padding: 25px !important;
    min-height: 205px;
}

.DoctorNew .docNewimg, .MarijuanaDoctors .marijuanadoctor {
    height: 320px;
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}

.MarijuanaDoctors .marijuanadoctor {
    height: 270px;
}

.patienttransfer {
    height: 50px;
    max-width: 200px;
    width: 100%;
    padding: 4px;
    margin-bottom: 50px;
    font-weight: bold;
    margin-top: 30px;
    font-size: 16px;
}

#PatientTransfer .modal-title {
    font-weight: 900;
}

#PatientTransfer .TransferBody {
    text-align: center;
}

#PatientTransfer h5, #PatientTransfer h4 {
    font-weight: bold;
}

#PatientTransfer .proceedbtn {
    background-color: #a0cd4e;
    color: #fff;
    margin: 5px 0px;
}

    #PatientTransfer .proceedbtn:hover {
        background-color: #fff;
        color: #a0cd4e !important;
    }

#PatientTransfer .cancelbtn {
    background-color: #db6460;
    color: #fff;
    margin: 5px 0px;
}

#PatientQuestionnaire .modal-title {
    font-weight: 900;
}

.CardImgDetails, .CardImgDetails1 {
    padding: 25px 25px 0px 25px;
    background-color: white;
    width: 100%;
    float: left;
}

.CardDetail {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 10px 0px;
    margin-bottom: 20px;
}

    .CardDetail h1, .CardDetail h2, .CardDetail h3, .CardDetail h4, .CardDetail h5, .CardDetail h6, .CardDetail p, .CardDetail span {
        display: none;
    }

        .CardDetail p:nth-child(2) {
            display: block !important;
            white-space: pre-wrap;
            overflow: hidden;
            padding: 0px 15px;
            text-overflow: ellipsis;
            margin-bottom: 0px;
            height: 63px;
            position: relative;
        }

            .CardDetail p:nth-child(2)::after {
                content: "...";
                position: absolute;
                top: 28px;
                right: 16px;
            }

    .CardDetail a {
        float: right;
        margin-right: 15px;
    }

        .CardDetail a:hover {
        }

.CardImgDetails h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 900;
    text-shadow: none !important;
}

.CardImgDetails p {
    font-weight: bold;
}

.Font15 {
    font-size: 15px !important;
    line-height: 28px;
    padding: 0px 35px;
}

.CardImgDetails1 {
    padding: 25px;
    background-color: white;
    min-height: 222px;
    box-shadow: 0px 12px 20px #8e8e8e24;
}

.maplinks {
    padding: 8% 0 !important;
}

.mycontainer {
    width: 90% !important;
    max-width: 100% !important;
}

.imgHeight {
    min-height: 300px !important;
}

.tg-navigationareaOthers {
    float: right;
    padding-bottom: 20px;
    padding-top: 30px;
    margin-right: 3%;
}

.tg-logoOthers {
    float: left;
    padding-top: 30px;
    padding-left: 30px;
    max-width: 300px;
    width: 100%;
}

.GreenBtn {
    font-size: 18px;
    text-transform: capitalize;
    background-color: #a3cd4e;
    color: #fff;
    height: 50px;
    max-width: 200px;
    width: 100%;
    padding: 4px;
    margin-bottom: 50px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 0;
    float: right;
}

.GetStartedButton .GreenBtn {
    font-size: 18px;
    text-transform: capitalize;
    background-color: #fff;
    color: #a3cd4e;
    height: 50px;
    max-width: 200px;
    width: 100%;
    padding: 4px;
    margin-bottom: 50px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 0;
}

    .GetStartedButton .GreenBtn:hover, .GetStartedButton .GreenBtn:focus {
        background-color: transparent;
        color: #fff !important;
        border: 1px solid #fff;
    }

.GreenBtnS {
    font-size: 16px;
    text-transform: capitalize;
    background-color: #a3cd4e;
    color: #fff;
    height: 43px;
    max-width: 120px;
    width: 100%;
    padding: 0px;
    margin-bottom: 50px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 0;
}

.BigText {
    font-size: 9em;
    color: #DDDDDD;
    line-height: 140px;
    text-shadow: 1px 1px 1px #0000009e;
}

.NoTransText {
    text-transform: none !important;
}

.TextCenter {
    text-align: center !important;
}

.bolder {
    font-weight: 600 !important;
}

.PLR0 {
    padding-left: 0;
    padding-right: 0;
}

.myImg {
    max-width: 220px;
}

.myli {
    list-style: none !important;
}

.ContactsList .myli {
    list-style: none !important;
    width: 100%;
    float: left;
    font-size: 16px;
    vertical-align: middle;
    font-weight: bold;
    padding: 10px 0px;
}

    .ContactsList .myli span {
        font-size: 28px;
        float: left;
    }

        .ContactsList .myli span:nth-child(2) {
            font-size: 16px;
            padding-top: 11px;
            float: left;
            padding-left: 25px;
        }

.fa-phone {
    width: 60px;
    height: 50px;
    border-radius: 50%;
    top: 6px;
    position: relative;
    color: #03bfeb;
}


.fa-envelope {
    width: 60px;
    height: 50px;
    border-radius: 50%;
    color: #03bfeb;
}


.fa-map-marker {
    width: 60px;
    height: 50px;
    border-radius: 50%;
    color: #03bfeb;
}


.BR5 {
    border-right: 5px solid !important;
    border-right-color: #9ecb4c !important;
}

.P25 {
    padding: 25px;
}

.P15 {
    padding: 15px;
}

.BL5 {
    border-right: 5px solid;
    border-right-color: #9ecb4c;
}

.tg-navigation > ul > li:last-child {
    padding-right: 0;
}

.tg-navigation > ul > li:first-child {
    padding-left: 0;
}

.TextWhite {
    color: white;
    font-size: 30px;
    text-transform: UPPERCASE
}

.BgTransparent {
    background: transparent;
}

.Font18 {
    font-size: 18px;
    font-weight: bolder;
}

.bgLight {
    background-color: #FDFDFD !important;
    border: none !important;
}

.bgMlight {
    background-color: #333 !important;
}

.shadow {
    padding: 40px 15px;
    background-color: #ffffff !important;
    margin-top: 20px;
    padding: 40px 15px;
    background-color: #a0cd4e;
    margin-top: 20px;
    float: left;
    min-height: 570px;
}

    .shadow hr {
        width: 100%;
        float: left;
    }

.pricinglist p {
    float: left;
    width: 100%;
}

.shadow h1, .shadow h3 {
    font-size: 5em;
    font-weight: 900;
    color: #a0cd4e;
    text-align: center;
    font-family: lato;
}

.shadow h4 {
    font-size: 1.6em;
    font-weight: bold;
    color: #000000;
    text-align: center;
    font-weight: 900;
}

.card-price .shadow p, .card-price1 .shadow p {
    margin-bottom: 0;
    width: 100%;
    float: left;
}

.shadow .pricinglist {
    width: 100%;
    float: left;
}

.shadow p {
    font-size: 1.2em;
    color: #000;
    font-weight: normal;
    text-align: center;
    font-weight: bold;
    padding: 10px 0px;
}

.pricinglist i {
    color: #a0cd4e;
}

    .pricinglist i:before {
        top: 7px;
        position: relative;
    }

.pricinglist span {
    color: #333;
    text-align: left;
}

.NoBorder {
    border-bottom: none !important;
}

.MyIconsFooter li a, .MyFooterMenu li a {
    font-size: 15px !important;
    text-transform: capitalize;
}

.FootersocialIcons li {
    padding: 0px 25px;
}

.FooterShareIcons li {
    padding: 0px 5px;
}

.MyFooterMenu {
    margin-left: 27px;
}

.PT50 {
    padding-top: 50px
}

.Textgreen {
    color: #fff !important;
    text-shadow: 1px 1px 1px #0000007a;
}

.boldtext {
    text-shadow: none;
}

.Line-height10 {
    line-height: 10px !important;
}

.Line-height20 {
    line-height: 20px !important;
}

.pull-left {
    text-align: left !important;
}

.min-height {
    height: 60px;
}

.MR0 {
    margin-right: 0;
}

.MR15 {
    margin-right: 15 !important;
}

.MT27 {
    margin-top: 27px;
}

.MT40 {
    margin-top: 40px;
}

.MT60 {
    margin-top: 60px;
}

.MT20 {
    margin-top: 20px;
}

.H100 {
    height: 100px;
}

.H50 {
    height: 50px !important;
}

.PL20 {
    padding-left: 20px;
}

.PL90 {
    padding-left: 90px;
}

.PL25 {
    padding-left: 25px;
}

.PL30 {
    padding-left: 30px;
}

.PL10 {
    padding-left: 10px;
}

.PL8 {
    padding-left: 8px;
}

.PT35 {
    padding-top: 35px;
}

.PT30 {
    padding-top: 30px;
}

.PT21 {
    padding-top: 21px;
}

.PT10 {
    padding-top: 10px;
}

.PT15 {
    padding-top: 15px;
}

.MT10 {
    margin-top: 10px;
}

.ML90 {
    margin-left: 90px;
}

.ML50 {
    margin-left: 50px;
}

.ML30 {
    margin-left: 30px;
}

. .bold {
    font-weight: bolder;
}

.inline {
    display: inline-block;
}

.full-width {
    width: 100%
}

.less-width {
    width: 70%
}

.BT {
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
}

.PL0 {
    padding-left: 0
}

.PL20 {
    padding-left: 20px
}

.PL30 {
    padding-left: 30px
}

.PR0 {
    padding-right: 0
}

.PR10 {
    padding-right: 10px
}

.borderStyle {
    height: 880px;
}

.pull-right {
    padding-right: 0
}

.TextBlack {
    color: black;
}

.bgDark {
    background-color: #191919;
}

.BT2 {
    border-top: 2px solid;
    border-top-color: #090909;
}

.Bleaf {
    position: absolute;
    z-index: 1000;
    bottom: -90%;
    right: 20px;
    left: auto;
    width: auto;
}

.leafWidth {
    max-width: 230px;
    width: 100%;
}

.LH36 {
    line-height: 36px !important;
}

.minHeight {
    max-height: 400px;
}

.tg-newdescription > ul > li a:hover {
    color: #a0cd4e;
}

.tg-newdescription > ul > li a {
    color: black;
}

.descriptionleaf p {
    font-size: 18px;
    font-family: 'Comfortaa', cursive;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding: 0px;
    font-weight: normal;
}

.PLR50 {
    padding-right: 50px;
    padding-left: 50px;
}

.PT50 {
    padding-top: 50px;
}

.bgGreen {
    background-color: #a0cd4e;
}

.bgGrey {
    background-color: #EFE7E7;
}

.bordered {
    border: 1px solid;
    border-color: #D3D3D3;
}

.P3 {
    padding: 3px;
}

.MB43 {
    margin-bottom: 43px;
}

.P35 {
    padding: 35px;
}

small {
    font-size: 75% !important;
}

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

#plans, #plans ul, #plans ul li {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}

    #plans li {
        margin: 0;
        padding: 0;
        list-style-type: none !important;
    }

#pricePlans:after {
    content: '';
    display: table;
    clear: both;
}

#pricePlans {
    zoom: 1;
}

#pricePlans {
    max-width: 69em;
    margin: 0 auto;
}

    #pricePlans #plans .plan {
        background: #fff;
        float: left;
        width: 100%;
        text-align: center;
        border-radius: 5px;
        margin: 0 0 20px 0;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

.planContainer .title h2 {
    font-size: 2.125em;
    font-weight: 300;
    color: #3e4f6a;
    margin: 0;
    padding: .6em 0;
}

    .planContainer .title h2.bestPlanTitle {
        background: #3e4f6a;
        background: -webkit-linear-gradient(top, #475975, #364761);
        background: -moz-linear-gradient(top, #475975, #364761);
        background: -o-linear-gradient(top, #475975, #364761);
        background: -ms-linear-gradient(top, #475975, #364761);
        background: linear-gradient(top, #475975, #364761);
        color: #fff;
        border-radius: 5px 5px 0 0;
        font-size: 28px;
        font-family: 'roboto_condensedregular';
    }

.planContainer .price p {
    background: #3e4f6a;
    background: -webkit-linear-gradient(top, #475975, #364761);
    background: -moz-linear-gradient(top, #475975, #364761);
    background: -o-linear-gradient(top, #475975, #364761);
    background: -ms-linear-gradient(top, #475975, #364761);
    background: linear-gradient(top, #475975, #364761);
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 0 1em;
}

    .planContainer .price p.bestPlanPrice {
        background: #a0cd4e;
        font-size: 16px;
        font-weight: normal !important;
        font-family: 'roboto_condensedregular';
    }

    .planContainer .price p span {
        color: #8394ae;
    }

.planContainer .options {
    margin-top: 10em;
}

    .planContainer .options li {
        font-weight: 400;
        color: #333;
        line-height: 2.5;
        font-size: 16px;
        padding: 14px 12px !important;
    }

        .planContainer .options li:nth-child(even) {
            font-weight: 400;
            color: #333;
            line-height: 2.5;
            font-size: 16px;
            background-color: #f2f2f2;
        }

.options li.firstprice {
    font-family: 'Comfortaa', cursive;
    font-size: 60px !important;
    padding: 0px 0px !important;
    color: #444 !important;
}

.NewSectionInfo h2, .NewSectionInfo h3 {
    font-family: 'Comfortaa', cursive;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    line-height: 36px;
}

.planContainer .options li span {
    font-weight: 400;
    color: #333;
}

.planContainer .button a {
    text-transform: uppercase;
    text-decoration: none;
    color: #3e4f6a;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 2.8em;
    border: 2px solid #3e4f6a;
    display: inline-block;
    width: 80%;
    height: 2.8em;
    border-radius: 4px;
    margin: 1.5em 0 1.8em;
}

    .planContainer .button a.bestPlanButton {
        color: #fff;
        background: #f7814d;
        border: 2px solid #f7814d;
    }

#credits {
    text-align: center;
    font-size: .8em;
    font-style: italic;
    color: #777;
}

    #credits a {
        color: #333;
    }

        #credits a:hover {
            text-decoration: none;
        }

.td-background {
    background-image: url(../../WebAssets/images/cannabisbg_2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

    .td-background h2 {
        font-size: 48px;
        font-weight: 900;
        color: #fff;
    }

.PricingDescription p {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.greenlayerdbg {
    background-image: url(../../WebAssets/images/cannabisbg_2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.greenallback {
    background-color: #a0cd4e;
    -webkit-clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 88%);
    clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 88%);
    padding: 15em 0em;
}

.testimonialborder {
    height: auto !important;
    position: relative;
}

#testimonial-slider {
    padding-bottom: 30px;
}

.greenlayerdbg1 {
    background-image: url(../../WebAssets/images/cannabisdark.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}

    .media-carousel .carousel-control.left {
        left: auto;
        right: 13% !important;
        background-image: none;
        background: none repeat scroll 0 0;
        border: 4px solid #000;
        border-radius: 23px 23px 23px 23px;
        height: 45px;
        width: 44px;
        top: -21%;
        font-size: 1.7em;
    }

    .media-carousel .carousel-control.right {
        right: 8% !important;
        background-image: none;
        background: none repeat scroll 0 0;
        border: 4px solid #000;
        border-radius: 23px 23px 23px 23px;
        height: 45px;
        width: 44px;
        top: -21%;
        font-size: 1.7em;
    }

    .media-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }

        .media-carousel .carousel-indicators li {
            background: #c0c0c0;
        }

        .media-carousel .carousel-indicators .active {
            background: #333333;
        }

    .media-carousel img {
        width: auto;
        height: 100px;
    }

.web_disigner {
    background: #43b8e3;
    min-height: 400px;
}

    .web_disigner .web_disigner_contain {
        padding: 80px 0px;
    }

    .web_disigner .parent_circle {
        background: #63cdf4 none repeat scroll 0 0;
        border: 15px solid #30a9d4;
        border-radius: 50%;
        height: 170px;
        width: 170px;
        display: table;
        position: relative;
    }

        .web_disigner .parent_circle .parent_circle_contain {
            display: table-cell;
            vertical-align: middle;
            font-size: 13px;
            text-align: center;
            font-weight: 600;
        }

        .web_disigner .parent_circle .child_round_circle {
            border: 15px solid #63cdf4;
            border-radius: 50%;
            height: 120px;
            left: 125px;
            position: absolute;
            top: -25px;
            width: 120px;
        }

        .web_disigner .parent_circle .child_round_circle_img1 {
            background: url("http://engineersahab.com/images/abhishek.png");
            background-size: 100%;
        }

        .web_disigner .parent_circle .child_round_circle_img2 {
            background: transparent url("http://engineersahab.com/images/rahul.png") repeat scroll 0 -11px/100% auto;
            background-position: top;
        }

        .web_disigner .parent_circle .child_round_circle_img3 {
            background: url("http://engineersahab.com/images/mayur.png");
            background-size: 100%;
        }

        .web_disigner .parent_circle .child_round_circle_img4 {
            background: url("http://engineersahab.com/images/mohsin.png");
            background-size: 100%;
        }

        .web_disigner .parent_circle .child_round_circle_img5 {
            background: url("http://imensosoftware.com/wp-content/uploads/2016/01/6.jpg");
            background-size: 100%;
        }

        .web_disigner .parent_circle .child_round_circle_img6 {
            background: url("http://imensosoftware.com/wp-content/uploads/2016/01/5.jpg");
            background-size: 100%;
        }

.padtop30 {
    padding-top: 30px;
}

.testimonialitem {
    padding: 30px;
    background-color: #fff;
    max-width: 320px;
    width: 100%;
    text-align: center;
    margin: auto;
    min-height: 490px;
    height: 490px;
    overflow-y: hidden;
}

    .testimonialitem h3 {
        font-family: 'Comfortaa', cursive;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 0px;
        font-weight: bold;
    }

    .testimonialitem h5 {
        font-family: 'Comfortaa', cursive;
        font-weight: normal !important;
        color: #9ecb4c;
    }

    .testimonialitem p {
        font-family: lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        letter-spacing: 0.2px;
        text-align: justify;
        text-align-last: center;
    }

    .testimonialitem img {
    }

.Mobiletop {
    display: none;
}

.tg-bannerbg1 {
    width: 100%;
    float: left;
    margin: 0;
    background-image: url(../../WebAssets/images/banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.tg-homebanner .tg-bannerbg1 img {
    width: 100%;
    height: auto;
    opacity: 1;
    display: block;
}

.tg-bannerbg2 {
    width: 100%;
    float: left;
    margin: 0;
    background-image: url(../../WebAssets/images/BackGreen.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.tg-homebanner .tg-bannerbg2 img {
    width: 100%;
    height: auto;
    opacity: 1;
    display: block;
}

.boxText {
    text-align: left; /*padding-left: 15px;*/
}

.BL5 .tg-featureicon {
    margin-bottom: 0px;
}

.pircingpack {
}

.myImg1 {
    max-width: 150px;
    width: 100%
}

.liborder {
    border: 2px solid;
    border-radius: 50%;
    border-color: #DDDDDD;
    padding: 10px;
    position: relative;
}

.F17 {
    font-size: 17px;
}

.MT25 {
    margin-top: 25px;
}

.fa-play {
    font-size: 5em !important;
    width: 150px;
    height: 150px;
    background-color: #a0cd4e;
    border: 2px solid;
    border-radius: 50%;
    border-color: #DDDDDD;
}

    .fa-play:before {
        content: "\f04b" !important;
        left: 55px !important;
        position: relative !important;
        top: 41px !important;
    }

.fa-user-md {
    font-size: 5em !important;
    width: 150px;
    height: 150px;
    background-color: #a0cd4e;
    border: 2px solid;
    border-radius: 50%;
    border-color: #DDDDDD;
}

    .fa-user-md:before {
        content: "\f0f0" !important;
        position: relative !important;
        top: 40px !important;
    }

.fa-file-certificate {
    font-size: 5em !important;
    width: 150px;
    height: 150px;
    background-color: #a0cd4e;
    border: 2px solid;
    border-radius: 50%;
    border-color: #DDDDDD;
}

    .fa-file-certificate:before {
        content: "\f5f3" !important;
        left: 58px !important;
        position: relative !important;
        top: 50px !important;
    }

.fa-comments-o {
    font-size: 5em !important;
    width: 150px;
    height: 150px;
    background-color: #a0cd4e;
    border: 2px solid;
    border-radius: 50%;
    border-color: #DDDDDD;
}

    .fa-comments-o:before {
        content: "\f0e6" !important;
        left: 40px !important;
        position: relative !important;
        top: 40px !important;
    }

.ML {
    margin-left: 30px;
}

.PB35 {
    padding-bottom: 35px;
}

.tg-pageinnerbanner1 {
    padding-top: 15px;
    background-color: #a0cd4e
}

.p-white {
    color: white;
    margin: 0px;
    position: relative;
}

.TextGrey {
    position: relative;
}

    .p-white .fa, .TextGrey .fa {
        margin-top: 6px;
    }

.tg-svginject1 {
    left: 35px;
    position: absolute;
    max-width: 50px;
    width: 100%;
    top: -6px;
}

.tg-heading {
    padding-left: 60px;
    font-size: 30px !important;
    font-family: Raleway, "Heveltica Neue", Heveltica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900 !important;
}

ul.sidelinks li {
    font-size: 20px;
    list-style-type: none;
    line-height: 35px;
    color: black;
    padding-left: 7%;
}

    ul.sidelinks li .fa {
        font-size: 14px;
        color: #a0cd4e;
        padding-left: 1%;
        display: none;
    }

    ul.sidelinks li a {
        display: inline-block;
        margin-bottom: 0;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        color: #FFF;
        background-color: #a0cd4e;
        margin-bottom: 10px;
        max-width: 350px;
        border: 1px solid transparent;
        box-sizing: border-box;
        word-wrap: break-word;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
        top: 0;
        border-radius: 4px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        line-height: normal;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        font-size: 16px;
        text-transform: uppercase;
        padding: 14px 20px;
        width: 100%;
    }

        ul.sidelinks li a:hover {
            color: #fff !important;
        }

ul li.myImgS a {
    color: black !important;
}

ul li.myImgS {
    padding-left: 15px;
}

    ul li.myImgS a:hover {
        color: #a0cd4e !important;
    }

.centralized {
    text-align: center;
    width: 100%;
}

.margin-top-10 {
    margin-top: 10px
}

.tg-main1 {
    padding-top: 20px !important;
}

.center {
    text-align: center
}

.borderStyle1 {
    height: 960px;
}

.card-price {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 0 0px;
}

.card-price1 {
    max-width: 400px;
    width: 100%;
    margin: 0 20px 0 auto;
}

.liborder::after {
    content: "";
    max-width: 15px;
    width: 100%;
    height: 15px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    z-index: 1000;
    top: auto;
    bottom: -5%;
    left: 46%;
    right: auto;
}

.myImgS:hover .liborder::after {
    background-color: #a0cd4e;
}

.f17 {
    font-size: 17px;
}

.bold {
    font-weight: bold !important
}

.underline {
    text-decoration: underline
}

.container-border {
    border: 2px solid;
    border-color: #e6e6e6
}

.row-padding {
    padding: 20px
}

.center {
    text-align: center
}

h1 {
    font-size: 30px;
}

.InfoSection p {
    padding: 0px 26px;
    font-size: 15px;
    line-height: 28px;
}

    .InfoSection p a {
        font-size: 15px;
    }

.bolder {
    font-weight: 600;
}

.lwrCase {
    text-transform: none;
}

.logosmall {
    display: none;
}

.logobig {
    display: block;
}

.SearchBtn {
    margin-right: 25px !important;
}

.BecomeAPhysician fieldset legend {
    display: none;
}

.ShortSections {
    padding: 80px 0px;
}

.tg-latestnews .tg-postimg a img {
    height: 209px;
    background-color: #fff;
}

.tg-latestnews .tg-postimg {
    height: 209px;
    border-radius: 0px;
    border-bottom: 1px solid #0a0a0a52;
}

.tg-latestnews .tg-post {
    height: 425px;
    min-height: 425px;
    background: #fff;
    margin-bottom: 65px;
    box-shadow: 0px 0px 15px 2px #88888885, 0px 0px 20px 1px #26262640;
    padding: 0px;
    max-width: 375px;
    width: 100%;
}

    .tg-latestnews .tg-post:hover {
        background-color: #a0cd4e;
        cursor: pointer;
        box-shadow: none !important;
    }

.Blogpost:hover .tg-posttitle h3 a {
    color: #fff !important;
}

.Blogpost .tg-posttitle h3 a:hover {
    color: #fff !important;
}

.Blogpost:hover .tg-postdate span {
    background-color: transparent;
    color: #fff !important;
}

.Blogpost:hover .tg-postdate {
    background-color: transparent;
    color: #fff !important;
}

.Blogpost .tg-postdate span:hover {
    background-color: transparent !important;
    color: #fff !important;
}

.Blogpost:hover .moredetail a {
    background-color: #fff !important;
    color: #a0cd4e !important;
}

.Blogpost .moredetail a:hover {
    background-color: #fff !important;
    color: #a0cd4e !important;
}

.GreySection {
    background-color: #efefef;
    color: #000;
    padding: 2% 0;
}

    .GreySection h1 {
        font-weight: 900;
    }

.PackList {
    width: 100%;
    position: relative;
    float: left;
}

    .PackList:nth-child(2) {
    }

.homeCertificate.bgMlight.pircingpack {
    float: left;
    width: 100%;
}

.NewsSectionShort .carousel-wrap {
    margin-top: 0px !important;
}

.NewsSectionShort .owl-pagination {
    display: none;
}

.callcenter {
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
}

    .callcenter img {
        vertical-align: top;
        position: relative;
        max-width: 250px;
        width: 100%;
    }

.PhysicianForm {
    background-color: #f7f7f7;
    padding: 10px;
    box-shadow: 1px 1px 4px #00000036;
    border-radius: 4px;
}

.becomephysicianimage {
    margin-top: 80px;
    position: relative;
    float: left;
    width: 100%;
}

    .becomephysicianimage img {
        border: 5px solid #eee;
        display: none;
    }

.tg-greenbtn {
    font-size: 18px;
    text-transform: capitalize;
    background-color: #a3cd4e;
    color: #fff;
    height: 50px;
    max-width: 110px;
    width: 100%;
    padding: 4px;
    margin: 0px;
    font-weight: bold;
    margin-left: 0;
    float: right;
}

.SectionDispensary p {
    margin-bottom: 5px;
}

.SectionDispensary h3, .SectionDispensary h4, .SectionDispensary h5 {
    font-family: 'Comfortaa', cursive;
    text-transform: uppercase;
}

.bgEven h3, .bgEven h4 {
    color: #fff;
}

.bgEven h5 {
    color: #9ecb4c;
    margin: 20px 0px 8px 0px;
}

.bgOdd h5 {
    color: #a0cd4e;
    font-weight: bold;
}

.SectionDispensary h3 {
    font-size: 26px;
    font-weight: 900;
}

.SectionDispensary h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px 15px 0px;
}

.SectionDispensary h5 {
    font-size: 18px;
}

.SectionDispensary ul {
}

    .SectionDispensary ul li {
        list-style-type: circle;
        text-indent: 30px;
    }

.flippercontainer {
}

    .flippercontainer:hover .flipper, .flippercontainer.hover .flipper {
    }

.flippercontainer, .DoctorNew, .InfoRotate {
    width: 100%;
    min-height: 388px;
}

    .flippercontainer img {
        height: auto;
    }

    .flippercontainer .DoctorNew {
        margin-bottom: 20px;
    }

.flipper {
    transition: 0.6s;
    position: relative;
    margin-bottom: 20px;
}

.DoctorNew, .InfoRotate {
    backface-visibility: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.DoctorNew {
    z-index: 2;
    box-shadow: 1px 1px 19px 2px #00000017;
}

.InfoRotate {
    position: absolute;
    max-width: 350px;
    width: 100%;
    top: 0;
    height: 100%;
    padding: 33% 20%;
    background-color: #a0cd4eed;
    text-align: center;
    color: #fff;
    font-family: Lato, "Heveltica Neue", Heveltica, Arial, sans-serif;
    height: 100%;
    cursor: pointer;
    display: none;
}

    .InfoRotate p {
        font-size: 15px;
    }

    .InfoRotate .tg-btn {
        color: #000;
        border-color: #000;
    }

.DoctorSingleBanner .proimg {
    float: left;
    position: relative;
    max-width: 50px;
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
}

    .DoctorSingleBanner .proimg img {
        max-width: 100%;
        height: auto;
    }

.DoctorSingleBanner .tg-pagetitle h1 {
    padding: 12px 0px;
    text-align: center !important;
}

.HomeFirstSection { /*background-color: #ebebeb;*/
    background-color: #f2f8e4;
    padding: 5% 0px 4% 0px;
    background-size: cover;
    /*-webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 100%, 0 81%, 100% 100%, 0 88%, 0 0);
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 100%, 0 81%, 100% 100%, 0 88%, 0 0);*/
}

    .HomeFirstSection .IpadScreen {
        display: none;
    }

.cbdoil {
    background-color: #2f2f2f;
    padding: 5% 0px;
}

    .cbdoil h3 {
        font-weight: 900;
        text-transform: uppercase;
        color: #fff;
        font-size: 42px;
        margin-bottom: 40px;
        line-height: 45px;
    }

.cbdinner img {
    max-width: 350px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0px 8px 50px -6px #56535336;
    border-radius: 10px;
}

.revitadiscription {
    margin-bottom: 30px;
}

    .revitadiscription p {
        color: #fff;
        font-weight: bold;
        text-shadow: none;
        letter-spacing: 0.5px;
    }

    .revitadiscription ul {
        color: #fff;
    }

        .revitadiscription ul li {
            list-style-type: circle;
            font-size: 16px;
        }

.HealedVideo { /*border-top:5px solid #b4e849;*/
}

.DoctorMapLink {
    border-top: 5px solid #b4e849;
    border-bottom: 5px solid #b4e849;
}

.Homemain {
    padding-top: 0px !important;
}

.HomeFirstSection .tg-sectiontitle {
    text-align: left !important;
}

.HomeFirstSection h1 {
    font-family: 'Dosis', sans-serif;
    margin: 0 0 3px;
    font-size: 36px;
    line-height: 56px;
    position: relative;
    letter-spacing: 1.6px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
}

.HomeFeature {
    position: relative;
    width: 100%;
    float: left; /*padding-top: 30px;*/
}

.NewFloridaBox {
    position: relative;
    float: left;
    margin-bottom: 20px;
}

    .NewFloridaBox .selectedimage {
        text-align: center;
    }

        .NewFloridaBox .selectedimage img {
            max-width: 160px;
            width: 100%;
        }

    .NewFloridaBox .boxestext h3 {
        font-weight: 700 !important;
    }

        .NewFloridaBox .boxestext h3 span {
            font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

    .NewFloridaBox .boxestext p {
        line-height: 22px;
        margin-bottom: 10px;
        color: #000;
        font-weight: bold;
    }

.HomeFirstSection .GetStartedBtn {
    text-align: left;
}

    .HomeFirstSection .GetStartedBtn .GreenBtn {
        font-size: 18px;
        text-transform: capitalize;
        background-color: #a3cd4e;
        color: #fff;
        height: 50px;
        max-width: 200px;
        width: 100%;
        padding: 4px;
        margin-bottom: 50px;
        font-weight: bold;
        margin-top: 0px;
        margin-left: 0 !important;
    }

.FloridaBox {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 8px 50px -5px rgba(84, 84, 120, 0.36);
    padding: 25px 40px 15px 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-height: 450px;
}

    .FloridaBox img {
        max-width: 120px;
        width: 100%;
        vertical-align: middle;
        border-radius: 50%;
        border: 7px solid #ebebeb;
    }

    .FloridaBox h3 {
        font-family: Raleway, "Heveltica Neue", Heveltica, Arial, sans-serif;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
    }

        .FloridaBox h3 span {
            font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

    .FloridaBox .selectedimage {
        text-align: center;
        position: relative;
        top: -15px;
        margin-top: -84px;
    }

    .FloridaBox p {
        font-size: 14px;
        font-weight: 900;
        letter-spacing: 0.3px;
        text-align: center;
        line-height: 23px;
        margin-bottom: 10px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .FloridaBox .count {
        position: absolute;
        display: none;
        width: 60px;
        height: 60px;
        text-align: center;
        font-size: 32px;
        font-family: Raleway;
        line-height: 56px;
        font-weight: 700;
        color: #fff;
        border-radius: 50%;
        top: -32px;
        left: -22px;
        z-index: 2;
        background-color: #8bbb45;
    }

    .FloridaBox strong, .FloridaBox b {
        color: #8ebd38;
    }

.HomeFeature .GreenBtn {
    margin-bottom: 55px;
}

.darkgrey {
    background-color: #333;
}

    .darkgrey h2 {
        color: #c4ff63;
        font-size: 40px;
        font-weight: 900;
    }

    .darkgrey h4 {
        color: #c4ff63;
        font-weight: bold;
        font-size: 28px;
        line-height: 36px;
    }

.UpperSection .ConditionBox {
    background-color: #4e4e4e;
    padding: 20px 20px;
    box-sizing: border-box;
    -webkit-box-align: end;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .UpperSection .ConditionBox .tg-svginject {
        left: -70px;
    }

.ContactImage img {
    max-width: 380px;
    width: 100%;
    float: right;
    position: relative;
    top: -25px;
    left: 50px;
}

.LowerSection {
    padding: 0% 0 0% 0;
}

    .LowerSection .modelText {
        padding: 50px 0px;
    }

        .LowerSection .modelText .tg-featureicon {
            height: 375px;
            width: 100%;
            margin-bottom: 0px;
            overflow: hidden;
        }

.ConditionHeading .modelText .tg-featureicon {
    height: 375px;
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    max-width: 500px;
    border: 10px solid #a0cd4e;
    margin: 0 auto;
}

.LowerSection .modelTextone {
    margin-bottom: 50px;
}

.LowerSection .modelText h3 {
    color: #000;
    font-weight: 900;
    line-height: 32px;
    font-size: 46px;
    margin-bottom: 25px;
}

.ConditionHeading .modelText h3 {
    color: #fff;
    font-weight: 900;
    line-height: 32px;
    font-size: 46px;
    margin-bottom: 35px;
}

.LowerSection .modelText .myspan hr {
    height: 5px;
    width: 50%;
    color: #000;
    background: #b7f714;
    display: none;
}

.LowerSection .modelText p {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.ConditionHeading .modelText p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Comfortaa', cursive;
}

.testimonialborder h3 {
    color: #fff;
    font-weight: 900;
    font-size: 34px;
}

.QualifyRound {
}

    .QualifyRound h2, .QualifyRound h4 {
        font-weight: 900;
        font-size: 36px;
        text-transform: uppercase;
    }

.CertificationInfo {
    background-color: none;
    padding: 50px 0px;
}

    .CertificationInfo h2 {
        font-weight: 900;
    }

    .CertificationInfo h3 {
        font-weight: 900 !important;
    }

    .CertificationInfo .certifications {
    }

        .CertificationInfo .certifications h3 {
            color: #fff;
            font-size: 23px;
        }

        .CertificationInfo .certifications ul li {
            color: #fff;
        }

.contactbgmain {
    background-image: url(../../WebAssets/images/contactbg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.blog-layout {
    width: 100%;
    float: left;
}

.blog-backdoor {
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff !important;
    /*background-image: url("../../WebAssets/images/04.jpg");*/
    background-position: 60% -8px;
    background-size: cover;
    position: relative;
    width: 100%;
    float: left;
}

.news-newdoor {
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff !important; /*background-image: url(../../WebAssets/images/leaf.png); background-position: 25% -202px; background-size: contain;*/
    position: relative;
    width: 100%;
    float: left;
}

.layerall {
    background-color: #ffffffed;
    width: 100%;
    position: relative;
}

.ConditionQualify h2 {
    font-weight: 900;
    text-align: left;
    color: #a0cd4e;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 58px;
}

.blog-backdoor::after {
}

.blog-body {
    margin: 0px
}

.span-top {
    font-size: 36px;
    color: #9cc026;
    font-weight: 900;
}

.blog-h2 {
    font-size: 40px !important;
}

.blog-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-border {
    border-top: 1px solid #565959;
}

.blog-a {
    color: #d2d2d2;
    text-decoration: none;
    font-size: 18px
}

.blog-can {
    padding-left: 20px
}

.blog-a:hover {
    color: #9cc026;
    text-decoration: none
}

.blog-a:focus {
    color: #d2d2d2;
    text-decoration: none
}

.blog-a:active {
    color: #d2d2d2;
    text-decoration: none
}

.blog-li {
    padding: 12px 0px
}

.btn-custom {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 18px 35px;
    line-height: 1;
    background-color: #9cc026;
    color: #fff;
    border-radius: 10px
}

.p-m {
    margin-top: 50px
}

.btn-custom:hover {
    color: black
}

.blog-card {
    width: 100%;
    height: auto
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
        height: 240px;
        width: 100%;
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(-100px);
        -ms-transform: translatey(-100px);
        transform: translatey(-100px);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding: 10px;
    }

    .hovereffect a.info {
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        margin: 50px 0 0;
        padding: 7px 14px;
    }

        .hovereffect a.info:hover {
            box-shadow: 0 0 5px #fff;
        }

    .hovereffect:hover img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .hovereffect:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .hovereffect:hover h2, .hovereffect:hover a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-transform: translatey(0);
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    .hovereffect:hover a.info {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

.h4-a {
    color: black;
    font-size: 20px;
    text-decoration: none;
}

    .h4-a:hover {
        color: #669543;
        text-decoration: none
    }

    .h4-a:active {
        text-decoration: none;
        color: black
    }

    .h4-a:focus {
        text-decoration: none;
        color: black
    }

.h4-b {
    color: black;
    font-size: 20px;
    text-decoration: none;
}

    .h4-b:hover {
        color: #54be73;
        text-decoration: none
    }

    .h4-b:active {
        text-decoration: none;
        color: black
    }

    .h4-b:focus {
        text-decoration: none;
        color: black
    }

.h4-c {
    color: black;
    font-size: 20px;
    text-decoration: none;
}

    .h4-c:hover {
        color: #78bf4d;
        text-decoration: none
    }

    .h4-c:active {
        text-decoration: none;
        color: black
    }

    .h4-c:focus {
        text-decoration: none;
        color: black
    }

.blog-p {
    font-size: 16px;
    height: auto;
    line-height: 38px;
    overflow: hidden;
    color: #d2d2d2;
    position: absolute;
    right: auto;
    top: auto;
    margin-bottom: 0px;
    left: 28%;
    bottom: 0;
}

    .blog-p .blackbtn {
        padding: 10px 30px;
        background-color: #333;
        color: #fff;
        border-radius: 30px;
    }

.blog-pd {
    padding: 0px 32px;
    float: left;
    width: 100%;
    position: relative;
    height: 275px;
}

.blog-card-o {
    border: 0;
    border-radius: 5px;
    background-color: white;
    min-height: 500px;
    box-shadow: 0 8px 50px -6px rgba(84, 84, 120, 0.26);
}

.fa-heart {
    color: #055ba7;
}

.fa-calendar {
    color: #055ba7;
}

.fa-sign-in {
    color: #055ba7;
}


.fa-heart:hover {
    color: #055ba7
}

.fa-cart {
    color: white
}

    .fa-cart:hover {
        color: black
    }

.blog-btn-c {
    position: absolute;
    top: 184px;
    right: 50px;
    background: #669543;
    padding: 7px 13px
}

.blog-btn-h {
    position: absolute;
    top: 220px;
    right: 95px;
    background: #fff;
    padding: 7px 13px
}

.blog-btn-c1 {
    position: absolute;
    top: 184px;
    right: 50px;
    background: #54be73;
    padding: 7px 13px
}

.blog-btn-h1 {
    position: absolute;
    top: 220px;
    right: 95px;
    background: #fff;
    padding: 7px 13px
}

.blog-btn-c2 {
    position: absolute;
    top: 184px;
    right: 50px;
    background: #78bf4d;
    padding: 7px 13px
}

.blog-btn-h2 {
    position: absolute;
    top: 220px;
    right: 95px;
    background: #fff;
    padding: 7px 13px
}

.blog-container {
    padding-bottom: 0px;
    padding-top: 110px;
}

.blog-ins {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 25px;
    background: #669543;
    padding: 8px 11px;
    z-index: 1;
    border-radius: 10px;
    font-weight: bold
}

.blog-ins2 {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 25px;
    background: #78bf4d;
    padding: 8px 11px;
    z-index: 1;
    border-radius: 10px;
    font-weight: bold
}

.blog-ins1 {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 25px;
    background: #54be73;
    padding: 8px 11px;
    z-index: 1;
    border-radius: 10px;
    font-weight: bold
}

.btn-position {
    position: absolute;
}

.blog-backdoor:after {
}

.layergrey {
    background-color: #a0cd4e94;
    width: 100%;
    position: relative;
}

.backdoorblack {
    background-color: #333 !important;
}

.blog-pd h4 {
    font-weight: 900;
}

.blog-pd .date {
    float: left;
    width: 100%;
    color: #9e9e9e;
    font-weight: bold;
    margin: 10px 0px;
}

.container.pn {
    width: 800px !important;
}

.latesBlogs {
    background-color: #efefef;
}

.Blogpost {
}

.DoctorPageList .docifno .imgHeight {
    min-height: 200px !important;
}

.DoctorPageList .CardImgDetails1 > h3 {
    font-size: 14px;
    font-weight: bold !important;
}

.DoctorPageList .flippercontainer, .DoctorNew, .InfoRotate {
    width: 100%;
    min-height: 350px;
}

.DoctorPageList .CardImgDetails1 {
    min-height: 0px;
}

.MarijuanaDoctors .CardImgDetails1 {
    min-height: 188px;
}

.DoctorPageList .docifno .CardImgDetails1 {
    padding: 25px 10px;
}

.DoctorProfileSection .BioGraphy {
    margin: 30px 0px 40px 0px;
    position: relative;
    float: left;
}

.DocProfileImage { /*max-width: 400px; width: 100%; position: relative; border: 3px solid #ccc; padding: 10px; border-radius: 50%; height: 400px; margin: 10px auto;*/
    margin: 75px auto;
    background-color: #a0cd4e;
    max-width: 400px;
    width: 100%;
}

.Docinnerimage { /*max-width: 350px; width: 100%; position: relative; overflow: hidden; height: 350px; border-radius: 50%; margin: 3% auto; background-color: #626260;*/
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    left: -5px;
    top: -5px;
    position: relative;
    text-align: center;
}
/*.DocProfileImage::after {content: ""; max-width: 25px; width: 100%; height: 25px; background-color: #a0cd4e; border-radius: 50%; position: absolute; z-index: 1000; top: 4%; bottom: auto; left: auto; right: 20%; }*/

.DocProfileImage .GreenBtn {
    right: 20%;
}

.DoctorProfileSection .tg-sectionhead {
    padding-bottom: 10px;
}

.DoctorProfileSection h2 {
    font-weight: 900;
    text-align: left;
    font-size: 36px;
}

.DoctorProfileSection p {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
}

.DoctorsVideos {
    position: relative;
    padding: 100px 0px 50px 0px;
}

.OtherVideo .morevideos .singlevideo {
    max-width: 230px;
    width: 100%;
    position: relative;
    float: left;
    height: 130px;
    margin-bottom: 6%;
}

.OtherVideo .morevideos li h4 {
    position: relative;
    float: left;
    margin-left: 10px;
    font-weight: 900;
}

.OtherVideo .morevideos li {
    list-style-type: none;
    width: 100%;
    position: relative;
    float: left;
}

.AllVidoes {
    margin: 5% 0;
}

.DoctorMapLink .SiteLink h4 {
    color: #000;
    font-weight: 900;
    font-size: 32px;
}

.DoctorMapLink .SiteLink p {
    color: #000;
    font-size: 15px;
    line-height: 28px;
}

.DoctorMapLink .SiteLink {
    background-color: #ebebeb;
    position: relative;
    width: 100%;
    float: left;
    padding: 25.5% 13%;
    height: 600px;
}

.YouGetLink {
    position: relative;
    padding: 0% 0%;
}

.YouGet, .FormInfo {
    padding: 5% 0;
}

    .YouGet .accesspoints ul {
    }

        .YouGet .accesspoints ul li, .HealedVideo .accesspoints ul li {
            color: #000;
            font-size: 15px;
            list-style-type: none;
            width: 100%;
            float: left;
            margin: 5px 0px;
            width: 100%;
            float: left;
        }

    .YouGet .accesspoints li span.fa-check, .HealedVideo .accesspoints li span.fa-check {
        width: 25px;
        height: 25px;
        background: #a0cd4e;
        border-radius: 50%;
        float: left;
        margin-right: 20px;
        color: #fff !important;
        padding: 6px;
        font-size: 14px;
    }

    .YouGet .accesspoints li p, .HealedVideo .accesspoints li p {
        font-size: 18px;
        float: left;
        max-width: 470px;
        width: 100%;
        margin-bottom: 0px;
        line-height: 24px;
    }

    .YouGet .accesspoints li span.fa-check {
        margin-bottom: 0px;
    }

.YouGetLink h4 {
    color: #000000;
    font-weight: 900;
    font-size: 46px;
    line-height: 1.3;
}

.YouGetLink p {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
}

.NewsSectionShort h4 {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.new-carousel {
    margin-top: 20px !important;
    margin: 0 auto;
    width: 100%;
    position: relative;
    max-width: 820px;
}

    .new-carousel .item {
        display: inline-block;
        max-width: 260px;
        width: 100%;
        position: relative;
        margin: 10px 5px;
        min-height: initial;
    }

        .new-carousel .item img {
            background-color: #fff;
            padding: 6px;
            border-radius: 5px;
            min-height: 120px;
        }

.DoctorProfileSection {
    padding: 30px 0 5% 0;
    background-color: #ebebeb;
}

.ProcessWork .tg-description {
    margin-bottom: 35px;
}

.mtgdescription p {
    font-size: 16px;
}
/*.DoctornewSection.backlayerd {position: relative; height: auto; top: -100px; }*/

.DoctornewSection {
    /*background-image: url(../../WebAssets/images/04.jpg);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    float: left;
}

    .DoctornewSection.backlayerd h2 {
        color: #fff;
    }

.ProcessWork h2, .DifferenceSection h2 {
    font-weight: 900;
    color: #a0cd4e;
}

.DifferenceSection h2 {
    font-size: 46px;
}

.DifferenceSection .tg-description {
    margin-bottom: 40px;
}

    .DifferenceSection .tg-description p {
        font-size: 18px;
        font-weight: bold;
    }

        .DifferenceSection .tg-description p b {
            color: #7a7a7a;
        }

.ProcessWork p {
    color: #fff;
}

.ProcessWork {
    /*background-image: url(../../WebAssets/images/04.jpg);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    float: left;
}

.DoctorGenericVideos {
    background-color: #ebebeb
}

.DifferenceSection {
    padding: 7% 0;
}

.ProcessWork .SiteLink .blacklayerd, .DoctornewSection .blacklayerd {
    background-color: #0a0a0ab8;
    position: relative;
    padding: 7% 0;
}

.DoctornewSection.backlayerd p, .ProcessWork p {
    color: #fff;
    font-size: 18px;
    text-shadow: 0px 0px 5px #000;
    line-height: 30px;
}

.BioGraphyTitle h2 {
    font-size: 32px;
    font-weight: 900 !important;
}

.backlayerd .GreenlayerSection {
    position: relative;
    margin: 0 auto;
}

.backlayerd .tg-svginject {
    display: none;
}

.FloridaDisImage {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

    .FloridaDisImage img {
        box-shadow: 0px 0px 9px 0px #949494;
    }

.DoctorGenericVideos .carousel {
    position: relative;
    padding: 5% 0px;
}

.BtnSpace {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

    .BtnSpace .GreenBtn {
        float: none !important;
    }

.startedwork {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

    .startedwork .GreenBtn {
        margin: 10px auto 50px auto;
        float: none !important;
    }

.HealedVideo .VideoText {
    padding: 2% 4%;
}

    .HealedVideo .VideoText h2 {
        font-size: 34px;
        font-weight: 900;
        margin-top: 60px;
    }

.HealedVideo .accesspoints ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.YouGet .accesspoints li:hover > span.fa-check, .HealedVideo .accesspoints li:hover > span.fa-check {
    background: #222;
}

.gm-style .gm-style-iw {
    left: 3px !important;
    max-width: 250px !important;
    width: 100% !important;
    padding: 5px 12px;
}

.DoctorHealedvideo {
    background-color: #efefef;
}

.bgEven {
    background-color: #333;
    color: #fff;
}

    .bgEven strong {
        color: #fff;
    }

.bgOdd {
    background-color: #efefef;
}

.lightgreysection {
    background-color: #efefef;
    width: 100%;
    position: relative;
    padding: 10px;
    color: #000;
}

.darkgreysection {
    background-color: #333;
    width: 100%;
    position: relative;
}

.TeamSinglePage .tg-sectionhead {
    padding-bottom: 5px;
    text-align: left;
}

.TeamSinglePage h2, .TeamSinglePage h4 {
    text-align: left;
}

.singleTeam {
    text-align: center;
    padding: 20px;
    border: 5px solid #dddd;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    height: 400px;
    border-radius: 50%;
    background-color: #353535;
}

.singleTeamImage {
    max-width: 300px;
    width: 100%;
    margin: 7% auto;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
}

.Question {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    float: left;
}

    .Question h4 {
        text-transform: initial;
        font-weight: bold;
    }

    .Question p, .Question ol {
        font-size: 15px;
        color: #1c1c1c;
    }

.AllEducationalVideos {
    width: 100%;
    position: relative;
}

    .AllEducationalVideos .row {
        margin-bottom: 20px;
    }

.mapLink {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
}

    .mapLink img {
    }

    .mapLink h4 {
        margin-bottom: 5px;
        font-weight: 900 !important;
        text-align: left;
    }

    .mapLink p {
        margin-bottom: 0px;
        color: #000;
        text-align: left;
    }

        .mapLink p span {
            color: #b6d977;
            font-weight: bold;
        }

    .mapLink .inmapbtn {
        margin-top: 10px;
        height: 30px;
        padding: 0px 10px;
        line-height: 26px;
    }

.DataContentAbout img {
    width: 100%;
}

.NewSectionInfo ul li a {
    color: #69980a !important;
    text-align: left;
}

.RightSideButton {
    top: 35%;
    right: -116px;
    color: #fff;
    max-width: 270px;
    width: 100%;
    min-height: 40px;
    border-radius: 4px 4px 0 0;
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    display: block;
    z-index: 999;
    cursor: pointer;
    transition: ease-in-out 1s;
    -webkit-transition: ease-in-out 1s;
    left: auto;
}

.BreakButton {
    max-width: 270px;
    width: 100%;
    padding-top: 10px;
}

    .BreakButton ul {
        float: left;
        width: 100%;
        position: relative;
    }

        .BreakButton ul li {
            float: left;
            display: inline-block;
            list-style-type: none;
            position: relative;
            padding: 0px 5px;
        }

.SharingBtn {
    margin: 0px;
}

    .SharingBtn li {
        padding: 0px 5px;
    }

        .SharingBtn li + li:before, .SharingBtn li + li:after {
            content: none;
        }

.BitTitle h2 {
    font-size: 52px;
    font-weight: 900;
}

#Create-ContactForm input[type="text"], #Create-ContactForm input[type="password"], #Create-ContactForm textarea {
    font-size: 15px;
}

.RightDescription h3 {
    font-weight: 900 !important;
    color: #a6f329 !important;
}

.LeftDescription h3 {
    font-weight: 900 !important;
    color: #a6f329 !important;
}

.ForPatient h3 {
    font-weight: 900;
}

.ForPatient p, .ForPatient ul li {
    font-size: 16px !important;
    list-style: circle;
}

.ForPatient .row {
    margin-bottom: 50px;
}

.ForPatient .BottomLineText, .ForPatient .btncenter {
    text-align: center;
}

.detailform {
    margin: 20px 0px;
    padding: 0px 20px;
}

    .detailform .form input {
        margin: 10px 0px;
    }

    .detailform .form .tg-btn {
        float: none;
        margin-top: 10px;
        text-align: center
    }

.btn-white {
    background-color: #fff;
    color: #000;
    border: 1px solid #eee;
}

.ConditionHeading .ConditionBox .tg-sectionhead {
    padding-bottom: 40px;
}

.ConditionHeading .ConditionBox h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    position: relative;
    top: -7px;
}

.ConditionHeading .ConditionBox h4 {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
}

.GetStartedButton {
    background-color: #a3cd4e;
    padding: 50px 0px 0px 0px;
    z-index: 1;
    margin-top: -45px;
}

.contactbg {
    background-color: #ebebeb;
    box-shadow: 10px 0px 20px -6px #00000047;
    z-index: 2;
}

    .contactbg h2 {
        color: #222;
        font-size: 80px;
        font-weight: 700 !important;
        margin-top: 40px;
    }

    .contactbg .contactform {
        max-width: 465px;
        width: 100%;
    }

        .contactbg .contactform input, .contactbg .contactform textarea {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0px 5px 12px -6px #00000038;
            color: #333;
            font-weight: bold;
            border: 0px !important;
        }

    .contactbg .ContactsList {
        position: relative;
        float: left;
        margin-left: 50px;
        max-width: 350px;
        width: 100%;
    }

        .contactbg .ContactsList ul.smallfont {
            position: relative;
            float: left;
        }

        .contactbg .ContactsList .myli span {
            max-width: 40px;
            width: 100%;
            float: left;
            margin-right: 10px;
        }

.ContactImage {
}

.contactbg .ContactList ul.sharinglinks {
    position: relative;
    float: left;
}

    .contactbg .ContactList ul.sharinglinks li {
    }

        .contactbg .ContactList ul.sharinglinks li a span {
        }

.imagebg {
    background-color: #a0cd4e;
    margin-top: 50px;
    vertical-align: middle;
}

    .imagebg img {
        position: relative;
        right: -5px;
        top: -5px !important;
    }

.DataContentAbout h4 {
    font-size: 42px;
    font-weight: 900;
    text-align: left !important;
    text-transform: uppercase;
    padding: 0px 20px;
}

.DataContentAbout .myspan hr, .DoctorProfileSection .myspan hr {
    height: 5px;
    width: 50%;
    color: #000;
    background: #b7f714;
    display: block;
    margin: 15px 20px;
}

.DoctorProfileSection .myspan hr {
    margin-left: 0px;
}

.DoctorProfileSection .doctordetail p {
    padding: 0px !important;
}

.ContactImage {
    z-index: 1;
    margin: 0 15px;
}
/* Button CSS New STYLE FOR ENTIRE WEBSTIE */ /* Btn 12 */

.button12 {
    cursor: pointer;
    background-color: #000;
    max-width: 220px;
    height: 64px;
    border-radius: 10px;
    padding: 20px 20px;
    line-height: 64px;
    position: relative;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 0;
    background: #81c100;
    margin-left: 0px;
    width: 100%;
}

    .button12 span {
        color: #fff;
        display: inline-block;
        padding-left: 15px;
        text-transform: uppercase;
        font-family: Raleway, "Heveltiva Neue", Heveltica, Arial, sans-serif;
        font-size: 16px;
        transform: scaleX(0.7);
        letter-spacing: 3px;
        transform-origin: center left;
        transition: color 0.3s ease;
        position: relative;
        z-index: 1;
        font-weight: bold;
    }

    .button12 em {
        position: absolute;
        height: 1px;
        background: #fff;
        width: 47%;
        right: 23px;
        top: 50%;
        transform: scaleX(0.25);
        -webkit-transform: scaleX(0.25);
        transform-origin: center right;
        transition: all 0.3s ease;
        z-index: 1;
    }

    .button12:before, .button12:after {
        content: '';
        background: #4c89c8;
        height: 50%;
        width: 0;
        position: absolute;
        transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        box-shadow: 0px 9px 50px -6px #4848483d;
    }

    .button12:before {
        top: 0;
        left: 0;
        right: auto;
    }

    .button12:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    .button12:hover:before {
        width: 100%;
        right: 0;
        left: auto;
    }

    .button12:hover:after {
        width: 100%;
        left: 0;
        right: auto;
    }

    .button12:hover span {
        color: #fff;
    }

    .button12:hover em {
        background: #fff;
        transform: scaleX(.51);
        transform: scaleX(.51);
    }
/* New Button Design */

.SmallGreen.smallbtn {
    float: right;
    padding: 10px 20px;
    color: #fff;
}

.btn-1 {
    border: none;
    font-family: Raleway, "Heveltiva Neue", Heveltica, Arial, sans-serif;
    font-size: 16px;
    color: #a0cd4e;
    background: none;
    cursor: pointer;
    padding: 20px 40px;
    display: inline-block;
    margin: 15px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-2 {
    background: #4c89c8;
    color: #fff !important;
    box-shadow: 0 6px #32659a;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

    .btn-2:hover {
        color: #fff;
    }

.btn-2e {
    border-radius: 5px;
    box-shadow: -12px 0 #32659a;
    transition: 1s ease-in;
    -webkit-transition: 1s ease-in;
    -moz-transition: 1s ease-in;
    -o-transition: 1s ease-in;
}

    .btn-2e:hover {
        box-shadow: -4px 0 #32659a; /*left: -2px;*/
        color: #fff;
        transition: 1s ease-in-out;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
    }

    .btn-2e:active, .btn-2f:active {
        color: #fff;
    }

.btn-2f {
    border-radius: 5px;
    box-shadow: 12px 0 #32659a;
    transition: 1s ease-in;
    -webkit-transition: 1s ease-in;
    -moz-transition: 1s ease-in;
    -o-transition: 1s ease-in;
}

    .btn-2f:hover {
        box-shadow: 4px 0 #32659a; /*left: 2px;*/
        transition: 1s ease-in-out;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
    }

.btn-1e {
    overflow: hidden;
    border: 3px solid #a0cd4e;
    padding: 10px 0px;
    border-radius: 5px;
}

.btn-1f {
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
}

.blog-p .blackbtn {
    overflow: hidden;
    border: 3px solid #000 !important;
    padding: 0px 20px !important;
    border-radius: 5px;
    background: transparent;
    color: #000;
}

    .blog-p .blackbtn:hover .btn-1e:hover, .btn-1e:active, .blog-p .blackbtn:hover, .blog-p .blackbtn:active {
        color: #fff !important;
    }

.btn-1f:hover, .btn-1f:active {
    color: #a0cd4e !important;
}

.btn-1e:hover:after {
    height: 260%;
    opacity: 1;
}

.btn-1e:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #a0cd4e;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.blog-p .blackbtn:hover:after {
    height: 260%;
    opacity: 1;
}

.blog-p .blackbtn:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-1f:after {
    width: 101%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.btn-1f:hover:after {
    height: 75%;
    opacity: 1;
}

.btn-1:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-2d {
    padding: 10px 20px !important;
    margin-left: 0px;
}

.btn-1b:hover {
    color: #fff !important;
    border: 3px solid #a0cd4e !important;
}

.BackdoorNewsletter {
    padding: 50px 0px !important;
}

.openthis {
    display: block;
}

.Mg40 {
    margin-top: 40px;
}

.PdTOP40 {
    padding-top: 40px;
}

/*********************/
.fa-Homepage {
    position: relative;
    padding: 30px 15px 15px 15px;
    border: 3px solid white;
    border-radius: 50%;
    background-color: white;
    margin-left: 34%;
    width: 120px;
    height: 120px;
    text-align: center;
    margin-top: -60px;
    top: -20px;
}

    .fa-Homepage:hover {
    }

.Hiw-title {
    text-align: center;
}

.hiw-des {
    text-align: center;
    color: white;
}

.white-portal-sec {
    background-color: #fff !important;
}

    .white-portal-sec .TextCenter {
        color: #0aa4da !important;
    }

    .white-portal-sec .descriptionleaf p {
        color: #404040;
    }

.Appointment-sec {
    background-color: #12b69d !important;
}

    .Appointment-sec .TextCenter {
        text-align: left;
        text-transform: none !important;
    }

    .Appointment-sec .tg-sectiontitle h1 {
        text-align: left;
        text-transform: none !important;
        font-size: 75px;
        left: -20px;
        opacity: 0.2;
    }

    .Appointment-sec .descriptionleaf p {
        text-align: left;
        text-transform: none;
        font-size: 18px;
        line-height: 1.5;
    }

    .Appointment-sec .tg-sectionhead {
        text-align: left;
        text-transform: none;
    }

    .Appointment-sec h1 {
    }

.Appointmnet-img {
    position: relative;
    bottom: 20px;
    margin-bottom: -133px;
    z-index: 1;
}

.Appointment-sec .ConditionBox {
    margin-bottom: 0rem !important;
}

.ContactUs-sec {
    background-color: #f38222 !important;
}

    .ContactUs-sec .TextCenter {
        text-align: left;
        text-transform: none !important;
    }

    .ContactUs-sec .tg-sectiontitle {
        margin-bottom: 10px;
    }

        .ContactUs-sec .tg-sectiontitle h1 {
            text-align: left;
            text-transform: none !important;
            font-size: 71px;
            left: -20px;
            opacity: 0.2;
        }

    .ContactUs-sec .descriptionleaf p {
        text-align: left;
        text-transform: none;
        font-size: 18px;
        line-height: 1.5;
    }

    .ContactUs-sec .tg-sectionhead {
        text-align: left;
        text-transform: none;
        padding: 0 0 20px;
    }

.contactus-mrgbtm-minus {
    margin-bottom: -100px;
}

.ContactUs-sec .ConditionBox {
    margin-bottom: 0rem !important;
}

.ContactUs-sec .ContactUs-input-height {
    height: 60px;
    border-radius: 0px;
    margin-bottom: 15px;
}

.ContactUs-sec .tg-sectionsocialmedia {
    margin-bottom: 20px;
}

.ContactUs-sec .top-fifty {
    top: 50px;
}

.PatientDashboard-sec {
    background-color: #069e87 !important;
}

.backdoor-patientDashboard {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    float: left;
    clip-path: polygon(0 3%, 331% 31%, 100% 90%, 0 100%);
    -webkit-clip-path: polygon(0 3%, 331% 31%, 100% 90%, 0 100%);
    top: -150px;
}

.PatientDashboard-sec .ConditionBox {
    margin-bottom: 0rem !important;
}

.PatientDashboard-sec .tg-sectionhead {
    text-transform: none;
    padding: 0 0 20px;
}

.PatientDashboard-sec .tg-sectiontitle h1 {
    text-align: left;
    text-transform: none !important;
    font-size: 75px;
    left: -20px;
    opacity: 0.2;
    color: white;
}

.PatientDashboard-sec .descriptionleaf p {
    text-align: left;
    text-transform: none;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.btnHideDetail {
    background-color: black;
    color: white;
    border-radius: 50px;
    font-size: 22px;
    padding: 15px 50px 15px 50px;
}

    .btnHideDetail:hover {
        background-color: #069e87;
        color: black;
        border-radius: 50px;
        font-size: 22px;
        padding: 15px 50px 15px 50px;
    }



.AllPatient-sec .TextCenter {
    text-align: left;
    text-transform: none !important;
}

.AllPatient-sec .tg-sectiontitle h1 {
    text-align: left;
    text-transform: none !important;
    font-size: 79px;
    left: -20px;
    opacity: 0.09;
    color: white;
}

.AllPatient-sec .tg-sectiontitle h2 {
    top: -13px;
}

.AllPatient-sec .descriptionleaf p {
    text-align: left;
    text-transform: none;
    font-size: 18px;
    line-height: 1.5;
    color: white;
}

.AllPatient-sec .tg-sectionhead {
    text-align: left;
    text-transform: none;
}

.DocAppAdminPortal-sec {
    background-color: white !important;
}

    .DocAppAdminPortal-sec .TextCenter {
        text-align: left;
        text-transform: none !important;
    }

    .DocAppAdminPortal-sec .tg-sectiontitle h1 {
        text-align: left;
        text-transform: none !important;
        font-size: 71px;
        left: -20px;
        opacity: 0.2;
    }

    .DocAppAdminPortal-sec .descriptionleaf p {
        text-align: left;
        text-transform: none;
        font-size: 18px;
        line-height: 1.5;
        color: black;
    }

    .DocAppAdminPortal-sec .tg-sectionhead h2 {
        text-align: center;
        text-transform: none !important;
        color: #12b69d;
        font-weight: bolder;
        font-size: 50px;
    }

.docapp-background-img {
    background: url('../../image/Homeimg/logo icon bg.png') !important;
}

.bacgroundbannerimg {
    background-image: url("/../image/Homeimg/bg2.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding-bottom: 170px;
    padding-top: 170px;*/
    /*padding-left: 50px;
    padding-right: 50px;*/
}


/****/

.button-round {
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #ffff;
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 120px;
    font-weight: 900;
    font-size: 16px;
}

    .button-round:hover {
        color: #fff !important;
        background-color: #00000038 !important;
        border-color: white !important;
    }

    .button-round:active {
        color: #fff;
        background-color: #00000038;
        border-color: white;
    }

    .button-round:focus {
        color: #fff;
        background-color: #00000038;
        border-color: white;
    }

.Patient-portal {
    background-image: url('../../image/Homeimg/logo icon bg.png');
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.button-blue {
    margin-top: 18px;
    color: #4fcaed;
    border-color: #4fcaed;
    margin-right: 25px;
}

.BlogPage {
    margin-right: 81px;
}

/*.carousel-indicators {
    bottom: -40px;
}*/


.DocAppAdminPortal-sec .descriptionleaf p {
    text-align: center;
}

.P-dashboard-bottom .descriptionleaf p {
    text-align: left !important;
    font-size: 16px;
    margin: 10px;
}

.P-dashboard-bottom {
    margin-bottom: 30px;
}

    .P-dashboard-bottom img {
        max-width: 100px;
    }

.middel-img {
    top: 80px;
}

.Mobile-Heading-Hide {
    display: none;
}

.light-heading {
    left: -9px !important;
}

.PatientDashboard-sec {
    padding-bottom: 120px;
}

.Top-bottom-spacing {
    padding-bottom: 150px;
    padding-top: 105px;
}

.HIW-Backdoor .Top-bottom-spacing {
    padding-bottom: 45px;
    padding-top: 95px;
}

.Pat-Appointment-backdoor .Top-bottom-spacing {
    padding-bottom: 100px;
}

.carousel-inner > .item {
    padding-top: 170px;
    padding-bottom: 170px;
}

.AllPatient-sec .pp_middle_img img {
    min-width: 475px;
    left: -113px;
    position: relative;
}


/*****/


/**********************************
Responsive navbar-brand image CSS
- Remove navbar-brand padding for firefox bug workaround
- add 100% height and width auto ... similar to how bootstrap img-responsive class works
***********************************/

.navbar-brand {
    padding: 0px;
}

    .navbar-brand > img {
        height: 100%;
        padding: 15px;
        width: auto;
    }

/* EXAMPLE 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

.example3 .navbar-brand {
    height: 80px;
}

.example3 .nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.example3 .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
}






/* EXAMPLE 9 - Center with Flexbox and Text*/
.brand-centered {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

    .brand-centered .navbar-brand {
        display: flex;
        align-items: center;
    }

.navbar-toggle {
    z-index: 1;
}

.navbar-nav > li > .dropdown-menu {
    z-index: 9999;
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #08080800;
}

.navbar-inverse {
    background-color: #2220;
    border-color: #08080800;
}

.navbar-nav > li {
    padding: 0 10px;
    position: relative;
    line-height: inherit;
    font-size: 18px;
    display: block;
    color: #484848;
    font-size: 16px;
    line-height: inherit;
    font-weight: bold;
    text-transform: none;
    color: white;
    letter-spacing: 0.7px;
}

.navbar {
    margin-top: 20px;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #56c9eb;
}

/****************/


.pinkBg {
    background-color: #ed184f !important;
    background-image: linear-gradient(90deg, #fd5581, #fd8b55);
}

.intro-banner-vdo-play-btn {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -30px 0 0 -30px;
    border-radius: 100px;
    z-index: 1
}

    .intro-banner-vdo-play-btn i {
        line-height: 56px;
        font-size: 30px
    }

    .intro-banner-vdo-play-btn .ripple {
        position: absolute;
        width: 160px;
        height: 160px;
        z-index: -1;
        left: 50%;
        top: 50%;
        opacity: 0;
        margin: -80px 0 0 -80px;
        border-radius: 100px;
        -webkit-animation: ripple 1.8s infinite;
        animation: ripple 1.8s infinite
    }

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.AllPatient-sec .P-dashboard-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ALLPat-Parallax {
    background-color: #a0cd4e;
    color: #fff !important;
    /*padding: 30px 0px;*/
    /*background-image: url('../images/04.jpg');*/
    background-image: url('../../image/Homeimg/bg2.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    float: left;
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
}

    .ALLPat-Parallax .ConditionHeading {
        background-color: #12b69d6e !important;
    }

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}


/********      contact us       ********/

.contactPage-Parallax {
    background-color: #a0cd4e;
    color: #fff !important;
    /*padding: 30px 0px;*/
    /*background-image: url('../images/04.jpg');*/
    background-image: url('../../image/Homeimg/bg2.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    float: left;
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
}

    .contactPage-Parallax .ConditionHeading {
        background-color: #12b69d6e !important;
    }



/*******************/


/* FontAwesome for working BootSnippet :> */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

#team {
    background: #eee !important;
}






.backside {
    padding: 10px;
    max-height: 330px;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip {
    border: 1px solid #ffff;
    padding: 20px;
}

    /*.image-flip:hover .backside,
    .image-flip.hover .backside {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
        border-radius: .25rem;
    }

    .image-flip:hover .frontside,
    .image-flip.hover .frontside {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }*/

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

    .frontside .card,
    .backside .card {
        min-height: 312px;
    }


        .backside .card a {
            font-size: 18px;
        }

        .backside .card .card-title {
            color: #069e87 !important;
            font-size: 30px
        }

        .frontside .card .card-body img {
            width: 100%;
            max-width: 175px;
            border-radius: 50%;
        }

        .frontside .card .card-title
        {
            color: #fff !important;
            font-size: 30px
        }
    .backside .card-text {
        color: #069e87 !important;
    }

 

list-inline .social-icon {
    color: #069e87 !important;
}

.backdoor-contactSection1 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    float: left;
    clip-path: polygon(0 5%, 305% 16%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 5%, 305% 16%, 100% 100%, 0 100%);
    margin-top: -267px;
    bottom: -110px;
    padding-bottom: 0px;
}

.headerimg {
    background-image: url("/../image/Homeimg/bg2.jpg");
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

/*******   About us************/

.Aboutus-backdoor {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    float: left;
    -webkit-clip-path: polygon(0 11%, 100% 6%, 100% 100%, 0 100%);
    clip-path: polygon(0 11%, 100% 6%, 100% 100%, 0 100%);
    margin-top: -267px;
    bottom: -110px;
    padding-bottom: 0px;
}




    .Aboutus-backdoor .PatientDashboard-sec {
        padding-bottom: 120px;
        background-color: #12b69d !important;
    }

.Aboutus2-backdoor {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    float: left;
    -webkit-clip-path: polygon(0 16%, 108% 10%, 100% 100%, 0 100%);
    clip-path: polygon(0 16%, 108% 10%, 100% 100%, 0 100%);
    margin-top: -344px;
    bottom: -141px;
    padding-bottom: 0px;
}

.text-left{
    text-align:left !important;
}

.Aboutus2-backdoor .PatientDashboard-sec {
    background-color: #116266 !important
}

.AboutOrange-backdoor {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    float: left;
    clip-path: polygon(0 16%, 202% 0%, 100% 100%, 0 91%);
    -webkit-clip-path: polygon(0 16%, 202% 0%, 100% 100%, 0 91%);
    margin-bottom: -209px;
}

    #quote-carousel .carousel-control {
        background: none;
        color: #CACACA;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }

    #quote-carousel .carousel-indicators {
        position: relative;
        right: 50%;
        top: 0 !important;
        bottom: 0px;
        margin-right: -19px;
        height: 150px;
    }

        #quote-carousel .carousel-indicators li {
            width: 50px;
            height: 50px;
            cursor: pointer;
            border: 1px solid #ccc;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            opacity: 0.4;
            overflow: hidden;
            transition: all .4s ease-in;
            vertical-align: middle;
        }

        #quote-carousel .carousel-indicators .active {
            width: 128px;
            height: 128px;
            opacity: 1;
            transition: all .2s;
        }

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }

    .item blockquote p:after {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: right;
        margin-right: 10px;
    }
#quote-carousel {
    padding: 0 !important;
}

.text-center{
    text-align:center !important;
}

.AboutOrange-backdoor .ContactUs-sec p{
    color:#fff;
    font-size:25px;
}


/**********************************/


.Aboutus-img {
    position: relative;
    top: 29px;
}
.img-about-doc {
    border-radius: 10px;
    box-shadow: 5px 3px 0px 1px #4fcaed;
}
.hiw-des b{
    font-size:20px;
}

.model-inpt-bottom{
    margin-bottom:20px;
}
.flex-align {
    text-align: center;
}
    .flex-align li {
        list-style: inside none;
        display: inline-block;
        margin-right: 10px;
        font-size: 18px;
        font-family: 'Comfortaa', cursive;
        line-height: 30px;
        text-align: center;
        padding: 0px;
        font-weight: normal;

    }

        .flex-align li:before {
            content: "\2605";
            color: #f38222;
            font-size: 25px;
        }
.list-align li {
    list-style: inside none;
    font-size: 18px;
    font-family: 'Comfortaa', cursive;
    line-height: 30px;
    padding: 0px;
    font-weight: normal;
}

.list-align li:before {
   
    content: "\2605";
    color: #f38222;
    font-size:25px;
}