/*@import url('logo-slider.css');*/

.pt-3 {
    padding-top: 1.5rem;
}

.p-1 {
    padding: 1em;
}

.p-2 {
    padding: 2em;
}

.p-3 {
    padding: 3em;
}

.p-4 {
    padding: 4em;
}

.p-5 {
    padding: 5em;
}

.p-6 {
    padding: 6em;
}

.pb-3 {
    padding-bottom: 1.5rem;
}

.bg-green {
    background-color: green;
}

/*Navbar welcome login*/
.form-group .navbar-welcome {
    padding-top: 8px !important;
    margin-bottom: 8px !important;
}

.awesomplete {
    display: block;
}

/*Selectize*/
.selectize-control {
    padding: 0px 5px 0px 5px !important;
}

.selectize-input {
    border: none;
    box-shadow: none !important;
    background-color: transparent !important;
}

.selectize-dropdown {
    background: #fff;
    border-radius: 0px;
    padding: 0 !important;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
}

/* .selectize-dropdown-content {
    background-color: whitesmoke;
} */

.selectize-dropdown-content .option,
.selectize-dropdown-content .create {
    padding: 7px 18px;
    color: #666;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
    line-height: 25px;
}

.selectize-dropdown-content .option:hover {
    background-color: #eeeeef;
}

.selectize-dropdown-content .option.active,
.selectize-dropdown-content .create.active {
    background-color: #eeeeef;
}

.selectize-dropdown-content .option .highlight {
    background-color: #ffe97f;
}

/*bg clolor of tag itself*/
/* .selectize-control.multi .selectize-input [data-value] {
    background-image: linear-gradient(to bottom, #57c9d2, #52bdd5);
} */

/*Slim*/
.slim-btn-hidden {
    display: none;
}

.buttons .cancel {
    display: none;
}

/*TypeAhead*/
.twitter-typeahead {
    width: 100%;
}

/*Modified Tabs*/
.producttab .tabsslider.vertical-tabs {
    border: 1px solid #e6e6e6;
    padding: 0;
    border-bottom: 1px solid #ddd;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs {
    border-bottom: medium none;
    margin: 0;
    min-height: 180px;
    padding: 0;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li {
    border-bottom: 1px solid #ddd;
    clear: both;
    position: relative;
    width: 100%;
    display: block;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li a {
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #666;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li a:hover {
    background: transparent;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li:before {
    content: "";
    width: 5px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 999;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li:hover {
    border-left-color: #F4A137;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li:hover a {
    color: #F4A137;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li:hover a:before {
    display: none;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li:hover:before {
    background-color: #F4A137;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li.active {
    border-left-color: #F4A137;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li.active:before {
    background-color: #F4A137;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li.active a {
    background: transparent;
    color: #F4A137;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li.active a:before,
.producttab .tabsslider.vertical-tabs > ul.nav-tabs li.active a:after {
    display: none;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li:first-child {
    border-top: 0;
}

.producttab .tabsslider.vertical-tabs > .tab-content {
    border: 0;
    border-left: 1px solid #e6e6e6;
    min-height: 180px;
}

/*Products Page*/
.product-options .radio {
    padding-top: 0px;
}

.so-spotlight2 {
    padding: 100px 0;
    background-size: cover;
    background-image: url("../../vendors/image/theme/home7/bg-client-id11.jpg");
}

.eg-list-floated-1 {
    padding: 0;
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.eg-list-floated-1:after {
    content: "";
    display: table;
    clear: both;
}

.eg-list-floated-1 > li {
    float: left;
}

.eg-list-inline-1 {
    text-align: center;
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 15px;
}

.eg-list-inline-1 > li {
    display: inline-block;
}

.eg-list-inline-1 > li {
    border-radius: 50%;
    overflow: hidden;
    margin: 0 5px;
    background: #222222;
    cursor: pointer;
}

.eg-list-inline-1 > li:hover img {
    opacity: 0.6;
}

.eg-list-inline-1 > li:not(.active) img {
    opacity: 0.4;
}

.slider-clientsay__item {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    color: #333333;
}

.slider-clientsay__item .slider-clientsay__dec {
    font-size: 16px;
    position: relative;
    margin-bottom: 30px;
    line-height: 30px;
}

@media (min-width: 1200px) {
    .slider-clientsay__item .slider-clientsay__dec:before,
    .slider-clientsay__item .slider-clientsay__dec:after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 26px;
        height: 15px;
        background: url("../../vendors/image/theme/icons/icon-image.png") no-repeat -22px -329px;
    }

    .slider-clientsay__item .slider-clientsay__dec:before {
        top: 0px;
        left: -20px;
    }

    .slider-clientsay__item .slider-clientsay__dec:after {
        bottom: 0px;
        right: -20px;
    }
}

.slider-clientsay__item .slider-clientsay__info h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.slider-clientsay__item .slider-clientsay__info p {
    font-size: 116.67%;
    text-transform: uppercase;
    color: #fff;
}

/*phone contact*/
@media (min-width: 1200px) {
    .type_1 .phone-contact {
        padding: 0;
    }
}

.type_1 .phone-contact .inner-info {
    /*padding-left: 48px;*/
    /*background: url(../../minified/image/ico-phone.png) left top no-repeat;*/
    /*background-position: left 5px;*/
    /*background-size: 39px auto;*/
}

/*
@media (min-width: 1200px) {
    .type_1 .phone-contact .inner-info {
        border-right: 1px solid #ddd;
    }
} */

/***********************Hero image form ******************/
/*********************************************************/

.section {
    position: relative;
    /*background-image: url('https://www.helpr.in/images/backgrounds/section-light-bg.png');*/
    background-position: bottom center;
    background-repeat: repeat-x;
}

.section-inverse-color {
    /*background-image: url('https://www.helpr.in/images/backgrounds/section-dark-bg.png');*/
    background-color: #222222;
    color: #5a5a5a;
}

.helpr-section {
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.helpr-text {
    height: 575px;
}

.webHomeTitle {
    display: block;
}

.home-service {
    width: 600px;
    margin: 40px auto 50px auto;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(2, 2, 2, 0.14);
    -moz-box-shadow: 0 4px 8px rgba(2, 2, 2, 0.14);
    box-shadow: 0 4px 8px rgba(2, 2, 2, 0.14);
    position: relative;
}

form#jobSearchForm input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
}

.wrapper-demo1 {
    width: 200px;
    float: left;
    position: relative;
    margin: 11px 0 0 15px;
}

.wrapper-dropdown-3 {
    position: absolute;
    width: 200px;
    margin: 0 auto;
    padding: 7px 10px 7px 30px;
    border: 1px solid #fff;
    border-right: 1px solid #e5e5e5;
    background: #fff;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    background: url(https://www.helpr.in/images/city-arw.png) no-repeat left 12px;
}

.helpr-title {
    padding: 30px 0 0px;
    font-size: 50px;
    line-height: 40px;
    -webkit-text-shadow: 0 4px 6px rgba(0, 0, 0, .20);
    -moz-text-shadow: 0 4px 6px rgba(0, 0, 0, .20);
    text-shadow: 0 4px 6px rgba(0, 0, 0, .20);
    font-family: 'LatoWebBlack', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ffffff;
    margin: 0;
    position: relative;
}

section#home.job.helpr-section {
    background-attachment: fixed;
    background-position: center;
}

.helpr-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.wrapper-dropdown-2 span.active, .wrapper-dropdown-3 span.active {
    color: #5a5a5a;
}

@media (max-width: 3000px) {
    .helpr-section, .cleaning-section, .pestcontrol-section, .electrical-section, .plumbing-section, .carpentry-section, .ac-section, .geyser-section, .about-section, .career-section, .confirm-section, .contact-section, .deepcleaning-section, .appliances-section, .vehiclecare-section, .subscr-section, .platinum-section, .homespa-section, .homeguard-section, .laundry-section, .painting-section {
        margin: 0 0 0 0;
    }

    .helpr-text {
        width: 100%;
        display: block !important;
    }

    .helpr-content {
        text-align: left;
    }
}

.wrapper-demo {
    width: 370px;
    float: left;
    position: relative;
    margin: 11px 0 0 0px;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

.wrapper-demo1 {
    width: 200px;
    float: left;
    position: relative;
    margin: 11px 0 0 15px;

}

.wrapper-demo1:after {
    clear: both;
    content: "";
    display: table;
}

/* DEMO 2 */

.wrapper-dropdown-2 {
    /* Size and position */
    position: absolute; /* Enable absolute positionning for children and pseudo elements */
    width: 370px;
    margin: 0 auto;
    padding: 7px 20px;
    border: 1px solid #fff;
    /* Styles */
    background: #fff;
    cursor: pointer;
    outline: none;
    font-size: 20px;

}

.wrapper-dropdown-3 {
    /* Size and position */
    position: absolute; /* Enable absolute positionning for children and pseudo elements */
    width: 200px;
    margin: 0 auto;
    padding: 7px 10px 7px 30px;
    border: 1px solid #fff;
    border-right: 1px solid #e5e5e5;
    /* Styles */
    background: #fff;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    background: url(../images/city-arw.png) no-repeat left 12px;

}

.wrapper-dropdown-2 span.active, .wrapper-dropdown-3 span.active {
    color: #5a5a5a;
}

.wrapper-dropdown-2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: 0px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: grey transparent;
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: 0px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: grey transparent;
}

.wrapper-dropdown-2 .dropdown {
    /* Size & position */
    position: absolute;
    top: 110%;
    left: -216px;
    right: 0px;

    /* Styles */
    background: #fafafa;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
    margin: 0;
    padding: 0;
    z-index: 99999;
    -webkit-box-shadow: 0 4px 8px rgba(2, 2, 2, 0.14);
    -moz-box-shadow: 0 4px 8px rgba(2, 2, 2, 0.14);
    box-shadow: 0 4px 8px rgba(2, 2, 2, 0.14);
    z-index: 999999 !important;
    width: 600px;
    border-radius: 0px 0px 8px 8px;
}

.wrapper-dropdown-3 .dropdown {
    /* Size & position */
    position: absolute;
    top: 110%;
    left: -1px;
    right: 0px;

    /* Styles */
    background: #fafafa;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
    margin: 0;
    padding: 0;
    z-index: 99999;
    -webkit-box-shadow: 0 4px 8px rgba(2, 2, 2, 0.14);
    -moz-box-shadow: 0 4px 8px rgba(2, 2, 2, 0.14);
    box-shadow: 0 4px 8px rgba(2, 2, 2, 0.14);
    z-index: 999999 !important;

}

.wrapper-dropdown-2 .dropdown li {
    float: left;
    width: 300px;
}

.wrapper-dropdown-2 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #5a5a5a;
    padding: 0px 50px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 7px;
    z-index: 999999 !important;
    width: 80%;
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #5a5a5a;
    padding: 0px 10px 0 25px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 7px;
    z-index: 999999 !important;
}

.wrapper-dropdown-2 .dropdown li i, .wrapper-dropdown-3 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-2 .dropdown li:hover a, .wrapper-dropdown-3 .dropdown li:hover a {
    color: #00c6ff;
}

/* Active state */

.wrapper-dropdown-2.active:after, .wrapper-dropdown-3.active:after {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown-2.active .dropdown, .wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown, .no-opacity .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown-2.active .dropdown,
.no-pointerevents .wrapper-dropdown-2.active .dropdown, .no-opacity .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}

.icon-menu {
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 10px center;
}

.icon-1 {
    background-image: url(https://www.helpr.in/images/cleaning.png);
}

.icon-2 {
    background-image: url(https://www.helpr.in/images/pest.png);
}

.icon-3 {
    background-image: url(https://www.helpr.in/images/electrical.png);
}

.icon-4 {
    background-image: url(https://www.helpr.in/images/plumbing.png);
}

.icon-6 {
    background-image: url(https://www.helpr.in/images/carpentry.png);
}

.icon-5 {
    background-image: url(https://www.helpr.in/images/appliances.png);
}

.icon-17 {
    background-image: url(https://www.helpr.in/images/geyser.png);
}

.icon-15 {
    background-image: url(https://www.helpr.in/images/ac.png);
}

.icon-19 {
    background-image: url(https://www.helpr.in/images/vehiclecare.png);
}

.icon-20 {
    background-image: url(https://www.helpr.in/images/painting.png);
}

.icon-21 {
    background-image: url(https://www.helpr.in/images/laundry.png);
}

.icon-22 {
    background-image: url(https://www.helpr.in/images/interiordesign.png);
}

.icon-23 {
    background-image: url(https://www.helpr.in/images/automation.png);
}

.icon-24 {
    background-image: url(https://www.helpr.in/images/computer_repair.png);
}

/* No CSS3 support: none */

.header-center {
    padding: 10px 0 !important;
}

.navbar-logo {
    padding: 10px 15px;
}

input#products_search_keyword {
    /*max-width: 300px;*/
    width: 100%;
    min-width: 250px;
}

/*jGrowl*/
div.jGrowl div.manilla {
    background-color: #fac909;
    color: #000;
}

/*Loader*/
/* Absolute Center Spinner */
.ajaxLoading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .4;
}

/* Transparent Overlay */
.ajaxLoading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.ajaxLoading:not(:required) {
    /* hide "ajaxLoading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.ajaxLoading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.bg-orange {
    background-color: #FF9800 !important;
    color: #fff
}

.bg-blue {
    background-color: #457fca !important;
    color: #fff
}

.bg-red {
    background-color: #ec3b57 !important;
    color: #fff
}

.bg-green {
    background-color: #78b83e !important;
    color: #fff
}

.products-list.grid .product-layout .product-item-container, div.tab-slider .ltabs-items-container .grid.ltabs-items .product-layout .product-item-container {
    /*min-height: 465px;*/
    border: 1px solid #efefef;
    box-shadow: 0 0 0.5em #eee;
    -moz-box-shadow: 0 0 0.5em #eee;
    -o-box-shadow: 0 0 0.5em #eee;
    -webkit-box-shadow: 0 0 0.5em #eee;
}

.productCrowsel button.addToCart:hover {
    background-color: #ffc107;
    border-color: #ffc107;
}

.d-block {
    display: block;
}

.product-image-container img {
    margin: 0 auto !important;
    text-align: center;
}

.quantity-control span.input-group-addon {
    border-radius: 0;
    background: none;
    font-size: 25px;
    color: #e74c3c;
    cursor: pointer;
    line-height: 23px;
    padding: 5px 0;
}

.quantity-control .input-group {
    box-shadow: 1px 2px 0.5em #ddd;
}

.quantity-control span.input-group-addon:hover {
    background-color: #e74c3c;
    color: #fff;
}

.infoCartShow {
    height: 38px;
}

.showcartInfo {
    display: table-cell;
    vertical-align: middle;
}

/***********************
Right Cart-bag
***************************/
/*
section.cart-bag-widgets {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
    max-width: 350px;
    background-color: #fff;
    box-shadow: -3px 0px 0.5em #555;
    overflow-y: auto;
    padding-bottom: 20px;
    height: 100%;
}
div#cart-header {
    display: block;
    overflow: hidden;
    padding: 15px;
}
.thumbproductimg {
    max-width: 60px;
    float: left;
    margin-right: 8px;
}
.item-content {
    line-height: 16px;
}
.item-content .meta {
    display: block;
    margin-top: 4px;
    font-size: 9px;
    color: #999;
}
td.price div {
    font-size: 11px;
}
td.price {
    min-width: 50px;
}
td.qty span.top, td.qty span.down {
    position: relative;
    display: block;
}
td.qty {
    min-width: 20px;
    text-align: center;
    padding-right: 15px;
}
section.cart-bag-widgets .cartitems {
    padding: 0px 10px;
}*/
.cart-top-header {
    overflow: hidden;
    background-color: #ddd;
    display: table;
    width: 100%;
    vertical-align: middle;
    padding: 4px 10px;
}

.cart-top-header h4 {
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.shopping_cart.fixed.right {
    position: fixed;
    right: 0;
    top: 45%;
    width: 75px;
    box-shadow: -2px 0px 0.5em;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 999999;
}

.shopping_cart.fixed.right .btn-shopping-cart {
    opacity: .6;
}

.shopping_cart.fixed.right .btn-shopping-cart.open,
.shopping_cart.fixed.right:hover .btn-shopping-cart {
    opacity: 1;
}

/*Hide Shopping Cart Button From Specific pages*/
.site_ecommerce_carts_show .shopping_cart.fixed.right,
.site_ecommerce_checkout_index .shopping_cart.fixed.right {
    display: none;
}

.fixed .carthead {
    background-color: #55584d;
    text-align: center;
}

span.totalitems {
    text-transform: uppercase;
    font-weight: bold;
}

.shopping_cart .shoppingcart-box > li.no-padding {
    padding: 0;
}

.cart-top-header button {
    background-color: transparent;
    border-color: #999;
    padding: 4px 12px;
    vertical-align: middle;
    margin-top: 3px;
}

.four_icon > a {
    background-color: #f7b867;
    display: table-cell;
    padding: 30px;
    width: 150px;
    height: 150px;
    vertical-align: middle;
    margin: 0 auto;
}

div#promo .inner a {
    color: #075da7;
}

.cart-tr-focus {
    background: #f4a137 !important;
    animation: colorchange 1s;
    -webkit-animation: colorchange 1s;
    /*background: #C4D5E7 !important;*/
}

.cart-btn-focus {
    color: #ffffff !important;
    background: #f4a137 !important;;
    animation: colorchange 1s;
    -webkit-animation: colorchange 1s;
}

@keyframes colorchange {
    0% {
        opacity: 80
    }
    25% {
        opacity: .90
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: .80
    }
    100% {
        opacity: .90
    }
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
    0% {
        opacity: 1
    }
    25% {
        opacity: .95
    }
    50% {
        opacity: .90
    }
    75% {
        opacity: .85
    }
    100% {
        opacity: .8
    }
}

/* section#promoSeciton > div > div:nth-child(2) .four_icon > a{
    background-color: #457fca;
}
section#promoSeciton > div > div:nth-child(3) .four_icon > a{
    background-color:#04ddda;
}
section#promoSeciton > div > div:last-child .four_icon > a{
    background-color: #222222;
} */
.four_icon.center-block {
    display: table;
}

#promo .btn {
    border-radius: 5px;
}

div#promo h2 {
    margin: 20px 0;
}

.mt-5 {
    margin-top: 5em;
}

.mt-4 {
    margin-top: 4em;
}

.mt-3 {
    margin-top: 3em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-1 {
    margin-top: 1em;
}

.mt-0 {
    margin-top: 0;
}

.mb-5 {
    margin-bottom: 5em;
}

.mb-4 {
    margin-bottom: 4em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-0 {
    margin-bottom: 0;
}

.pt-5 {
    padding-top: 5em;
}

.pt-4 {
    padding-top: 4em;
}

.pt-3 {
    padding-top: 3em;
}

.pt-2 {
    padding-top: 2em;
}

.pt-1 {
    padding-top: 1em;
}

.pt-0 {
    padding-top: 0;
}

.pb-5 {
    padding-bottom: 5em;
}

.pb-4 {
    padding-bottom: 4em;
}

.pb-3 {
    padding-bottom: 3em;
}

.pb-2 {
    padding-bottom: 2em;
}

.pb-1 {
    padding-bottom: 1em;
}

.pb-0 {
    padding-bottom: 0;
}

.pl-0 {
    padding-left: 0;
}

.bg-white {
    background-color: white;
}

section.customer-logos img {
    height: 100px;
    width: auto;
    margin: 0 auto;
}

.block-payment img {
    max-height: 30px;
}

.footer-container section.footer-top {
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.footer-container section.footer-top:before {
    content: '';
    /*background-image: url('../images/068.jpg');*/
    background-color: #222;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    opacity: 0.1;
    background-attachment: fixed;
}

.contact-address li:first-child span {
    border-color: #3b5998;
}

.contact-address li:nth-child(2) span {
    border-color: #07779a;
}

.contact-address li:last-child span {
    border-color: #da2723;
}

.contact-address li span {
    color: #fff;
}

.rating-symbol-foreground:not(glyphicon-star-empty) {
    color: #f4a137;
}

.productCrowsel button.addToCart {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    color: #aaa;
    font-size: 13px;
}

@media only screen and (max-width: 320px) {
    .mt-xs-2,
    .xs-mt-2 {
        margin-top: 2ex;
    }

    .xs-text-center {
        text-align: center;
    }

    section.customer-logos img {
        max-height: 55px;
    }

    div#yt_header_right {
        padding: 0;
    }
}

.navbar-fixed {
    position: fixed;
    z-index: 99999;
    width: 100%;
}

div#so-slideshow .owl2-carousel .owl2-stage-outer {
    max-height: 400px;
    overflow: hidden;
}

.yt-content-slide {
    display: table;
    width: 100%;
}

.owl2-carousel .owl2-item img {
    vertical-align: middle;
    display: table-cell;
}

td.cart-up-down i.fa-caret-up {
    position: absolute;
    top: 8px;
    cursor: pointer;
    left: 7px;
    font-size: 20px;
}

td.cart-up-down i.fa-caret-down {
    position: absolute;
    bottom: 8px;
    cursor: pointer;
    left: 7px;
    font-size: 20px;
}

td.cart-up-down {
    position: relative;
}

.joblist span.jobcounter {
    color: #204d74;
    font-size: 11px;
}

.color-black {
    color: black;
}

.color-gray {
    color: gray;
}

.color-green {
    color: green;
}

.joblist ul {
    margin-bottom: 0;
}

.vertical ul.megamenu > li {
    max-width: 269px;
}

.f15px {
    font-size: 15px;
}

.color-theme {
    color: #f4a137;
}

.color-green {
    color: #78b83e;
}

.btn-orange {
    color: #fff;
    background-color: #f4a137;
    border-color: #f4a137;
    font-weight: 500;
}

.btn-orange:hover {
    color: #fff;
    background: #f4a137;
    border-color: #f4a137;
    font-weight: 700;

}

@media only screen and (max-width: 410px) {
    aside#column-left .filter-shopby {
        /*max-height: 300px;*/
        /*overflow: auto;*/
    }

    input#products_search_keyword {
        max-width: unset;
    }
}

.nav_cart_btn_container .btn-shopping-cart > a:before {
    content: '\f07a';
    font-family: fontawesome;
    position: relative;
    color: #555555;
    /*left: 0px;*/
    font-size: 35px;
    /*top: 27%;*/
}

.nav_cart_btn_container .btn-shopping-cart > a {
    position: relative;
    max-width: 150px;
    padding-left: 0;
    /* margin-left: 31px; */
    text-align: center;
    margin: 0 auto;
}

.nav_cart_btn_container .shopcart {
    display: inline-block;
    padding-left: 10px;
}

.nav_cart_btn_container .shopcart .text-shopping-cart {
    color: rgba(0, 0, 0, .75);
    font-weight: bold;
}

.shopping_cart.general a.top_cart .shopcart .text-shopping-cart {
    background-color: transparent;
}

.phone-contact .inner-info strong {
    font-size: 18px;
}

.phone-contact .inner-info span {
    font-weight: bold;
    background-color: #78b83e;
    color: #fff;
    border-radius: 50px;
    padding: 2px 10px;
}

div#createAddressModal h4,
form#createAddressForm label {
    font-weight: bold;
}

div#createAddressModal h4 {
    font-size: 20px;
}

form.account-register label {
    font-size: 13px;
    font-weight: bold;
}

.signupform h2 {
    font-size: 20px;
    font-weight: bold;
}

body.site_travel_hotels_index section#home {
    max-height: 300px;
    margin-bottom: 50px;
}

body.site_travel_hotels_index h4 a {
    color: #f4a137 !important;
}

.hotel-items.products-category {
    margin-top: -12px;
}

.shotelimg img {
    opacity: 0;
}

.shotelimg.product-image-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hotel-list .price {
    font-size: 15px;
    margin-top: 7px;
    margin-bottom: 7px;
}

span.show-rating-display {
    background-color: #f4a137;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px 6px 6px 0px;
    margin-right: 3px;
}

div#menuHeading i.arrow-circle {
    margin-top: 3px;
}

body.site_ecommerce div#yt_header_right {
    max-height: 400px;
    overflow: hidden;
}

body.layout-home1:not(.site_ecommerce) .slider-container.mt-2 {
    margin-top: 0;
}

section#promoSeciton h2:hover a {
    color: #f1bb51;
}

.shopping_cart.for-mobile.general #cart:before {
    left: 0;
}

.shopping_cart.for-mobile.general .shopcart {
    padding-left: 25px;
}

/*Mobile Navigation*/
#MObileMenu div:nth-child(1) .singleNitem {
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(79, 80, 107, 1) 31%, rgba(0, 212, 255, 1) 100%);
}

#MObileMenu div:nth-child(2) .singleNitem {
    background: rgb(131, 58, 180);
    background: linear-gradient(0deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 47%, rgba(252, 176, 69, 1) 94%);
}

#MObileMenu div:nth-child(3) .singleNitem {
    background: rgb(34, 193, 195);
    background: linear-gradient(0deg, rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 100%);
}

#MObileMenu div:nth-child(4) .singleNitem {
    background: rgb(1, 0, 36);
    background: linear-gradient(0deg, rgba(1, 0, 36, 1) 0%, rgba(100, 107, 79, 1) 45%, rgba(0, 5, 255, 1) 100%);
}

.singleNitem {

    width: 70px;
    height: 70px;
    border-radius: 150px;
    line-height: 14px;
    text-align: center;
    font-size: 22px;
    margin: 0 auto;
    padding: 12px 0;
}

.singleNitem span {
    display: block;
    font-size: 1.2rem;
    color: white;
}

.singleNitem i {
    font-size: 22px;
    color: white;
}

@media (min-width: 992px) and (max-width: 1199px) {
    input#products_search_keyword {
        max-width: unset;
        min-width: unset;
    }
}

@media only screen and (max-width: 412px) {
    button.addToCart {
        margin: 0 auto !important;
        float: none !important;
        width: 100%;
        margin-top: 8px !important;
    }

    .helpr-content {
        display: block;
        padding-bottom: 1px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 768px) {
    section#mobileNavigationRound {
        display: none;
    }
}

.text-white {
    color: white;
}

.text-orange {
    color: #f4a137;
}

.product-item-container.single-doctor {
    padding: 15px;
    background-color: whitesmoke;
}

.products-list .product-layout .button-group .addToCart, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .button-group .addToCart {
    border: 1px solid #4CAF50 !important;
    background-color: #4CAF50 !important;
    color: #ffffff;
}

.products-list .product-layout .button-group .addToCart:focus,
div.tab-slider .ltabs-items-container .ltabs-items .product-layout .button-group .addToCart:focus {
    outline: none;
}

.products-list .product-layout .button-group .addToCart:active,
div.tab-slider .ltabs-items-container .ltabs-items .product-layout .button-group .addToCart:active {
    box-shadow: none !important;
    border: 1px solid #FF9800 !important;
    background-color: #FF9800 !important;
}

@media only screen and (max-width: 990px) {
    /*Doctor thumb*/
    .doctor-view-link.text-left,
    .caption.doctor-caption.text-left {
        text-align: center;
    }

    .back-to-top {
        right: 0;
        left: auto;
    }
}

.products-list.list .product-layout .product-item-container:hover .left-block,
div.tab-slider .ltabs-items-container .list.ltabs-items .product-layout .product-item-container:hover .left-block {
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}

.products-list.list .product-layout .product-item-container .left-block, div.tab-slider .ltabs-items-container .list.ltabs-items .product-layout .product-item-container .left-block {
    border: 1px solid #ddd;
}

table.table.table-hover.m-b-0.chamber-info-table thead tr th {
    background: black;
    vertical-align: middle;
    color: #f7b867;
}

table.table.chamber-info-table {
    border: 1px solid #999;
}

.navbar-welcome a:hover i,
.navbar-welcome a:hover strong,
.navbar-welcome a:hover {
    background-color: #78b83e;
    color: white;
}

.navbar-welcome a {
    padding: 4px 5px;
}

.productTable table thead tr td {
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .navbar-logo img {
        float: left;
        padding-top: 8px;
    }

    div#sosearchpro form#productSearchForm.pull-right {
        float: left !important;
    }

    div#search0 .form-group {
        /*max-width: 127px;*/
        overflow: hidden;
    }

    .nav_cart_btn_container .btn-shopping-cart:before {
        left: -27px;
    }
}

@media only screen and (max-width: 768px) {
    div#mobileforMobile > div.phone-contact {
        width: 100%;
        text-align: center;
        line-height: 35px;
        max-width: 247px;
        margin: 0 auto !important;
        float: left !important;
    }

    div#mobileforMobile > div.phone-contact br {
        display: none;
    }

    .slider-container.mt-2 {
        margin-top: 0;
    }

    div#yt_header_right .module {
        margin-bottom: 5px;
    }

    .page-login .well {
        min-height: 200px;
        padding-bottom: 0;
    }

    .main-container.container.mt-3.mb-5 {
        margin-bottom: 2em;
        margin-top: 0;
    }

    .so-onepagecheckout,
    body.site_ecommerce_checkout_index div#content,
    body.site_ecommerce_checkout_index .so-onepagecheckout .productTable .panel,
    body.site_ecommerce_checkout_index .so-onepagecheckout .productTable .col-sm-12,
    .so-onepagecheckout .productTable div.panel-body {
        padding: 0;
    }

    div#couponWrap {
        max-width: 274px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    div.tab-slider .ltabs-items-container .grid.ltabs-items .product-layout .product-item-container {
        /*min-height: 365px;*/
        min-height: auto;
    }

    div#doctor-search-bar {
        margin-top: 0;
    }

    body.site_medical_doctors_index .products-list.list .product-layout .product-item-container {
        margin: 5px 0;
    }

    body.site_medical_doctors_show .preview img {
        max-width: 75px;
    }

    body.site_medical_doctors_show .preview {
        text-align: left;
    }
}

@media only screen and (max-width: 360px) {
    div#MObileMenu > div {
        overflow: hidden;
    }
}

.joblist ul li a {
    font-size: 16px;
    color: #000;
}

table.text14 td {
    font-size: 14px;
}

.fb-share-button a {
    font-size: 20px;
}

.joblist ul li a:hover {
    color: #78b83e;
}

.joblist ul {
    background-color: lightgrey;
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}

body.site_career .product-layout:hover {
    background-color: lightgrey;
}

@media (max-width: 767px) {
    .collapsed-block .tabBlock {
        display: block;
    }

    .col-sm-6.col-md-3.collapsed-block.col-xs-6 {
        padding-left: 0;
    }
}

div#MObileMenu {
    overflow: hidden;
    width: 100%;
}

@media (max-width: 991px) {
    .navbar-logo {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 400px) {
    .singleNitem {
        width: 57px;
        height: 57px;
    }

    .type_1 .phone-contact .inner-info {
        background-image: unset;
        padding-left: 0;
        /*margin-top: -20px;*/
    }

    .header-center {
        padding: 0px 0 !important;
    }

    .navbar-logo {
        padding: 1em 1.5em;
    }

    .navbar-header .navbar-toggle {
        margin: 0;
    }

    div.tab-slider {
        margin: 0px 0 0px 0px;
    }

    .so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-slider .ltabs-item {
        margin-bottom: 0;
    }

    #content {
        margin-bottom: 5px;
    }

    div#MObileMenu > div {
        overflow: visible;
    }

    div#MObileMenu {
        overflow: visible;
        margin-left: 0;
    }

    .search-pro {
        margin: 0 0 0px;
    }

    .type_1 #sosearchpro {
        margin-top: 0px;
        margin-bottom: 1em;
    }
}

.jGrowl.center {
    top: 50px !important;
}

.jGrowl-closer.highlight.ui-corner-all.default {
    background-color: #555555;
}

/***************
Sidebar Filter
***************/
.faq .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f056";
    padding-right: 5px;
}

.faq .panel-title > a.collapsed:before {
    float: right !important;
    content: "\f055";
}

.faq h2 {
    color: #ff9800;
}

.faq a {
    text-decoration: none;
    display: block;
}

.faq .panel-default > .panel-heading {
    color: #fff;
    background-color: #555555;
    border-color: #555555;
}

@media (min-width: 992px) {
    .filter-products.modcontent.collapse,
    .latest-products.modcontent.collapse {
        display: block !important;
        height: 100% !important;
    }
}

.products-list.grid .product-layout .product-item-container .left-block .product-image-container {
    min-height: 100px;
}

.products-list .product-layout .caption a, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .caption a {
    line-height: 1.5;
    font-size: .9em !important;
}

.latest-product .media .media-body h4 a {
    line-height: 1.3;
}

.ltabs-slider.owl2-carousel .owl2-item {
    max-width: 235px !important;
    margin-right: 15px;
}

.products-list.grid .product-layout .product-item-container, div.tab-slider .ltabs-items-container .grid.ltabs-items .product-layout .product-item-container {
    padding: 9px;
    /*padding-right: 9px;*/
}

/*Image*/
.products-list.grid .product-layout .product-item-container .left-block .product-image-container, div.tab-slider .ltabs-items-container .grid.ltabs-items .product-layout .product-item-container .left-block .product-image-container {
    margin-bottom: 10px;
}

.product-image-container img {
    width: 70% !important;
}

/*Caption*/
.products-list .product-layout .caption h4, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .caption h4 {
    margin-bottom: 0px;
    min-height: 40px;
    display: table;
    width: 100%;
}

.products-list .product-layout .caption a,
div.tab-slider .ltabs-items-container .ltabs-items .product-layout .caption a {
    display: table-cell;
    vertical-align: middle;
}

.products-list .product-layout .button-group, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .button-group {
    margin: 5px 0 0px;
}

.quantity-control .input-group.qtywrap {
    margin-left: 25px;
    margin-right: 25px;
}

.quantity-control span.input-group-addon {
    font-size: 1.7em;
}

/*Add to cart Button*/
@media (max-width: 1199px) and (min-width: 768px) {
    .button-group .addToCart {
        margin: 0 !important;
    }
}

/*firebase auth*/

.firebaseui-container {
    padding-bottom: 1rem !important;
}

/*homepage*/

@media (max-width: 1199px) {

}

div.tab-slider .so-listing-tabs .ltabs-items-container .ltabs-items {
    min-height: 200px;
}

/* All Products/Category Products Page */
@media (max-width: 400px) {
    .products-list .product-layout {
        width: 100%;
    }
}

.type_1 #sosearchpro .form-control {
    background-color: white !important;
}

.twitter-typeahead {
    margin-top: 5px !important;
}

/*Social Media Icons*/
.social-icons .fa {
    padding: 20px;
    font-size: 20px;
    width: 60px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.social-icons .fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
    background: #00aff0;
    color: white;
}

.fa-android {
    background: #a4c639;
    color: white;
}

.fa-dribbble {
    background: #ea4c89;
    color: white;
}

.fa-vimeo {
    background: #45bbff;
    color: white;
}

.fa-tumblr {
    background: #2c4762;
    color: white;
}

.fa-vine {
    background: #00b489;
    color: white;
}

.fa-foursquare {
    background: #45bbff;
    color: white;
}

.fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.fa-flickr {
    background: #f40083;
    color: white;
}

.fa-yahoo {
    background: #430297;
    color: white;
}

.fa-soundcloud {
    background: #ff5500;
    color: white;
}

.fa-reddit {
    background: #ff5700;
    color: white;
}

.fa-rss {
    background: #ff6600;
    color: white;
}

.price .price-old {
    color: #607D8B;
    font-weight: 900;
}

div.tab-slider {
    margin: 10px 0 0 0 !important;
}