.mails {
    /* chat-widget */
}

.mails a {
    color: #797979;
}

.mails td {
    vertical-align: middle !important;
    position: relative;
    border: 0 !important;
}

.mails td:last-of-type {
    width: 100px;
    padding-right: 20px;
}

.mails tr:hover .text-white {
    display: none;
}

.mails .mail-select {
    padding: 15px 20px;
    min-width: 134px;
}

.mails .checkbox {
    margin-bottom: 0;
    margin-top: -4px;
    vertical-align: middle;
    display: inline-block;
    height: 17px;
}

.mails .checkbox label {
    min-height: 16px;
}

.mails .mail-list .list-group-item {
    background-color: transparent !important;
}

.mails .mail-list .list-group-item.active {
    background-color: #188ae2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
}

.mails .unread a {
    font-family: 'Hind Madurai', sans-serif;
    color: #313a46;
}

.mails .table-detail {
    vertical-align: top;
}

.mails .chat-right-text {
    overflow: hidden;
}

.mails .chat-widget .chat-item {
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

.mails .chat-widget .chat-item .chat-item-img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px;
}

.mails .chat-widget .chat-item img {
    width: 40px;
}

.mails .chat-widget .chat-item .chat-item-author {
    color: #313a46;
    display: block;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.mails .chat-widget .chat-item .chat-item-text {
    color: #a0a0a0;
    display: block;
    font-size: 12px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

/* =============
   Maps
============= */
.gmaps,
.gmaps-panaroma {
    height: 300px;
    background: #eeeeee;
    border-radius: 3px;
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    background: #5d9cec;
    border-radius: 4px;
    padding: 10px 20px;
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #5d9cec;
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #5d9cec;
}

/* Vector Map */
.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 10px;
    height: 10px;
    line-height: 10px;
}

.jvectormap-zoomout {
    top: 40px;
}

/* Mapael Map */
.mapael .map {
    position: relative;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #00acc1;
    opacity: 0.95;
    border-radius: 3px;
    padding: 2px 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #ffffff;
    font-family: 'Hind Madurai', sans-serif;
}

.mapael .zoomIn,
.mapael .zoomOut,
.mapael .zoomReset {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    font-weight: 500;
    cursor: pointer;
    background-color: #4bd396;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.map .zoomIn {
    top: 25px;
}

.map .zoomOut {
    top: 50px;
}

/* =============
   About Us
============= */
.border {
    height: 4px;
    width: 48px;
    border-radius: 5px;
    background-color: #188ae2;
}

.about-features-box {
    margin: 20px 0;
}

.about-features-box p {
    line-height: 24px;
    width: 90%;
    margin: 0 auto;
}

.feature-icon {
    height: 80px;
    width: 80px;
    border: 2px solid #767D8E;
    margin: 0px auto;
    border-radius: 50%;
    font-size: 42px;
    line-height: 80px;
}

.about-team img {
    max-width: 150px;
    margin: 0 auto;
}

.about-team .about-team-member {
    margin: 30px 0px;
}

.about-team .about-team-member h4 {
    padding-top: 10px;
    font-weight: 600;
}

.about-team .about-team-member p {
    color: #989898;
}

/* =============
   Contact Us
============= */
.contact-map {
    background-color: #f3f3f3;
}

.contact-box {
    padding: 30px;
}

.contact-detail {
    margin-bottom: 40px;
}

.contact-detail i {
    float: left;
    width: 32px;
    font-size: 20px;
}

.contact-detail p,
.contact-detail address {
    overflow: hidden;
}

.contact-detail a {
    color: #496174;
}

/* =============
   Members list
============= */
.member-card .member-thumb {
    position: relative;
}

.member-card .member-star {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 16px;
    background-color: #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}

.social-links li a {
    border-radius: 50%;
    color: rgba(121, 121, 121, 0.5);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 2px solid rgba(121, 121, 121, 0.5);
    text-align: center;
    width: 30px;
}

.social-links li a:hover {
    color: #797979;
    border: 2px solid #797979;
}

/* =============
   Timeline
============= */
.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 50px;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.timeline .time-show {
    margin-bottom: 30px;
    margin-right: -75px;
    margin-top: 30px;
    position: relative;
}

.timeline .time-show a {
    color: #ffffff;
}

.timeline:before {
    background-color: rgba(121, 121, 121, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 2px;
    z-index: 0;
}

.timeline .timeline-icon {
    -webkit-border-radius: 50%;
    background: #797979;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    height: 20px;
    left: -54px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
}

.timeline .timeline-icon i {
    color: #ffffff;
    font-size: 13px;
    margin-top: 4px;
    position: absolute;
    left: 4px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}

h3.timeline-title {
    color: #797979;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.timeline-item {
    display: table-row;
}

.timeline-item:before {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item .timeline-desk .arrow {
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ffffff !important;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 0;
}

.timeline-item .timeline-desk .timeline-box {
    padding: 20px;
}

.timeline-item .timeline-date {
    margin-bottom: 10px;
}

.timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 12px solid transparent;
    border-left: 12px solid #ffffff !important;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    left: auto;
    margin-top: -12px;
    position: absolute;
    right: -12px;
    top: 50%;
    width: 0;
}

.timeline-item.alt .timeline-desk .album {
    float: right;
    margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album a {
    float: right;
    margin-left: 5px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -56px;
}

.timeline-item.alt:before {
    display: none;
}

.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 45px;
}

.timeline-item.alt h4 {
    text-align: right;
}

.timeline-item.alt p {
    text-align: right;
}

.timeline-item.alt .timeline-date {
    text-align: right;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.timeline-desk h4 {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.timeline-desk .panel {
    background: #ffffff;
    display: block;
    margin-bottom: 5px;
    margin-left: 45px;
    position: relative;
    text-align: left;
    border: 0;
}

.timeline-desk h5 span {
    color: #797979;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.timeline-desk p {
    color: #999999;
    font-size: 14px;
    margin-bottom: 0;
}

.timeline-desk .album {
    margin-top: 12px;
}

.timeline-desk .album a {
    float: left;
    margin-right: 5px;
}

.timeline-desk .album img {
    height: 36px;
    width: auto;
    border-radius: 3px;
}

.timeline-desk .notification {
    background: none repeat scroll 0 0 #ffffff;
    margin-top: 20px;
    padding: 8px;
}

.timeline-left {
    margin-left: 20px;
    width: auto;
    display: block;
}

.timeline-left:before {
    left: 0 !important;
}

.timeline-left .timeline-item {
    display: block;
}

.timeline-left .timeline-desk {
    display: block;
    width: 100%;
}

.timeline-left .panel {
    margin-bottom: 20px;
}

/* =============
   Pages - Common
============= */
/* Pages */
.account-pages-bg {
    background: url("../images/dust.png");
}

.home-wrapper {
    margin: 10% 0;
}

/* =============
   Count Down
============= */
#count-down {
    margin-top: 50px;
}

#count-down .clock-presenter {
    height: 140px;
    line-height: 30px;
    padding: 0px 30px;
    text-align: center;
}

#count-down .clock-presenter .digit {
    margin-top: 20px;
    font-size: 60px;
    font-family: 'Hind Madurai', sans-serif;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: default;
}

#count-down .clock-presenter .note {
    position: relative;
    bottom: 0px;
    padding-top: 5px;
    cursor: default;
    font-size: 16px;
    color: #26a69a;
    font-family: 'Hind Madurai', sans-serif;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    #count-down .clock-presenter .digit {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    #count-down .clock-presenter {
        width: 50%;
        float: left;
    }

    #count-down .clock-presenter .digit {
        font-size: 36px;
    }

    #count-down .hours_dash {
        border-right: none;
    }
}

/* =============
   FAQ
============= */
.question-q-box {
    height: 30px;
    width: 30px;
    color: #ffffff;
    background-color: #f5707a;
    text-align: center;
    border-radius: 3px;
    float: left;
    line-height: 30px;
}

.question {
    margin-top: 0;
    margin-left: 50px;
    font-weight: 400;
    font-size: 16px;
}

.answer {
    margin-left: 50px;
    color: #989898;
    margin-bottom: 40px;
}

/* =============
   Gallery
============= */
.portfolioFilter a {
    transition: all 0.3s ease-out;
    color: #313a46;
    font-weight: 600;
    font-family: 'Hind Madurai', sans-serif;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 5px;
}

.portfolioFilter a:hover,
.portfolioFilter a.current {
    color: #26a69a;
}

.thumb {
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.thumb:hover .thumb-img {
    overflow: hidden;
    position: relative;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.thumb-img {
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
    transition: all 0.2s ease-out;
}

.gal-detail {
    padding: 10px;
    position: relative;
    background-color: #ffffff;
}

.gal-detail h4 {
    font-weight: 600;
    font-size: 16px;
    padding: 0 5px;
}

.gal-detail p {
    padding: 0 5px;
    font-size: 13px;
}

/* =============
   Pricing
============= */
.pricing-column {
    position: relative;
    margin-bottom: 40px;
}

.pricing-column .inner-box {
    position: relative;
    padding: 0 0 50px;
}

.pricing-column .plan-header {
    position: relative;
    padding: 30px 20px 25px;
}

.pricing-column .plan-title {
    font-size: 16px;
    font-family: 'Hind Madurai', sans-serif;
    margin-bottom: 10px;
    color: #26a69a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.pricing-column .plan-price {
    font-size: 48px;
    font-family: 'Hind Madurai', sans-serif;
    margin-bottom: 10px;
    color: #313a46;
}

.pricing-column .plan-duration {
    font-size: 13px;
    color: #989898;
}

.pricing-column .plan-stats {
    position: relative;
    padding: 30px 20px 15px;
}

.pricing-column .plan-stats li {
    margin-bottom: 15px;
    line-height: 24px;
}

.ribbon {
    position: absolute;
    left: 5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    font-family: 'Hind Madurai', sans-serif;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    background: #00acc1;
    background: linear-gradient(#188ae2 0%, #188ae2 100%);
    position: absolute;
    top: 19px;
    letter-spacing: 1px;
    left: -21px;
}

.ribbon span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #136eb4;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #136eb4;
}

.ribbon span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #136eb4;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #136eb4;
}

/* =============
   Account Pages
============= */
.wrapper-page {
    margin: 5% auto;
    position: relative;
    max-width: 420px;
}

.account-pages {
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    border-radius: 5px;
}

.account-pages .account-content {
    padding: 30px;
    background-color: #ffffff;
}

.account-pages .account-btn {
    position: absolute;
    left: 0;
    right: 0;
}

.account-logo-box {
    background-color: #5c9632;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.checkmark {
    width: 120px;
    margin: 0 auto;
    padding: 20px 0;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: dash 2s ease-in-out;
    -webkit-animation: dash 2s ease-in-out;
}

.spin {
    animation: spin 2s;
    -webkit-animation: spin 2s;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes text {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes text {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* =============
   Sitemaps
============= */
.sitemap > li > ul {
    margin-top: 1.5rem;
    padding-left: 0;
}

ul.sitemap {
    list-style: none;
    padding-left: 0;
}

ul.sitemap li {
    line-height: 2.5rem ;
    vertical-align: top ;
    list-style: none;
    position: relative ;
}

ul.sitemap li a {
    text-decoration: none ;
    color: #7f7f7f;
    display: inline-block;
}

ul.sitemap li a:hover {
    color: #00acc1;
}

ul.sitemap ul {
    margin-left: 1.5rem ;
    margin-bottom: 1.5rem ;
    padding-top: 10px;
}

ul.sitemap ul li {
    position: relative ;
}

ul.sitemap ul li::before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 100% ;
    border-left: 1px solid rgba(152, 152, 152, 0.5);
    position: absolute ;
    top: -1.25;
}

ul.sitemap ul li::before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 2.5rem ;
    border-bottom: 1px #ccc solid ;
    position: absolute ;
    top: -1.25rem;
}

ul.sitemap ul li a {
    margin-left: 3.75rem;
}

/* =============
   Search Results
============= */
.search-result-box .search-item {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(152, 152, 152, 0.2);
    margin-bottom: 25px;
}

/* =============
   Blogs
============= */
.blog-list-wrapper {
    max-width: 1170px;
    margin: 0 auto;
}

.blog-post .post-image {
    position: relative;
    margin-bottom: 20px;
}

.blog-post .post-image .label {
    position: absolute;
    bottom: 8px;
    left: 10px;
    text-transform: uppercase;
}

.blog-post .post-title a {
    color: #188ae2;
    line-height: 28px;
}

.blog-post .post-title a:hover {
    color: #136eb4;
}

.blog-categories-list li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.blog-categories-list li a {
    display: block;
    color: rgba(49, 58, 70, 0.7);
}

.blog-categories-list li a:hover {
    color: #f5707a;
}

.latest-post-item h5 a {
    color: rgba(49, 58, 70, 0.6);
    line-height: 20px;
}

.blog-post-column {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
}

.blog-post-column .post-image {
    margin-bottom: 0;
}

.blog-post-comment .media {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.blog-post-comment .media img {
    height: 52px;
    width: 52px;
}

.blog-post-comment .media .media {
    margin-bottom: 0;
    border-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
}

/* ==========
Real Estate
============ */
.property-card {
    box-sizing: border-box;
    margin-bottom: 30px;
    background-clip: padding-box;
    background-color: #ffffff;
    box-shadow: 0 0 11px 0 rgba(49, 58, 70, 0.15);
}

.property-card .property-content {
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
}

.property-card .property-image {
    display: block;
    height: 230px;
    position: relative;
    overflow: hidden;
}

.property-card .property-action {
    padding: 12px 15px;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
}

.property-card .property-label {
    position: absolute;
    top: 10px;
    right: 10px;
    text-transform: uppercase;
}

.property-card.property-horizontal .property-content {
    width: 100%;
    height: 230px;
}

.property-card.property-horizontal .property-content .listingInfo {
    display: table-cell;
    height: 155px;
    vertical-align: middle;
}

.property-card.property-horizontal .property-content .property-action {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.property-card.property-horizontal .property-content .property-action a {
    margin-right: 7px;
    color: #313a46;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    display: inline-block;
    border: 1px solid #dcdee0;
    padding: 1px 6px;
    border-radius: 3px;
}

.property-card.property-horizontal .property-content .property-action a i {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

/* Property detail page */
.property-detail-wrapper {
    max-width: 1170px;
    margin: 0 auto;
}

.property-detail-wrapper .bx-wrapper {
    margin-bottom: 0;
}

.property-detail-wrapper .bx-wrapper .bx-next {
    right: 20px;
}

.property-detail-wrapper .bx-wrapper .bx-controls-direction a {
    z-index: 9;
}

.property-detail-wrapper #bx-pager a.active img {
    border: 1px solid #00acc1;
}

.property-detail-wrapper #bx-pager a img {
    padding: 3px;
    border: solid #ccc 1px;
}

.property-detail-wrapper .proprerty-features li {
    line-height: 30px;
}

.property-detail-wrapper #map-property {
    height: 300px;
    background: #00acc1;
}

.bootstrap-select > .dropdown-toggle {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12) !important;
}

.ProdLogo {
    font-size: 30px;
    width: 55px;
    height: 55px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
}

.a-btn {
    display: inline-block;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 14px;
    border-radius: 4px;
    background: #ffffff;
    color: #333333;
    cursor: pointer;
    border: 0px;
    margin: 3px 1px;
    transition: 0.5s;
}

.a-btnmain {
    font-size: 16px;
    padding: 1px;
    margin: 5px;
    border: 0;
    text-decoration: none;
    position: relative;
}

.a-btn.a-btn-red {
    background: #dc7016;
    color: #ffffff;
}

.a-btn.a-btn-red:hover {
    color: #ffffff;
}

.a-btnmain i {
    vertical-align: middle;
}

.o-icon {
    display: inline-block;
    width: 130px;
    margin: 15px 5px;
    padding: 20px 5px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    overflow: hidden;
    color: #fff;
    transition: .5s;
    position: relative;
}

.o-icon i {
    width: 55px;
    height: 55px;
    display: block;
    margin: 0px auto 5px;
    line-height: 49px;
    text-align: center;
    font-size: 24px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 1), 0 -1px 1px rgba(0, 0, 0, 1) inset;
}

.o-icon:hover {
    color: #FFEB3B;
}

.padLF0 {
    padding-left: 0px;
    padding-right: 0px;
}

/* b */
.b-btn {
    display: inline-block;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 1px;
    background: #ffffff;
    color: #333333;
    cursor: pointer;
    border: 0px;
    margin: 3px 1px;
    transition: 0.5s;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.125);
}

.b-btnmain {
    font-size: 14px;
    line-height: 28px;
    padding: 7px 15px 7px 15px;
    border: 0;
    text-decoration: none;
    border-radius: 40px;
    position: relative;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}

.b-btn.b-btn-red {
    background: #dc7016;
    color: #ffffff;
}

.b-btn.b-btn-red:hover {
    background: #f52222;
    color: #ffffff;
}

.b-btnmain i {
    /* position: absolute;*/
    top: 5px;
    right: 5px;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    text-align: center;
    border-radius: 100%;
    background: rgba(0,0,0,.1);
}

.b-bg-red {
    background-color: #990609;
}

.bo-icon {
    display: block;

    /*width: 110px;*/
    margin: 15px 5px;
    padding: 20px 5px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    overflow: hidden;
    color: #fff;
    transition: .5s;
    position: relative;
}

.bo-icon i {
    width: 55px;
    height: 55px;
    display: block;
    margin: 0px auto 5px;
    line-height: 49px;
    text-align: center;
    font-size: 24px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 1), 0 -1px 1px rgba(0, 0, 0, 1) inset;
}

.bo-icon:hover {
    color: #FFEB3B;
}

.merchant-box {
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 10px;
    background-color: #ffffff;
}

.merchant-img-sm {
    height: 100px;
    width: 100px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.c-btn {
    display: inline-block;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 14px;
    border-radius: 4px;
    background: #ffffff;
    color: #333333;
    cursor: pointer;
    border: 0px;
    margin: 3px 1px;
    transition: 0.5s;
}

.c-btnmain {
    font-size: 13px;
    line-height: 25px;
    padding: 7px 10px 7px 10px;
    border: 0;
    text-decoration: none;
    border-radius: 40px;
    position: relative;
}

.c-btn.c-btn-red {
    background: #dc7016;
    color: #ffffff;
}

.c-btn.c-btn-red:hover {
    color: #ffffff;
}

.c-btnmain i {
    /* position: absolute;*/
    top: 5px;
    right: 5px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    text-align: center;

    /*border-radius: 100%;
    background: rgba(0,0,0,.1);*/
}

.merchant-detail-heading {
    color: #570f4b;
    border-bottom: 1px solid;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 2px 5px 0px 10px;
    border-top: 0;
}

.vcard-box {
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    background-clip: padding-box;
    margin-bottom: 10px;
    background-color: #ffffff;
}

.carddesign {
    background-image: url('../../assets/images/card/card.png');
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 300px;
    height: 195px;
    background-size: cover;
    background-origin: padding-box;
    align-content: center;
}

.cardName {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: -10px;
}

.CardNO {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -10px;
}

.cardvalid {
    margin-left: 60px;
    margin-right: 90px;
    margin-bottom: -5px;
}

.main_cat_border {
    border: 1px ridge rgba(0, 0, 0, 0.09);
    padding: 10px 0px 0px 0px;
}

.main_cat_border p {
    height: 30px;
    line-height: 15px;
    margin: 3px 0 5px;
}

.main_cat_title {
    color: #010101;
    font-size: 12px;
}

.back_btnmain {
    font-size: 15px;
    line-height: 33px;
    padding: 3px 4px 3px 0px;
}

.subcatmenu .back_btnmain i {
    /* position: absolute;*/
    top: 7px;
    right: 5px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    text-align: center;
    border-radius: 100%;
    color: ffffff;
}

.subcatmenu .back_btn_red {
    background: #dc7016;
    color: #ffffff;
}

.subcatmenu .back_btn_red a:focus,
a:hover {
    color: #ffffff;
}

.font-12 {
    font-size: 12px !important;
    line-height: 14px;
}

.font-13 {
    font-size: 13px !important;
    line-height: 14px;
}

.font-13.5 {
    font-size: 13.5px !important;
    line-height: 14px;
}

.media-body p {
    line-height: 14px;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

/*mahainfo */
.cartbox-offer1 {
    background-color: #f93a27;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px 0;
    left: 80px;
    z-index: 1;
}

.mrp {
    color: #3b0202;
    text-decoration: line-through;
}

.discountrate {
    color: #3b0202;
    font-weight: 600;
}

.media-heading .producthead {
    color: #4d2604;
    font-size: 14px;
}

.productdesc {
    color: #000000;
}

.productaddbtn {
    position: relative;
    z-index: 1;
    display: inline;
    background-color: #51658f;
    color: #ffffff;
    float: right;
    margin-top: -45px;
}

.cartofftext {
    font-size: 10px;
    color: #ffffff;
    font-weight: 500;
}

.cartsubtotal {
    font-size: 16px;
    color: #7f0202;
    font-weight: 500;
    margin: 10px;
}

.cartsubtotal span {
    color: #000000;
}

.cartsubamt {
    font-size: 16px;
    color: #7f0202;
    font-weight: 500;
    margin: 10px;
}

.cartheadtxt {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    margin: 10px;
}

.cartheadtxt span {
    color: #7f0202;
}

.cartcheckoutbtn {
    background-color: #0f7bd8;
    color: #ffffff;
    margin-bottom: 10px;
}

.bottomcartbg {
    box-shadow: 0px 1px 15px 1px #51658f;
    background-color: #f2f2f2;
    margin-top: 10px;
}

.cartaddremove {
    position: relative;
    z-index: 1;
    display: inline;
    background-color: #51658f;
    color: #ffffff;
    float: right;
    margin-right: 10px;
}

.cartaddremove button {
    height: 22px;
    width: 35px;
    background-color: #188ae2;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    line-height: 0;
}

.cartaddremove span {
    height: 22px;
    width: 35px;
    padding: 0px 10px;
}

.cart hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #adacac;
}

.cart {
    margin-top: 10px;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.cartcheckoutbox {
    box-shadow: 1px 0px 14px 0px #656464;
    padding: 2px 2px 10px;
    margin: 10px 1px;
}

.cartpaymenthead1 {
    color: #020202;
    font-weight: 500;
    margin: 10px;
}

.bgcheckout {
    margin-top: 20px;
    box-shadow: 0px 1px 15px 1px #51658f;
    background-color: #f2f2f2;
}

.packselected {
    background: #51658f;
    color: white;
}

.packbold {
    font-weight: 500;
}

.packmrpline {
    text-decoration: line-through;
    font-weight: 500;
}

.packpanelhead {
    background-color: #5b9632;
}

.cha_ico_s1 {
    background-color: #4e3d3d;
    border-radius: 85px;
    box-shadow: 1px 0px 20px 1px rgba(60, 60, 60, 0.63);
    border-top: 12px solid #f5dc9f;
    border-bottom: 5px solid #ffa203;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffc73f;
    margin-bottom: 10px;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.74);
    border-style: solid;
    min-width: 130px;
    min-height: 130px;
}
@media (min-width: 360px) and (max-width: 1000px) {
   .cha_ico_s1 {
   min-width: 160px;
    min-height: 160px;
}
}

.iconstyle1 {
    color: #ffffff;
    font-weight: 500;
    font-size: 30px;
    display: block;
    text-align: center;
    padding-top: 10px;
}



.cha_ico_s2_n3 {
	font-size: 23px;
	background-color: #06a20f;
    border-top: 1px solid #f7f7f7;
    border-bottom: 5px solid #ffa204;
    border-left: 0px solid #ffffff;
    border-right: 1px solid #ffc73f;
    margin-bottom: 5px;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.74);
    border-style: solid;
    /* min-width: 130px; */
    /* min-height: 130px; */
}

.cha_ico_s2_n {
	font-size: 23px;
	background-color: #545353;
    border-top: 1px solid #f7f7f7;
    border-bottom: 5px solid #ffa204;
    border-left: 0px solid #ffffff;
    border-right: 1px solid #ffc73f;
    margin-bottom: 5px;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.74);
    border-style: solid;
    /* min-width: 130px; */
    /* min-height: 130px; */
}

.cha_ico_s2_n1 {
	font-size: 23px;
	background-color: #026256;
    border-top: 1px solid #f7f7f7;
    border-bottom: 5px solid #ffa204;
    border-left: 0px solid #ffffff;
    border-right: 1px solid #ffc73f;
    margin-bottom: 5px;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.74);
    border-style: solid;
    /* min-width: 130px; */
    /* min-height: 130px; */
}

.cha_ico_s2_n5 {
	font-size: 23px;
	background-color: #e2573cf0;
    border-top: 1px solid #f7f7f7;
    border-bottom: 5px solid #ffa204;
    border-left: 0px solid #ffffff;
    border-right: 1px solid #ffc73f;
    margin-bottom: 5px;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.74);
    border-style: solid;
    /* min-width: 130px; */
    /* min-height: 130px; */
}

.iconstyle2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
}

.bottomborderdash
{
	font-size: 23px; 
    font-style: bold;
    text-align: left;
    /* border-bottom: 1px solid; */
    margin: 10px;
    color: #ffffff;
}
/* l */
.bootstrap-select.btn-group.bs-container .dropdown-menu {
   font-size: 20px;
}
.form-control {
	height: 40px;
	font-size: 16px;
}
label {
    font-size: 18px;
	margin-bottom: 2px;
}
.headings1 {
    font-size: 20px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 20px;
}

/* te */

.iconstyle1 {
    color: #ffffff;
    font-weight: 500;
    font-size: 30px;
    display: block;
    text-align: center;
    padding-top: 10px;
}

.cha_ico_s2 {
	background-color: #3c3c3c;
    border-radius: 15px;
    box-shadow: 1px 0px 20px 1px rgba(60, 60, 60, 0.63);
    border-top: 4px solid #f7f7f7;
    border-bottom: 10px solid #ffa204;
    border-left: 0px solid #ffffff;
    border-right: 1px solid #ffc73f;
    margin-bottom: 10px;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.74);
    border-style: solid;
    /* min-width: 130px; */
    /* min-height: 130px; */
}

.iconstyle2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
}

.bottomborderdash
{
	font-size: 17px; 
    font-style: bold;
    text-align: left;
    /* border-bottom: 1px solid; */
    margin-left: 17px;
    color: #ffffff;
}