/* --------------------------------------
Table Of  Content
1. Bootstrap
2. Font Awesome
3. Pluging
    3.1 Core Owl Carousel CSS File
    3.2 Owl Carousel Theme
4. General Styles
  4.1 Typography
  4.2 Forms
  4.3 Button
5. Header
  5.1 Header Top Bar
  5.2 Header Search Bar
  5.3 Header Map Section
  5.4 Header Nav Bar
  5.5 Header Slide content
  5.6
6. Home With Slider
7. Page Sidebar
  7.1 Location Detail
  7.2 Distance Range
  7.3 Categories
8. Post Sidebar
9. Company Sidebar
10. Page Content
  10.1 View Switcher
  10.2 Bootstrap Tab
  10.3 Product Details
  10.4 Category Item (home with slider)
11. Company Single Product
12. Featured Listing
13. Classified Content
14. Register Now
15. Our Partner
16. Page Heading (for post about us contact us)
17. About Us
18. Contact Us
19. Price Listing
20. Sample Page
21. Blog List
22. Blog Post
23. Comment Section
24. Company Profile
25. Company Events
26. Company Contact
27. Footer
28. Shortcodes

---------------------------------------------- */
/* LESS BUILD */
/* fonts */
/*
  Color Mixins

  Example:
  #777777 lighten(@text-color, 46.5%)
  #bebebe lighten(@text-color, 74.5%)
*/
/* Bootstrap */
/* ====================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.gfg {
                margin:5px;
                padding:5px;
               
                width: 100%;
                height: 311px;
                overflow: auto;
                text-align:justify;
            }
.mobile-view {
    display:none;
}
.seachbar
{
        display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #333333;
    font-size: 16px;
    padding: 3px 12px;
    border-radius: 30px;
    height: 40px;
        border-width: 0px;
    width: 88%;
}

body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
.featured-listingt1
{padding-top:26px;
 text-align:left;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
.box-1:hover {
    background-color: #fdc600 !important;
    border-radius: 13px;
  
}
.box-1{padding: 13px; 
            color:#ffffff;
}
      

.facility {
    text-align: center;
    z-index: 120;
    background-color: #383535;
   border-radius: 13px;
    margin-top: 58px;
    padding: 13px;

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  Width:100%;
}
td,
th {
  padding: 0;
}

.ml29 {
  marign-left: 29px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
 /* padding-left: 15px;
  padding-right: 15px;*/
 padding-left: 15px;
  padding-right: 5px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    /*width: 16.66666667%;*/
     width: 12.36666667%;
  }
  .col-md-1 {
    /*width: 8.33333333%;*/
    width: 20%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
  outline-offset: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #000000;
    background-color: #fdc600;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px !important;
  font-size: 18px !important;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  right: 0;
  top: 95%;
  
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
 /* margin: 2px 0 0;*/
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {





    .health-font
    {
        font-size:16px;
    }
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Font Awesome */
/* ====================================================== */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont78ce.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont78ce.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont78ce.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont78ce.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/* PLugins */
/* ====================================================== */
/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.html) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
*   Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.html) no-repeat center center;
}
.owl-pagination {
  display: none;
}
/* end default owl-carousel style */
/* Style */
/* ====================================================== */
/* GENERAL STYLES */
/* --------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.contact-form-1
{padding: 49px 29px 49px 49px;
    background: #f8f8f8;
    border-radius: 3px;
    border: 1px solid #dddddd;
    border: 1px solid #dddddd;
   
    margin-bottom: 20px;
}

.contact-us .contact-form-1 input {
    border: 1px solid #dddddd;
    height: 40px;
    margin-bottom: 20px;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fdc600;
  transition: all .3s ease;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
  outline-offset: 0;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.header-search.fixed-height {
  height: 215px;
}
@media (max-width: 670px) {
  .header-search.fixed-height {
    height: auto;
  }
}
.preloader {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  /* background-color is important, or it will be see-through, and we don't want that! */
  text-align: center;
}
.preloader img {
  display: block;
  margin: auto;
  padding: 250px ;
}
/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #333333;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  text-decoration: none;
}
h3,
.h3 {
  font-family: 'Raleway', sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1.42857143;
  margin-bottom: 1.42857143;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 1.42857143;
  margin-bottom: 1.42857143;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 20px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 1.42857143;
  list-style-position: inside;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline {
  list-style: none;
  padding-left: 0;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/* FORMS */
/* --------------------------------------- */
form {
  position: relative;
}
input,textarea {
  outline: 0;
  border: none;
  width: 100%;
  height: inherit;
  color: #333333;
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid #dddddd;
  height: 40px;
 
}


#txtopdtimings {
  outline: 0;
  border: none;
  width: 100%;
  height: inherit;
  color: #333333;
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid #dddddd;
  height: 40px;
 
}
#txtspeciality {

    outline: 0;
  border: none;
  width: 100%;
  height: inherit;
  color: #333333;
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid #dddddd;
  height: 40px;
}



button {
  border-radius: 3px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
  outline-offset: 0;
  border: none;
}
/* select box */
/* Custom selects */
.uou-custom-select {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  height: 100%;
  background: #fff;
}
.uou-custom-select select {
  display: none;
}
.uou-custom-select .fa {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  font-size: 10px;
  color: #b7b7b7;
  cursor: pointer;
}
.uou-custom-select .placeholder {
  display: block;
  position: relative;
  outline: 0;
  border: 0;
  background: #fff;
  width: 100%;
  height: inherit;
  line-height: 24px;
  padding: 3px 30px 3px 15px;
  margin: 0;
  color: #919191;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
}
.header-search-bar .uou-custom-select .placeholder {
  font-weight: 500;
  padding: 8px 30px 8px 15px;
}
.uou-custom-select .select-clone {
  position: absolute;
  top: 100%;
  z-index: 99;
  display: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 200px;
  list-style: none;
  overflow: auto;
  border: 1px solid #c4c4c4;
  border-top: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.uou-custom-select .select-clone > li {
  display: block;
  padding: 3px 15px;
}
.uou-custom-select .select-clone > li:hover {
  background: #ddd;
}
.uou-custom-select .select-clone > li:last-child {
  margin-bottom: 10px;
}
::-webkit-input-placeholder {
  color: #919191;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #919191;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #919191;
}
:-ms-input-placeholder {
  color: #919191;
}
/* BUTTONS */
/* --------------------------------------- */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
  outline-offset: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  border: none;
  color: #333333;
  background-color: #fdc600;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ca9e00;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fdc600;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #fdc600;
  background-color: #333333;
}
.btn-default:hover,
.btn-default:focus {
  background: #333333 !important;
  color: #fdc600;
}
.btn-default-inverse {
  border: none;
  color: #fdc600;
  background-color: #333333;
  border-color: #cccccc;
}
.btn-default-inverse:hover,
.btn-default-inverse:focus,
.btn-default-inverse.focus,
.btn-default-inverse:active,
.btn-default-inverse.active,
.open > .dropdown-toggle.btn-default-inverse {
  color: #fdc600;
  background-color: #1a1a1a;
  border-color: #adadad;
}
.btn-default-inverse:active,
.btn-default-inverse.active,
.open > .dropdown-toggle.btn-default-inverse {
  background-image: none;
}
.btn-default-inverse.disabled,
.btn-default-inverse[disabled],
fieldset[disabled] .btn-default-inverse,
.btn-default-inverse.disabled:hover,
.btn-default-inverse[disabled]:hover,
fieldset[disabled] .btn-default-inverse:hover,
.btn-default-inverse.disabled:focus,
.btn-default-inverse[disabled]:focus,
fieldset[disabled] .btn-default-inverse:focus,
.btn-default-inverse.disabled.focus,
.btn-default-inverse[disabled].focus,
fieldset[disabled] .btn-default-inverse.focus,
.btn-default-inverse.disabled:active,
.btn-default-inverse[disabled]:active,
fieldset[disabled] .btn-default-inverse:active,
.btn-default-inverse.disabled.active,
.btn-default-inverse[disabled].active,
fieldset[disabled] .btn-default-inverse.active {
  background-color: #333333;
  border-color: #cccccc;
}
.btn-default-inverse .badge {
  color: #333333;
  background-color: #fdc600;
}


/* HEADER */
/* --------------------------------------- */
/* Header Top Bar */
/* ---------------------------------------------- */
#header .header-top-bar {
  width: 100%;
  padding: 10px 0;
}
#header .header-top-bar .header-login,
#header .header-top-bar .header-register,
#header .header-top-bar .header-social,
#header .header-top-bar .header-language {
  position: relative;
  float: right;
  z-index: 9999;
  margin-right: 20px;
  padding: 6px 0;
  font-weight: 700;
}

#header .header-top-bar .header-login a:hover,
#header .header-top-bar .header-language a:hover {
  text-decoration: none;
}

#header .header-top-bar .header-login div,
#header .header-top-bar .header-register div {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 99;
  padding: 20px;
  width: 350px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all .4s ease;
}
#header .header-top-bar .header-login div input,
#header .header-top-bar .header-register div input {
  margin-bottom: 15px;
  border: 1px solid #777777;
  font-weight: normal;
}
#header .header-top-bar .header-login div a,
#header .header-top-bar .header-register div a {
  color: #fdc600;
}
#header .header-top-bar .header-login.active div,
#header .header-top-bar .header-register.active div {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
#header .header-top-bar .header-logo {
  float: left;
  width: 66%;
  text-align: center;
  text-transform: uppercase;
}
#header .header-top-bar .header-logo h2 {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
#header .header-top-bar .header-logo a .fa {
  position: relative;
  padding: 0 6px;
  color: #fdc600;
  font-size: 34px;
}
#header .header-top-bar .header-logo a:hover {
  color: inherit;
}
@media (max-width: 1200px) {
  #header .header-top-bar .header-logo {
    width: 20%;
  }
}
#header .header-top-bar .header-social,
#header .header-top-bar .header-language {
  text-align: left;
}
#header .header-top-bar .header-social > a,
#header .header-top-bar .header-language > a {
  color: #777777;
}
#header .header-top-bar .header-social > a .fa-chevron-down,
#header .header-top-bar .header-language > a .fa-chevron-down {
  position: relative;
  top: -2px;
  font-size: 10px;
}
#header .header-top-bar .header-social > a:hover,
#header .header-top-bar .header-language > a:hover {
  color: #fdc600;
}
#header .header-top-bar .header-social ul,
#header .header-top-bar .header-language ul {
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
}
#header .header-top-bar .header-social ul li,
#header .header-top-bar .header-language ul li {
  padding: 10px 15px 0;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0;
}
#header .header-top-bar .header-social ul li:last-child,
#header .header-top-bar .header-language ul li:last-child {
  padding-bottom: 10px;
}
#header .header-top-bar .header-social ul a,
#header .header-top-bar .header-language ul a {
  color: #fff;
}
#header .header-top-bar .header-social ul a .fa,
#header .header-top-bar .header-language ul a .fa {
  font-size: 24px;
}
#header .header-top-bar .header-social ul a:hover,
#header .header-top-bar .header-language ul a:hover {
  color: #fdc600;
}
#header .header-top-bar .header-social.active ul,
#header .header-top-bar .header-language.active ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 992px) {
  #header .header-top-bar .header-social,
  #header .header-top-bar .header-language {
    display: none;
  }
}
#header .header-top-bar .header-call-to-action {
  float: right;
}
@media (max-width: 992px) {
  #header .header-top-bar .header-call-to-action {
    display: none;
  }
}
@media (max-width: 992px) {
  #header .header-top-bar .header-login,
  #header .header-top-bar .header-register {
    padding-top: 40px;
  }
  #header .header-top-bar .header-login div,
  #header .header-top-bar .header-register div {
    top: 80px;
    }
  #header .header-top-bar .header-logo {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
  }
  .santoshHeader
  {
	top:60px;
	}
	.header-login
	{
		top:-40px;
		left:-35%;
		}
}
@media (max-width: 992px) and (max-width: 480px) {
  #header .header-top-bar .header-login div,
  #header .header-top-bar .header-register div {
    width: 280px;
  }
  #header .header-top-bar .header-logo 
  {
	margin-top:-15px;
	left: -1%;
  }
  .santoshHeader
  {
	top:60px;
	width:100%;}
	.header-login
	{
		top:-50px;
		left: -25%;
		}

		
}
@media (max-width: 480px) {
  #header .header-top-bar .header-register div {
    left: -70px;
  }
}
.dropdown:hover .dropdown-menu {
  display: block;
}
/* hesader search bar */
/* -------------------------------- */
.header-search {
  position: relative;
  width: 100%;
}


.header-search .header-search-bar .search-toggle .search-button-toggle {
  width: 100%;
  text-align: right;
  display: block;
}

.header-search .header-search-bar .search-toggle .search-button-toggle  .search-btn {
  float: none;
  left: 0;
}

.header-search.map .header-search-bar {
  position: relative;
}
.header-search .header-search-bar {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  height:70px;
}

.header-search .header-search-bar .search-toggle {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 0 45px;
  border-radius: 0 0 3px 3px;
  overflow: auto;
}
@media (max-width: 768px) {
  .header-search .header-search-bar .search-toggle {
    padding: 20px 20px 40px;
  }
  
}
@media (max-width: 992px) {
  .header-search .header-search-bar .search-toggle {
    height: 250px;
    overflow: auto;
  }
}
.header-search .header-search-bar .search-toggle .distance-range,
.header-search .header-search-bar .search-toggle .slider-range-search-day {
  margin-bottom: 15px;
}
.header-search .header-search-bar .search-toggle .distance-range p,
.header-search .header-search-bar .search-toggle .slider-range-search-day p {
  margin-bottom: 10px;
}
.header-search .header-search-bar .search-toggle .distance-range p label,
.header-search .header-search-bar .search-toggle .slider-range-search-day p label,
.header-search .header-search-bar .search-toggle .distance-range p input,
.header-search .header-search-bar .search-toggle .slider-range-search-day p input {
  font-size: 17px;
  color: #fff;
  font-weight: normal;
  background: transparent;
}
.header-search .header-search-bar .search-toggle p {
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.header-search .header-search-bar .search-toggle .select-country,
.header-search .header-search-bar .search-toggle .category-search,
.header-search .header-search-bar .search-toggle .region,
.header-search .header-search-bar .search-toggle .address {
  width: 24%;
  float: left;
  height: 34px;
  margin-top: 10px;
  margin-right: 15px;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
}

.header-search .header-search-bar .search-toggle .select-country select {
  width: 100%;
  height: 100%;
  border: 0;
}
.header-search .header-search-bar .search-toggle .select-country .uou-custom-select,
.header-search .header-search-bar .search-toggle .category-search .uou-custom-select,
.header-search .header-search-bar .search-toggle .region .uou-custom-select,
.header-search .header-search-bar .search-toggle .address .uou-custom-select {
  border-radius: 3px;
}
@media (max-width: 1200px) {
  .header-search .header-search-bar .search-toggle .select-country,
  .header-search .header-search-bar .search-toggle .category-search,
  .header-search .header-search-bar .search-toggle .region,
  .header-search .header-search-bar .search-toggle .address {
    width: 23%;
  }
}
@media (max-width: 768px) {

  .mobile_n_tab{ display: block !important; }

  .header-search .header-search-bar .search-toggle .select-country,
  .header-search .header-search-bar .search-toggle .category-search,
  .header-search .header-search-bar .search-toggle .region,
  .header-search .header-search-bar .search-toggle .address {
    width: 46%;
  }
}

.mobile_n_tab{ display: none; }

@media (max-width: 480px) {

  .mobile_n_tab{ display: block !important; }

  .header-search .header-search-bar .search-toggle .select-country,
  .header-search .header-search-bar .search-toggle .category-search,
  .header-search .header-search-bar .search-toggle .region,
  .header-search .header-search-bar .search-toggle .address {
    width: 100%;
  }
}
.header-search .header-search-bar .search-toggle .category-search {
  margin-right: 0;
}
.header-search .header-search-bar .search-toggle .search-btn {
  display: block;
  margin-top: 10px;
  width: 100px;
  float: right;
}
@media (max-width: 1200px) {
  .header-search .header-search-bar .search-toggle .search-btn {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .header-search .header-search-bar .search-toggle .search-btn {
    margin-right: 14px;
  }
}
@media (max-width: 768px) {
  .header-search .header-search-bar .search-toggle .search-btn {
    margin-right: 40px;
  }
}
@media (max-width: 480px) {
  .header-search .header-search-bar .search-toggle .search-btn {
    margin-right: 0;
  }
}

.header-search .header-search-bar .toggle-btn {
  width: 40px;
  height: 34px;
  color: #777777;
  background-color: #fff;
  transition: all .3s ease;
  position: absolute;
  
}
.search-btn 
{float: right;
  width: 10%;
  height: 40px;
  color: #777777;
  background-color: #fff;
  transition: all .3s ease;
  font-weight:bold;
  
  margin-top:-40px;
	}

.header-search .header-search-bar .toggle-btn:hover,
.header-search .header-search-bar .search-btn:hover {
  background-color: #fdc600;
}
.header-search .header-search-bar .toggle-btn {
  _display: none;
}
@media (max-width: 768px) {
   


 .logo-width
    {width:35%;}

  .header-search .header-search-bar .search-btn {

   text-align: center;
   position: relative;
   left: 90%;
   width: 70px;
  }

  .header-search .header-search-bar .toggle-btn {
    display: block;
  }
}
.header-search .header-search-bar .keywords {
  float: left;
  width: 32%;
  height: 34px;
    padding-left: 56px;
}
.header-search .header-search-bar .keywords input {
  color: #333333;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.header-search .header-search-bar .select-location,
.header-search .header-search-bar .category-search {
  position: relative;
  float: left;
  width: 31.5%;
  height: 34px;
  border-left: 1px solid #ddd;
}

.header-search .header-search-bar .select-location input {
  border-radius: 0;
}

.header-search .header-search-bar .category-search select {
  position: relative;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.header-search .header-search-bar .select-location select,
.header-search .header-search-bar .category-search select {
  width: 100%;
  height: 100%;
  border: 0;
}

.header-search .header-search-bar .category-search select {
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.header-search .header-search-bar .search-btn {
  background-color: #fdc600;
  color: #333333;
  font-size: 16px;
}
.header-search .header-search-bar .search-btn:hover {
  background-color: #ffd231;
}
.header-search .header-search-bar .category-search {
  margin-right: 10px;
  background-color: transparent;
}
.header-search .header-search-bar .category-search .uou-custom-select {
  border-radius: 0 3px 3px 0;
}


  .header-search .header-search-bar .search-value {
    display: inline-block;
    width: 100%;
  }
@media (max-width: 1200px) {
  .header-search .header-search-bar .keywords,
  .header-search .header-search-bar .select-location,
  .header-search .header-search-bar .category-search {
    width: 31.5%;
  }
  
}
@media (max-width: 992px) {
  .header-search .header-search-bar .keywords,
  .header-search .header-search-bar .select-location,
  .header-search .header-search-bar .category-search {
    width: 31%;
  }
  
}

@media (max-width: 833px) {
  .header-search .header-search-bar .keywords,
  .header-search .header-search-bar .select-location,
  .header-search .header-search-bar .category-search {
    width: 29%;
  }

  
}
@media (max-width: 768px) {
  .header-search .header-search-bar .search-value .select-location,
  .header-search .header-search-bar .search-value .category-search {
    position: relative;
    display: block;
    margin-left: 50px;
    width: 88%;
    margin-top: 10px;
    border: 0;
  }

  .header-search .header-search-bar .keywords {
    margin-left: 48px;
    float: none;
    padding-left: 0;
  }


   .header-search .header-search-bar .search-value .searchData  {
      display: inline-block;
      width:80%;
      
    }
    .header-search .header-search-bar .search-btn 
  {
      display: inline-block;
      font-size:13px;
      float: left;
      
    }

  .header-search .header-search-bar .search-value .select-location input,
  .header-search .header-search-bar .search-value .category-search select {
    border-radius: 3px;
  }

  .header-search .header-search-bar .search-value .keywords {
    width: 88%;
    margin-right: px;
  }
  .header-search .header-search-bar .search-value .keywords input {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media (max-width: 690px) {
  .header-search .header-search-bar .search-value .keywords {
    width: 85%;
  }

  .header-search .header-search-bar .search-value .select-location,
  .header-search .header-search-bar .search-value .category-search {
    width: 85%;
  }
}
@media (max-width: 560px) {
  .header-search .header-search-bar .search-value .keywords {
    width: 80%;
  }
  .header-search .header-search-bar .search-value .select-location,
  .header-search .header-search-bar .search-value .category-search {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .header-search .header-search-bar .search-value .keywords {
    width: 70%;
  }

  .header-search .header-search-bar .search-value .select-location,
  .header-search .header-search-bar .search-value .category-search {
    width: 70%;
  }
}
.map .header-search-bar {
  background-color: #333333;
}
@media (max-width: 480px) {
  .header-search.slider-home {
    height: 200px;
  }
}
.sticky-header {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9995!important;
  background-color: #333333 !important;
}
/* header map section */
/* ---------------------------------------- */
.map-section {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #fdc600;
}
.map-section #map_canvas {
  width: 100%;
  height: 100%;
}
.map-section #map_canvas .gm-style img {
  max-width: none;
}
.map-section #map_canvas .gm-style img label {
  display: inline;
  width: auto;
}

@media (max-width: 768px) {
    .textsan
    {

        margin-top:8px;
    }
  .map-section {
    height: 300px;
  }
}
.company-contact .contact-map-company {
  position: relative;
  width: 100%;
  height: 250px;
  background-color: #fdc600;
}
.company-contact .contact-map-company #contact_map_canvas_two,
.company-contact .contact-map-company #contact_map_canvas_one {
  width: 100%;
  height: 100%;
}
.company-contact .contact-map-company #contact_map_canvas_two .gm-style img,
.company-contact .contact-map-company #contact_map_canvas_one .gm-style img {
  max-width: none;
}
.company-contact .contact-map-company #contact_map_canvas_two .gm-style img label,
.company-contact .contact-map-company #contact_map_canvas_one .gm-style img label {
  display: inline;
  width: auto;
}
.company-contact .contact-map-company #contact_map_canvas_two .gmnoprint,
.company-contact .contact-map-company #contact_map_canvas_one .gmnoprint {
  display: none;
}
/* header-nav-bar */
/* ----------------------------------------------- */
#header .header-nav-bar {
  position: relative;
  border-bottom: 3px solid #fdc600;
}
#header .header-nav-bar button {
  display: none;
}
@media (max-width: 992px) {
  #header .header-nav-bar {
    border-bottom: 0;
    position: fixed;
    top: 0;
    right: -220px;
    z-index: 9999 !important;
    height: 100%;
    width: 220px;
    overflow: visible;
    transition: all .3s ease;
  }
  #header .header-nav-bar.active {
    right: 0;
  }
  #header .header-nav-bar button {
    display: block;
    position: absolute;
    left: -35px;
    top: 15px;
    z-index: 9999;
    height: 34px;
    width: 35px;
    line-height: 37px;
    background-color: #fdc600;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #header .header-nav-bar button.active {
    background-color: #1a1a1a;
  }
  #header .header-nav-bar button.active .fa-bars {
    display: none;
  }
  #header .header-nav-bar button.active:before {
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
#header .header-nav-bar .primary-nav {
  position: relative;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  #header .header-nav-bar .primary-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #1a1a1a;
  }
}
#header .header-nav-bar .primary-nav > li {
  position: relative;
  float: left;
  border-right: 1px solid #e5e5e5;
}
#header .header-nav-bar .primary-nav > li:first-child {
  border-left: 1px solid #e5e5e5;
}
#header .header-nav-bar .primary-nav > li:first-child > a {
  padding: 0 26px;
}
#header .header-nav-bar .primary-nav > li > a {
  display: block;
  color: #333333;
  font-weight: 700;
  font-size: 15px;
  line-height: 58px;
  padding: 0px 29px;
  text-transform: uppercase;
  transition: all .3s ease;
}
#header .header-nav-bar .primary-nav > li > a:hover {
  color: #595959;
}
#header .header-nav-bar .primary-nav > li > a .fa {
  position: absolute;
  right: 8px;
  top: 22px;
}
#header .header-nav-bar .primary-nav > li.bg-color {
  background-color: #fdc600;
}
#header .header-nav-bar .primary-nav > li.active > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 992px) {
  #header .header-nav-bar .primary-nav > li.active {
    background-color: #333333;
  }
  #header .header-nav-bar .primary-nav > li.active ul li {
    background-color: #1a1a1a;
  }
}
#header .header-nav-bar .primary-nav ul {
  position: absolute;
  top: 105%;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
  opacity: 0;
  transition: all .3s ease;
}
#header .header-nav-bar .primary-nav ul > li {
  position: relative;
}
#header .header-nav-bar .primary-nav ul > li > a {
  display: block;
  padding: 10px 20px;
  width: 200px;
  border-bottom: 1px solid #333333;
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
}
#header .header-nav-bar .primary-nav ul > li > a:hover {
  color: #fdc600;
  background-color: #4d4d4d;
}
#header .header-nav-bar .primary-nav ul > li:last-child a {
  border-radius: 0 0 3px 3px;
}
@media (max-width: 1200px) {
  #header .header-nav-bar .primary-nav > li > a {
    font-size: 13px;
    padding: 0 21px;
  }
}
@media (max-width: 992px) {
  #header .header-nav-bar .primary-nav > li {
    float: none;
    border: 0;
  }
  #header .header-nav-bar .primary-nav > li:first-child {
    border-left: 0;
  }
  #header .header-nav-bar .primary-nav > li > a {
    line-height: 35px;
    color: #fff;
    border-bottom: 1px solid #262626;
  }
  #header .header-nav-bar .primary-nav > li > a .fa {
    top: 10px;
    right: 10px;
  }
  #header .header-nav-bar .primary-nav > li > a:hover {
    color: #ddd;
  }
  #header .header-nav-bar .primary-nav > li.active {
    background-color: #4d4d4d;
  }
  #header .header-nav-bar .primary-nav > li.active > ul {
    position: relative;
    transform: translateY(0);
  }
  #header .header-nav-bar .primary-nav > li ul {
    padding-bottom: 5px;
    transform: translateY(5px);
    transition: all .3s ease;
  }
  #header .header-nav-bar .primary-nav > li ul li a {
    color: #f8f8f8;
    background-color: #404040;
    width: 100%;
    padding: 5px 30px;
    border-bottom: 0;
  }
  #header .header-nav-bar .primary-nav > li ul li a:hover {
    background-color: #fdc600;
    color: inherit;
  }
}
#header .home-slide.header-nav-bar {
  height: 10px !important;
  background-color: #fff;
  z-index: 999;
  border-radius: 3px 3px 0 0;
}
@media (max-width: 992px) {
  #header .home-slide.header-nav-bar {
    height: 100% !important;
    border-radius: 0 !important;
    background-color: transparent;
    z-index: 999;
  }
}
#header .home-slide.header-nav-bar .primary-nav > li:first-child {
  border-left: 0;
  padding: 0 2px;
  border-radius: 3px 0 0 0;
}
@media (max-width: 992px) {
  #header .home-slide.header-nav-bar .primary-nav > li:first-child {
    border-radius: 0;
    padding: 0;
  }
}
#header .home-slide.header-nav-bar .primary-nav > li:last-child {
  border-right: 0;
  border-radius: 0 3px 0 0;
}
@media (max-width: 992px) {
  #header .home-slide.header-nav-bar .primary-nav > li:last-child {
    border-radius: 0;
  }
}
#header .home-slide.header-nav-bar .primary-nav > li:last-child > a {
  padding: 0 30px;
  border-radius: 0 3px 0 0;
}
@media (max-width: 992px) {
  #header .home-slide.header-nav-bar .primary-nav > li:last-child > a {
    border-radius: 0;
  }
}
@media (max-width: 1200px) {
  #header .home-slide.header-nav-bar .primary-nav > li:last-child > a {
    padding: 0 24px 0 24px;
  }
}
/* header-siler content */
/* ----------------------------------- */
.slider-home {
  position: relative;
}
.slider-home #map_canvas {
  display: none;
}
.slider-content {
  position: relative;
  z-index: 30;
  width: 100%;
  height: 380px;
  overflow: visible;
}
@media (max-width: 992px) {
  .slider-content {
    height: 420px;
  }
}
@media (max-width: 768px) {
  .slider-content {
    height: 220px;
  }
}
@media (max-width: 480px) {
  .slider-content {
    height: 120px;
  }
}
.slider-content #home-slider {
  position: relative;
  width: 100%;
  height: 920px;
}
@media (max-width: 992px) {
  .slider-content #home-slider {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .slider-content #home-slider {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .slider-content #home-slider {
    height: 150px;
  }
}
.slider-content #home-slider .item {
  position: relative;
}
.slider-content #home-slider .item > img {
  display: block;
  width: 100%;
  height: 620px;
}
@media (max-width: 992px) {
  .slider-content #home-slider .item > img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .slider-content #home-slider .item > img {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .slider-content #home-slider .item > img {
    height: 150px;
  }
}
.slider-content #home-slider .item .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.slider-content #home-slider .item .slide-content img {
  position: relative;
  top: 155px;
}
@media (max-width: 768px) {
  .slider-content #home-slider .item .slide-content img {
    top: 40px;
  }
}
@media (max-width: 480px) {
  .slider-content #home-slider .item .slide-content img {
    top: 90px;
    height: 50px;
    width: 185px;
  }
}
.slider-content #home-slider .item .slide-content h1 {
  position: relative;
  top: 60px;
  text-transform: uppercase;
  color: #fff;
  font-size: 76px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
.slider-content #home-slider .item .slide-content h1 span {
  color: #fdc600;
}
@media (max-width: 768px) {
  .slider-content #home-slider .item .slide-content h1 {
    font-size: 51px;
    top: 50px;
  }
}
@media (max-width: 480px) {
  .slider-content #home-slider .item .slide-content h1 {
    font-size: 36px;
    top: 70px;
  }
}
.slider-content #home-slider .item .slide-content h2 {
  position: relative;
  top: 150px;
  color: #fff;
  text-transform: uppercase;
  font-size: 46px;
}
@media (max-width: 768px) {
  .slider-content #home-slider .item .slide-content h2 {
    font-size: 36px;
    top: 70px;
  }
}
@media (max-width: 480px) {
  .slider-content #home-slider .item .slide-content h2 {
    font-size: 25px;
    top: 50px;
  }
}
.slider-content .customNavigation .btn {
  padding: 21.5px 18px;
  background-color: #fdc600;
  font-size: 25px;
  transition: all .3s ease;
}
.slider-content .customNavigation .btn.prev {
  position: absolute;
  top: 58%;
  left: -2px;
}

@media (max-width: 768px) {
  .slider-content .customNavigation .btn.prev,
   .slider-content .customNavigation .btn.next {

  }
}
.slider-content .customNavigation .btn.next {
  position: absolute;
  top: 58%;
  right: -2px;
}
#header {
  position: relative;
}
/* home-with-slider style begin */
/* --------------------------------------- */
.home-with-slide {
  position: relative;
  z-index: 100;
  background: #fff;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .home-with-slide {
    border-radius: 3px 3px 0 0;
    padding-left: 30px;
    padding-top: 30px;
  }
  .home-with-slide .change-view .filter-input input {
    top: -60px;
  }
}

@media (max-width: 992px) {
  .home-slider-content .container  {
    padding: 0 !important;
    width: 100% !important;

  }

  .container.company-container {
    width: 100% !important;
    padding: 0 !important;
  }

  .company-profile h2 {
    padding-top: 20px;
  }
  
}

.home-with-slide .custom-search {
  padding: 20px 0 0 25px;
}
.home-with-slide .tab-pane .row {
  padding-top: 0 !important;
}
/* page sidebar */
/* ======================== */
/* select location */
/* --------------------------------------- */
.page-sidebar .location-details {
  position: relative;
}
.page-sidebar .location-details .select-country,
.page-sidebar .location-details .select-state,
.page-sidebar .location-details .zip-code {
  position: relative;
  height: 30px;
  margin-bottom: 10px;
}
.page-sidebar .location-details .select-country label,
.page-sidebar .location-details .select-state label,
.page-sidebar .location-details .zip-code label {
  position: absolute;
  left: 0;
  width: 78px;
  z-index: 998;
  height: inherit;
  line-height: 30px;
  background-color: #333333;
  border-radius: 3px 0 0 3px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}
.page-sidebar .location-details .select-country .placeholder,
.page-sidebar .location-details .select-state .placeholder,
.page-sidebar .location-details .zip-code .placeholder,
.page-sidebar .location-details .select-country input,
.page-sidebar .location-details .select-state input,
.page-sidebar .location-details .zip-code input {
  font-size: 13px;
  font-weight: 700;
  padding-left: 90px;
  border: 1px solid #c4c4c4;
}
.page-sidebar .location-details .select-country .select-clone,
.page-sidebar .location-details .select-state .select-clone,
.page-sidebar .location-details .zip-code .select-clone {
  z-index: 997;
  padding-left: 79px;
  width: 100.5%;
  height: auto;
  overflow: auto;
  border: 0;
}
.page-sidebar .location-details .select-country .select-clone li,
.page-sidebar .location-details .select-state .select-clone li,
.page-sidebar .location-details .zip-code .select-clone li {
  border: 0!important;
}
.page-sidebar .location-details .select-country .select-clone li:hover,
.page-sidebar .location-details .select-state .select-clone li:hover,
.page-sidebar .location-details .zip-code .select-clone li:hover {
  border: 0 !important;
}
.page-sidebar .location-details .uou-custom-select .fa {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  padding: 10px 11px;
  font-size: 8px;
  border-left: 1px solid #c4c4c4;
}
/* distance-range slider */
/* ---------------------------------- */
.distance-range {
  position: relative;
}
.distance-range p {
  margin: 0;
}
.distance-range p label {
  font-size: 12px;
  font-weight: 700;
  color: #333333;
}
.distance-range p input {
  position: absolute;
  right: 0;
  width: 60px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  color: #777777;
}
/* Interaction states for distance slider */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #e6e6e6;
  font-weight: normal;
  color: #555555;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 500;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  outline: none;
  -ms-touch-action: none;
  touch-action: none;
  background-color: #333333 !important;
  border-radius: 3px;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-color: #fdc600;
  border-radius: 6px;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.2em;
  margin-left: -0.6em;
}
.ui-widget-header {
  background: #fdc600;
  color: #222222;
  font-weight: bold;
}
.ui-widget-content {
  border: 0;
  background: #aaaaaa;
  color: #222222;
  border-radius: 6px;
}
/* categories */
/* ------------------------------------ */
#categories {
  position: relative;
  margin-top: 20px;
  color: #333333;
  margin-bottom: 30px;
}
.accordion {
  position: relative;
  display: block;
}
.accordion ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion ul li {
  width: 99%;
  background-color: #f8f8f8;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-left: 3px solid transparent;
  transition: all .3s ease;
}

.accordion .nav-tabs>li a {
  border: 0;
}

.accordion .nav-tabs>li.active>a, 
.accordion .nav-tabs>li.active>a:hover,
.accordion .nav-tabs>li.active>a:focus {
  border: 0;
}

.accordion .nav>li>a:hover, #categories .accordion  .nav>li>a:focus {
  background-color: transparent;
  border: 0;
}
.accordion ul li:hover {
  background-color: #fdc600;
}
.accordion ul li a {
  display: block;
  padding: 15px 0 15px 30px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
.accordion ul li a .fa {
  padding-right: 10px;
}
.accordion ul li a:hover {
  color: inherit;
  text-decoration: none;
}
.accordion ul li a span {
  font-weight: normal;
  display: block;
  margin: 0;
  font-size: 13px;
  text-transform: capitalize;
}
.accordion ul li div {
  display: none;
  padding-top: 5px;
  padding-left: 30px;
}
.accordion ul li div a {
  text-transform: capitalize;
  padding: 6px 0;
  font-size: 15px;
  font-weight: normal;
}
.accordion ul li div a:before {
  content: "\f196";
  position: relative;
  top: 2px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
  font-size: 16px;
}
.accordion ul li div a.active {
  font-weight: 700;
}
.accordion ul li div a.active:before {
  content: "\f147";
}
.accordion ul li div a:hover {
  color: inherit;
}
.accordion ul li.active {
  width: 99%;
  background-color: #fff;
  border-right: 0;
  border-left: 3px solid #fdc600;
}
.accordion ul li.active div {
  display: block;
}
.accordion ul li:last-child {
  border-bottom: 1px solid #c4c4c4;
}
/* sidebar-toggle */
/* --------------------------------------- */
.category-toggle button.btn-cat {
  display: none;
}
@media (max-width: 992px) {
  .category-toggle {
    float: left;
    position: absolute;
    top: 0;
    left: -270px;
    width: 270px;
    z-index: 999;
    background-color: #f8f8f8;
    padding: 20px;
    transition: all .3s ease;
  }
  .category-toggle button.btn-cat {
    display: block;
    position: absolute;
    right: -39px;
    top: 10px;
    z-index: 999;
    height: 40px;
    width: 40px;
    line-height: 37px;
    background-color: #1a1a1a;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .category-toggle.active {
    left: 0;
  }
  .category-toggle button.btn-cat:hover {
    
    
     display: block;
     background-color:Red;
  }
 
}
@media (max-width: 992px) {
  .home-with-slide {
    position: relative;
  }
  .home-with-slide .category-toggle {
    background-color: transparent;
  }
  .home-with-slide .category-toggle .page-sidebar {
    display: none !important;
  }
  .home-with-slide .category-toggle.active {
    background-color: #f8f8f8;
    border-top-left-radius: 3px;
  }
  .home-with-slide .category-toggle.active .page-sidebar {
    display: block !important;
  }
}
/* post-sidebar style begin */
/* --------------------------------------- */
.post-sidebar {
  position: relative;
}
.post-sidebar h2,
.post-sidebar h3 {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  padding: 17px 20px 15px;
  width: 100%;
  background: #eeeeee;
  border-radius: 3px;
  border-left: 3px solid #fdc600;
  font-size: 18px;
  text-transform: uppercase;
}

.post-sidebar h3 {
  margin-bottom: 10px;
}
.post-sidebar .featured,
.post-sidebar .recently-added,
.post-sidebar .latest-post-content {
  padding-bottom: 30px;
}
.post-sidebar .single-product {
  position: relative;
  height: auto;
  padding: 10px 0 0;
  overflow: hidden;
}
.post-sidebar .single-product figure {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0;
  margin-right: 20px;
  margin-bottom: 5px;
  float: left;
  border-radius: 4px;
  overflow: hidden;
}
.post-sidebar .single-product figure img {
  width: 100%;
  height: 100%;
}
.post-sidebar .single-product figure .rating {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
}
.post-sidebar .single-product figure .rating ul {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.post-sidebar .single-product figure .rating li {
  padding: 0;
}
.post-sidebar .single-product figure .rating li a {
  color: #fff;
}
.post-sidebar .single-product figure .rating li a:hover {
  color: #fdc600;
}
.post-sidebar .single-product figure .rating p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  margin: 0;
  line-height: 16px;
  font-size: 12px;
  font-weight: 800;
  background: #fdc600;
  color: #333333;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.post-sidebar .single-product h4 {
  margin: 0;
  padding-bottom: 5px;
}
.post-sidebar .single-product h4 a:hover {
  color: #666666;
}
.post-sidebar .single-product > p {
  margin: 0;
  font-size: 15px;
  padding-bottom: 5px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .post-sidebar .single-product > p {
    font-size: 14px;
    line-height: 22px;
  }
}
.post-sidebar .single-product a.read-more {
  font-size: 13px;
  font-weight: bold;
  text-transform: capitalize;
}
.post-sidebar .single-product a.read-more .fa {
  padding-right: 5px;
}
.post-sidebar .square-button {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 40px;
  width: 150px;
  height: 150px;
}
.post-sidebar .square-button button {
  background: transparent;
}

.post-sidebar .square-button a {
  width: 150px;
  height: 150px;
}

.post-sidebar .square-button a img {
  height: 150px;
  width: 150px;
}
.post-sidebar .latest-post {
  position: relative;
  padding-top: 15px;
}
.post-sidebar .latest-post .post-image {
  margin: 0;
  float: left;
  margin-right: 15px;
  width: 70px;
  height: 90px;
}
.post-sidebar .latest-post .post-image img {
  width: 70px;
  height: 70px;
  border-radius: 6px;
}
.post-sidebar .latest-post .post-image p {
  margin-top: -12px;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 5px 2px 7px;
  font-weight: 700;
  background-color: #1a1a1a;
  font-family: 'Raleway', sans-serif;
  border-radius: 3px;
}
.post-sidebar .latest-post .post-image p span {
  color: #e4b200;
  padding-right: 5px;
  padding-left: 5px;
}
.post-sidebar .latest-post h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 15px;
}
.post-sidebar .latest-post p {
  margin: 0;
  padding: 5px 15px 0 5px;
  line-height: 20px;
}
.post-sidebar .latest-post .read-more {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 13px;
}
.post-sidebar .latest-post .read-more .fa {
  padding-right: 5px;
}
.post-sidebar .medium-rectangle {
  margin: 30px auto;
  text-align: center;
}
.post-sidebar .post-categories ul {
  margin: 0;
  padding: 10px 0 40px;
  list-style: none;
}
.post-sidebar .post-categories ul li {
  width: 100%;
  padding-left: 10px;
  text-transform: uppercase;
  font-weight: bold;
  border-top: 1px solid #c4c4c4;
}
.post-sidebar .post-categories ul li:last-child {
  border-bottom: 1px solid #c4c4c4;
}
.post-sidebar .post-categories ul li a {
  padding: 13px 0;
  display: block;
  font-size: 15px;
}
.post-sidebar .post-categories ul li a .fa {
  padding-right: 5px;
}
.post-sidebar .ui-state-default,
.post-sidebar .ui-widget-content .ui-state-default,
.post-sidebar .ui-widget-header .ui-state-default {
  background: transparent;
}
.post-sidebar .ui-state-active {
  color: #333333 !important;
  font-weight: bold;
}
/* custom datepiche form jquery Ui */
.ui-datepicker {
  display: none;
  margin-top: 10px;
  padding: 10px;
}
.ui-datepicker-header {
  position: relative;
  padding: 8px 0;
  text-align: center;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  color: #333333;
  background: transparent;
  font-size: 16px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 4px;
  left: 3px;
  padding: 10px;
  line-height: 14px;
  font-size: 14px;
  cursor: pointer;
  opacity: 1;
  border: 0;
  transition: all .3s ease;
}
.ui-datepicker-prev:active {
  left: 1px;
}
.ui-datepicker-next:active {
  right: 1px;
}
.ui-datepicker-next {
  left: auto;
  right: 3px;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}
.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f0d9";
}
.ui-datepicker-next:before {
  content: "\f0da";
}
.ui-datepicker-calendar {
  margin: 0;
  width: 100%;
}
.ui-datepicker thead {
  border-bottom: 1px solid #dddddd;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  color: #c4c4c4;
}
.ui-datepicker-calendar tr {
  border-bottom: 1px solid #dddddd;
}
.ui-datepicker-calendar td {
  padding: 0;
  text-align: center;
  border: 0;
}
.ui-datepicker-calendar td a {
  display: block;
  padding: 8px 0;
  border: 0;
}
.ui-datepicker {
  background-color: #fff;
  width: 100%;
  padding-bottom: 20px;
}
.ui-datepicker-calendar td a:hover {
  color: #fff;
  background-color: #fdc600 !important;
  font-weight: bold;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #c4c4c4;
}
/* company-sidebar */
/* ---------------------------------------- */
.company-sidebar {
  position: relative;
  padding-top: 30px;
}
.company-sidebar .company-category {
  margin: 0;
  padding: 0;
  list-style: none;
}
.company-sidebar .company-category li {
  position: relative;
  width: 100%;
  background: #333333;
  border-bottom: 2px solid #4d4d4d !important;
  transition: all .3s ease;
}
.company-sidebar .company-category li.active,
.company-sidebar .company-category li:hover {
  background: #fdc600;
}
.company-sidebar .company-category li.active a,
.company-sidebar .company-category li:hover a {
  color: #333333;
}
.company-sidebar .company-category li.active:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 18px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fdc600;
}
.company-sidebar .company-category li:first-child {
  border-radius: 3px 3px 0 0;
}
.company-sidebar .company-category li:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom: 0 !important;
}
.company-sidebar .company-category li a {
  display: block;
  padding: 15px 20px;
  color: #fdc600;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
}

.company-sidebar .company-category li a:hover,
.company-sidebar .company-category li.active a {
  background-color: transparent;
  border: 0;
}

.company-sidebar .company-category li a .fa {
  color: #fff;
  padding-right: 10px;
}
.company-sidebar .own-company {
  margin: 0 0 30px;
  /*text-align: center;*/ /* santosh */
  text-align: left;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
}
.company-sidebar .own-company a {
  padding: 10px 0;
  display: block;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: bold;
}
.company-sidebar .own-company a .fa {
  padding-right: 10px;
}

.company-sidebar .own-company a:hover {
  text-decoration: none;
}
.company-sidebar h2 {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  padding: 17px 20px 15px;
  width: 100%;
  background: #eeeeee;
  border-radius: 3px;
  border-left: 3px solid #fdc600;
  border-right: 3px solid #fdc600;
  font-size: 16px;
  /*font-size: 18px;*/ /* santosh */
  text-transform: uppercase;
}
.company-sidebar .contact-details li,
.company-sidebar .opening-hours li {
  position: relative;
  padding: 6px 0;
  padding-left: 20px;
}

.company-sidebar .contact-details li strong,
.company-sidebar .opening-hours li strong {
  position: absolute;
  left: 0;
  top: 10px;
}
.company-sidebar .contact-details li span,
.company-sidebar .opening-hours li span {
  position: relative;
  top: 5px;
  word-wrap: break-word !important;
}

.company-sidebar .contact-details li span .fa,
.company-sidebar .opening-hours li span .fa {
  position: relative;
  top: -3px;
  color: #fdc600;
  padding-left: 10px;
}
.square-button {
  position: relative;
  text-align: center;
  padding: 20px 0;

}

.square-button a img {
  height: 110px;
  width: 110px;
  margin: 5px;
}
@media (max-width: 992px) {
  .company-sidebar .square-button {
    display: none;
  }
}
.page-sidebar {
  position: relative;
}
/* page-content  */
/* ====================== */
/* view changer */
.change-view {
  position: relative;
  z-index: 99;
  top: 50px;
  color: #333333;
}
@media (max-width: 992px) {
  .change-view {
    top: 65px;
  }
}
.change-view .filter-input input {
  position: absolute;
  right: 0;
  top: -45px;
  width: 190px;
  height: 30px;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #c4c4c4;
}
.change-view button {
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 10px;
  background-color: #fff;
  color: #c4c4c4;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
}
.change-view button .fa {
  font-size: 11px;
}
.change-view button.active {
  background: #fdc600;
  color: #333333;
  border: 0;
}
.change-view .sort-by {
  position: relative;
  width: 175px;
  height: 30px;
  float: left;
}
.change-view .sort-by .value-holder {
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #c4c4c4;
}
.change-view .sort-by .uou-custom-select {
  position: relative;
}
.change-view .sort-by .uou-custom-select .fa {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  padding: 10px 11px;
  font-size: 8px;
  border-left: 1px solid #c4c4c4;
}
.change-view .pagination {
  float: right;
}
@media (max-width: 768px) {
  .change-view button,
  .change-view .pagination,
  .change-view .filter-input,
  .change-view .sort-by {
    display: none;
  }
}
/*.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  float: left;
  height: 30px;
  width: 30px;
  text-align: center !important;
  margin-left: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  transition: all .3s ease;
}
.pagination li a {
  line-height: 28px;
  padding: 0 !important;
  background-color: transparent !important;
}
.pagination li a .fa {
  position: relative;
  top: -2px;
}
.pagination li a:hover {
  color: #333333;
  background-color: transparent !important;
}
.pagination li.active,
.pagination li:hover {
  background-color: #fdc600;
  border: 0;
  border: 1px solid transparent;
}

.pagination li.active a {
  background-color: transparent;
}*/
@media (max-width: 768px) {
  .pagination {
    display: none;
  }
}
.pagination-center {
  position: relative;
  padding-top: 20px;
  text-align: center;
  float: right;
  width: 69%;
}
/* product-details */
.product-details {
  position: relative;
}
.product-details .tab-pane {
  position: relative;
}
.product-details .tab-pane h3 .comments {
  position: relative;
  top: -8px;
  font-size: 17px;
  margin-left: 5px;
  padding: 5px;
  height: 25px;
  width: 25px;
  font-weight: bold;
  background-color: #eeeeee;
  border-radius: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.product-details .tab-pane h3 .comments:before {
  position: absolute;
  top: 7px;
  left: -4px;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #eeeeee;
}
.product-details .tab-pane h2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  margin: 0;
  text-transform: uppercase;
}
.product-details .tab-pane h2 .category-name {
  position: relative;
  font-size: 18px;
}
.product-details .tab-pane h2 .category-name b {
  color: #fdc600;
  padding: 0 10px;
}
.product-details .tab-pane h2 .comments {
  position: relative;
  top: -8px;
  font-size: 17px;
  margin-left: 10px;
  padding: 5px;
  height: 25px;
  width: 25px;
  background-color: #eeeeee;
  border-radius: 3px;
}
.product-details .tab-pane h2 .comments:before {
  position: absolute;
  top: 7px;
  left: -4px;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #eeeeee;
}
@media (max-width: 992px) {
  .product-details .tab-pane h2 {
    top: 30px;
  }
}
.product-details .tab-pane h3 {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 15px;
}
.product-details .tab-pane h3 span {
  font-weight: 400;
}
@media (max-width: 480px) {
  .product-details .tab-pane h3 {
    font-size: 22px;
  }
  .searchData{
    display: none;
  }
}
.product-details .tab-pane .row {
  position: relative;
  padding-top: 115px;
}
@media (max-width: 480px) {
  .product-details .tab-pane .row {
    padding-top: 80px;
  }
}
.product-details .tab-pane .single-product {
  position: relative;
  height: auto;
  margin-bottom: 30px;
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px #dddddd;
}
.product-details .tab-pane .single-product > p,
.product-details .tab-pane .single-product > .read-more {
  display: none !important;
}
.product-details .tab-pane .single-product figure {
  position: relative;
  margin: 0;
  padding: 1px;
  width: 100%;
  height: 200px;
  border-bottom: 1px solid #dddddd;
}
.product-details .tab-pane .single-product figure img {
  width: 100%;
  height: 100%;
}
.product-details .tab-pane .single-product figure .rating {
  margin: 1px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.5);
}
.aa{
        border-radius: 21px;
    flex-direction: column;
    box-shadow: 0 3px 6px #00000029;
    background-color: #fff;
    justify-content: center;
        padding: 20px 0px 21px 0px;

}

.contact-us .contact-form .btn .fa {
    padding-right: 8px;
}
.product-details .tab-pane .single-product figure .rating ul {
  margin: 0;
  padding: 5px 10px;
}
.product-details .tab-pane .single-product figure .rating li {
  padding: 0;
}
.product-details .tab-pane .single-product figure .rating li a {
  color: #fff;
}
.product-details .tab-pane .single-product figure .rating li a:hover {
  color: #fdc600;
}
.product-details .tab-pane .single-product figure .rating p {
  padding: 0 3px;
  margin: 0;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  background: #fdc600;
  color: #333333;
  text-transform: uppercase;
}
.product-details .tab-pane .single-product figure figcaption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(253, 198, 0, 0.8);
}
.product-details .tab-pane .single-product figure figcaption a {
  position: relative;
  padding: 6px 10px 6px 33px;
  border: 1px solid #333333;
  border-radius: 3px;
  font-weight: bold;
}

.single-product figure figcaption a:hover {
  text-decoration: none;
}

.single-product figure figcaption .read-more a:hover {
  text-decoration: none;
}

.single-product.deals-content figure figcaption h4 a {
  border: 0 !important;
  padding: 0 !important;
}

.single-product.deals-content figure figcaption h4 a:hover {
  background: none !important;
  color: #333 !important;
}
.product-details .tab-pane .single-product figure figcaption a .fa {
  position: absolute;
  left: 0;
  top: 0;
  height: 29px;
  font-weight: bold;
  border-right: 1px solid #333333;
}
.product-details .tab-pane .single-product figure figcaption a:hover {
  background: #333333;
  color: #fdc600;
}
.product-details .tab-pane .single-product figure figcaption .bookmark {
  position: relative;
  top: 70px;
}
.product-details .tab-pane .single-product figure figcaption .bookmark .fa {
  padding: 7px 9px;
}
.product-details .tab-pane .single-product figure figcaption .read-more {
  position: relative;
  top: 90px;
}
.product-details .tab-pane .single-product figure figcaption .read-more .fa {
  padding: 7px 11px;
}
.product-details .tab-pane .single-product:hover figure figcaption {
  display: block;
}
.product-details .tab-pane .single-product h4,
.product-details .tab-pane .single-product h5 {
  margin: 0;
  padding: 5px 30px 0;
  text-transform: capitalize;
}
.product-details .tab-pane .single-product h4 a:hover,
.product-details .tab-pane .single-product h5 a:hover {
  color: #666666;
}
.product-details .tab-pane .single-product h4 {
  padding-top: 15px;
}
.product-details .tab-pane .single-product h5 {
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .product-details .tab-pane h2 {
    font-size: 20px;
  }
  .product-details .tab-pane .col-xs-6 {
    float: none;
    width: 100%;
    padding: 0 100px;
  }
}
@media (max-width: 430px) {
  .product-details .tab-pane .col-xs-6 {
    width: 100%;
    padding: 0 20px;
  }
}
.product-details .pagination-center,
.product-details .advertisement {
  display: none !important;
}
/* bootstrap tab */
.tab-pane {
  display: none !important;
  transition: all .3s ease;
}
.tab-pane.active {
  display: block !important;
}
/* product-details */
.product-details-list {
  position: relative;
}
.product-details-list .tab-pane {
  position: relative;
}
.product-details-list .tab-pane h2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  text-transform: uppercase;
  margin-top: 25px;
}
.product-details-list .tab-pane h2 .category-name {
  position: relative;
  font-size: 18px;
}
.product-details-list .tab-pane h2 .category-name b {
  color: #fdc600;
  padding: 0 10px;
}
.product-details-list .tab-pane h2 .comments {
  position: relative;
  top: -8px;
  font-size: 17px;
  margin-left: 10px;
  padding: 5px;
  height: 25px;
  width: 25px;
  background-color: #eeeeee;
  border-radius: 3px;
}
.product-details-list .tab-pane h2 .comments:before {
  position: absolute;
  top: 7px;
  left: -4px;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #eeeeee;
}
@media (max-width: 992px) {
  .product-details-list .tab-pane h2 {
    top: 30px;
  }
}
.product-details-list .tab-pane .row {
  position: relative;
  padding-top: 115px;
}
@media (max-width: 480px) {
  .product-details-list .tab-pane .row {
    padding-top: 65px;
  }
}
.product-details-list .tab-pane .col-sm-4 {
  float: none;
  width: 80%;
}
@media (max-width: 992px) {
  .product-details-list .tab-pane .col-sm-4 {
    width: 100%;
  }
}
.product-details-list .tab-pane .single-product {
  position: relative;
  height: auto;
  padding: 5px 0;
  margin-bottom:7px;
  border: 1px solid #dddddd;
  background-color:#FBFBFB;
}
.product-details-list .tab-pane .single-product figure {
  position: relative;
  /*width: 120px;*/
  height: auto;
  margin: 0;
  margin-right: 20px;
  margin-bottom: 5px;
  float: left;
  border-radius: 4px;
  overflow: hidden;
}
.product-details-list .tab-pane .single-product figure img {
  width: 100%;
  height: 100%;
}
.product-details-list .tab-pane .single-product figure .rating {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
}
.product-details-list .tab-pane .single-product figure .rating ul {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.product-details-list .tab-pane .single-product figure .rating li {
  padding: 0;
}
.product-details-list .tab-pane .single-product figure .rating li a {
  color: #fff;
}
.product-details-list .tab-pane .single-product figure .rating li a:hover {
  color: #fdc600;
}
.product-details-list .tab-pane .single-product figure .rating p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 2px;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  background: #fdc600;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
}
.product-details-list .tab-pane .single-product figure figcaption {
  display: none;
}
.product-details-list .tab-pane .single-product h4,
.product-details-list .tab-pane .single-product h5 {
  margin: 0;
  padding-bottom: 5px;
}
.product-details-list .tab-pane .single-product h4 a:hover,
.product-details-list .tab-pane .single-product h5 a:hover {
  color: #666666;
}
.product-details-list .tab-pane .single-product h5 {
  padding-bottom: 10px;
  color: #999999;
}
.product-details-list .tab-pane .single-product h5 a {
  color: #999999;
}
.product-details-list .tab-pane .single-product > p {
  margin: 0;
  font-size: 16px;
  padding-bottom: 5px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .product-details-list .tab-pane .single-product > p {
    font-size: 14px;
    line-height: 22px;
  }
}
.product-details-list .tab-pane .single-product a.read-more {
  font-size: 13px;
  font-weight: bold;
  text-transform: capitalize;
}
.product-details-list .tab-pane .single-product a.read-more .fa {
  padding-right: 5px;
}
@media (max-width: 480px) {
  .product-details-list .tab-pane h2 {
    font-size: 20px;
  }
}
.product-details-list .advertisement {
  position: absolute;
  right: 0;
  /*top: 120px;*/ /* santosh */
   top: 0px;
  width: 160px;
  height: 700px;
  text-align: center;
}
.product-details-list .advertisement p {
  color: #777777;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0;
  padding-top: 10px;
}
.product-details-list .advertisement img {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .product-details-list .advertisement {
    display: none;
  }
}
/* category-item for home-with-slider */
.category-item {
  position: relative;
  width: 100%;
  height: 100px;
  background: #dddddd;
  border-radius: 3px;
 padding-top:10px;
  margin-bottom: 15px;
  text-align: center;
  transition: all .3s ease;
}
.category-item a {
  position: relative;
  display: block;
  /*height: 100%;*/
  padding: 0px 10px 0;
  font-size: 10px;
  font-weight: bold;
  text-transform: capitalize;
}
.category-item a .fa {
  display: block;
  padding-bottom: 20px;
  font-size: 38px;
}
.category-item a:hover {
  color: inherit;
  text-decoration: none;
}
.category-item:hover {
  background-color: #fdc600;
}
.view-more {
  width: 100%;
  clear: both;
  display: block;
  text-align: center;
  text-transform: capitalize;
}
.view-more .fa {
  padding-right: 8px;
}
#page-content {
  position: relative;
  padding: 0px 0 0px 0;
}
.page-content {
  position: relative;
}
.home-with-slide {
  margin-top: 40px !important;
}
/* single product style */
/* --------------------------------------- */
.company-product .single-product,
.company-portfolio .single-product {
  position: relative;
  height: auto;
  margin-bottom: 30px;
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px #dddddd;
}

.company-portfolio .single-product {
  padding-bottom: 15px;
}
.company-product .single-product figure,
.company-portfolio .single-product figure {
  position: relative;
  margin: 0;
  padding: 1px;
  width: 100%;
  height: 200px;
  border-bottom: 1px solid #dddddd;
}
.company-product .single-product figure img,
.company-portfolio .single-product figure img {
  width: 100%;
  height: 100%;
}
.company-product .single-product figure figcaption,
.company-portfolio .single-product figure figcaption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(253, 198, 0, 0.8);
}
.company-product .single-product figure figcaption a,
.company-portfolio .single-product figure figcaption a {
  position: relative;
  padding: 6px 10px 6px 33px;
  border: 1px solid #333333;
  border-radius: 3px;
  font-weight: bold;
}
.company-product .single-product figure figcaption a .fa,
.company-portfolio .single-product figure figcaption a .fa {
  position: absolute;
  left: 0;
  top: 0;
  height: 29px;
  font-weight: bold;
  border-right: 1px solid #333333;
}
.company-product .single-product figure figcaption a:hover,
.company-portfolio .single-product figure figcaption a:hover {
  background: #333333;
  color: #fdc600;
}
.company-product .single-product figure figcaption .bookmark,
.company-portfolio .single-product figure figcaption .bookmark {
  position: relative;
  top: 70px;
}
.company-product .single-product figure figcaption .bookmark .fa,
.company-portfolio .single-product figure figcaption .bookmark .fa {
  padding: 7px 9px;
}
.company-product .single-product figure figcaption .read-more,
.company-portfolio .single-product figure figcaption .read-more {
  position: relative;
  top: 90px;
}
.company-product .single-product figure figcaption .read-more .fa,
.company-portfolio .single-product figure figcaption .read-more .fa {
  padding: 7px 11px;
}
.company-product .single-product:hover figure figcaption,
.company-portfolio .single-product:hover figure figcaption {
  display: block;
}
.company-product .single-product h4,
.company-portfolio .single-product h4,
.company-product .single-product h5,
.company-portfolio .single-product h5 {
  margin: 0;
  padding: 5px 30px 0;
  text-transform: capitalize;
}
.company-product .single-product h4 a:hover,
.company-portfolio .single-product h4 a:hover,
.company-product .single-product h5 a:hover,
.company-portfolio .single-product h5 a:hover {
  color: #666666;
}
.company-product .single-product h4,
.company-portfolio .single-product h4 {
  padding-top: 15px;
}
.company-product .single-product h5,
.company-portfolio .single-product h5 {
  padding-bottom: 10px;
}
.company-product .single-product h5 a,
.company-portfolio .single-product h5 a {
  color: #737373;
}
@media (max-width: 480px) {
  .company-product h2,
  .company-portfolio h2 {
    font-size: 22px;
  }
  .company-product .col-xs-6,
  .company-portfolio .col-xs-6 {
    float: none;
    width: 100%;
    padding: 0 100px;
  }
}
@media (max-width: 400px) {
  .company-product .col-xs-6,
  .company-portfolio .col-xs-6 {
    width: 100%;
    padding: 0 20px;
  }
}
.company-product .sort-by,
.company-portfolio .sort-by {
  position: absolute;
  right: 0;
  top: 30px;
  width: 175px;
  height: 30px;
}
.company-product .sort-by .value-holder,
.company-portfolio .sort-by .value-holder {
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #c4c4c4;
}
.company-product .sort-by .uou-custom-select,
.company-portfolio .sort-by .uou-custom-select {
  position: relative;
}
.company-product .sort-by .uou-custom-select .fa,
.company-portfolio .sort-by .uou-custom-select .fa {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  padding: 10px 11px;
  font-size: 8px;
  border-left: 1px solid #c4c4c4;
}
@media (max-width: 768px) {
  .company-product .sort-by,
  .company-portfolio .sort-by {
    display: none;
  }
}
/* featured-listing section */
/* --------------------------------------- */

.featured-listing {
  position: relative;
  margin-top: 40px;
  padding: 10px 0;
  background: url('../img/content/feature-bg.jpg') top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
@media (max-width: 1200px) {
  .featured-listing {
    background-attachment: scroll;
  }
}
.featured-listing h2 {
  margin: 0;
  padding-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
}
.featured-listing .single-product {
  position: relative;
  height: auto;
  margin-bottom: 30px;
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px #dddddd;
}
.featured-listing .single-product > p,
.featured-listing .single-product > .read-more {
  display: none !important;
}
.featured-listing .single-product figure {
  position: relative;
  margin: 0;
  padding: 1px;
  width: 100%;
  height: 200px;
  border-bottom: 1px solid #dddddd;
}
.featured-listing .single-product figure img {
  width: 100%;
  height: 100%;
}
.featured-listing .single-product figure .rating {
  margin: 1px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.5);
}
.featured-listing .single-product figure .rating ul {
  margin: 0;
  padding: 5px 10px;
}
.featured-listing .single-product figure .rating li {
  padding: 0;
}
.featured-listing .single-product figure .rating li a {
  color: #fff;
}
.featured-listing .single-product figure .rating li a:hover {
  color: #fdc600;
}
.featured-listing .single-product figure .rating p {
  padding: 0 3px;
  margin: 0;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  background: #fdc600;
  color: #333333;
  text-transform: uppercase;
}


.featured-listing1 {
  position: relative;
  margin-top: 10px;
  padding: 10px 0;
 /* background: url('../img/content/feature-bg.jpg') top center no-repeat;*/
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
@media (max-width: 1200px) {
  .featured-listing1 {
    background-attachment: scroll;
  }
}
.featured-listing1 h2 {
  margin: 0;
  padding-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
  font-family: 'Raleway', sans-serif;
}
.featured-listing1 .single-product {
  position: relative;
  height: auto;
  margin-bottom: 30px;
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px #dddddd;
}
.featured-listing1 .single-product > p,
.featured-listing1 .single-product > .read-more {
  display: none !important;
}
.featured-listing1 .single-product figure {
  position: relative;
  margin: 0;
  padding: 1px;
  width: 100%;
  height: 200px;
  border-bottom: 1px solid #dddddd;
}
.featured-listing1 .single-product figure img {
  width: 100%;
  height: 100%;
}
.featured-listing1 .single-product figure .rating {
  margin: 1px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.5);
}
.featured-listing1 .single-product figure .rating ul {
  margin: 0;
  padding: 5px 10px;
}
.featured-listing1 .single-product figure .rating li {
  padding: 0;
}
.featured-listing1 .single-product figure .rating li a {
  color: #fff;
}
.featured-listing1 .single-product figure .rating li a:hover {
  color: #fdc600;
}
.featured-listing1 .single-product figure .rating p {
  padding: 0 3px;
  margin: 0;
  font-size: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  background: #fdc600;
  color: #333333;
  text-transform: uppercase;
}



.company-dashboard-content {
  position: relative;
  min-height: 400px;
}
.featured-listing .single-product figure figcaption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(253, 198, 0, 0.8);
}
.featured-listing .single-product figure figcaption a {
  position: relative;
  padding: 6px 10px 6px 33px;
  border: 1px solid #333333;
  border-radius: 3px;
  font-weight: bold;
}
.featured-listing .single-product figure figcaption a .fa {
  position: absolute;
  left: 0;
  top: 0;
  height: 29px;
  font-weight: bold;
  border-right: 1px solid #333333;
}
.featured-listing .single-product figure figcaption a:hover {
  background: #333333;
  color: #fdc600;
}
.featured-listing .single-product figure figcaption .bookmark {
  position: relative;
  top: 70px;
}
.featured-listing .single-product figure figcaption .bookmark .fa {
  padding: 7px 9px;
}
.featured-listing .single-product figure figcaption .read-more {
  position: relative;
  top: 90px;
}
.featured-listing .single-product figure figcaption .read-more .fa {
  padding: 7px 11px;
}
.featured-listing .single-product:hover figure figcaption {
  display: block;
}
.featured-listing .single-product h4,
.featured-listing .single-product h5 {
  margin: 0;
  padding: 5px 30px 0;
}
.featured-listing .single-product h4 a:hover,
.featured-listing .single-product h5 a:hover {
  color: #666666;
}
.featured-listing .single-product h4 {
  padding-top: 15px;
}
.featured-listing .single-product h5 {
  padding-bottom: 10px;
}
.featured-listing .discover-more {
  width: 100%;
  text-align: center;
  text-transform: capitalize;
}
.featured-listing .discover-more .fa {
  padding-right: 8px;
}
@media (max-width: 480px) {
  .featured-listing .col-xs-6 {
    float: none;
    width: 100%;
    padding: 0 100px;
  }
}
@media (max-width: 400px) {
  .featured-listing .col-xs-6 {
    width: 100%;
    padding: 0 20px;
  }
}
/* Classified content style  */
/* ======================================== */
.classifieds-content {
  position: relative;
  padding: 45px 0 60px;
  background: url(../img/content/calssifieds_bg.jpg) top center no-repeat;
  background-size: cover;
}
.classifieds-content .heading-section {
  position: relative;
  width: 100%;
  padding-left: 15px;
}
.classifieds-content .heading-section h1 {
  margin: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
  float: left;
  font-size: 26px;
  padding-right: 20px;
}
.classifieds-content .heading-section a {
  float: left;
}
.classifieds-content .heading-section form {
  position: relative;
  float: right;
  width: 270px;
  height: 30px;
}
.classifieds-content .heading-section form input[type="text"] {
  width: 254px;
  height: 30px;
  color: #333333;
  padding: 2px 30px 2px 10px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
  outline-offset: 0;
}
.classifieds-content .heading-section form button {
  position: absolute;
  right: 17px;
  top: 0;
  padding: 2px 8px;
  height: 30px;
  background-color: transparent;
  border-left: 1px solid #d5d5d5;
}
.classifieds-content .heading-section form button .fa {
  color: #bbbbbb;
}
@media (max-width: 768px) {
  .classifieds-content .heading-section h1 {
    float: none;
    padding-bottom: 10px;
  }
  .classifieds-content .heading-section form {
    float: none;
  }
  .classifieds-content .heading-section a {
    float: none;
    margin-bottom: 10px;
  }
}
.classifieds-content ul {
  margin: 0;
  padding: 0;
}
.classifieds-content ul li {
  list-style: none;
}
.classifieds-content .classifieds-category {
  position: relative;
}
.classifieds-content .classifieds-category a span {
  color: #a2a2a2;
}
.classifieds-content .classifieds-category a:hover span {
  color: #fdc600;
}
.classifieds-content .classifieds-category > li{
  width: 25%;
  vertical-align: top;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .classifieds-content .classifieds-category > li{
  width:50%;
 
  }
} 

@media (max-width: 768px) {
  .classifieds-content {
    padding: 15px;
 
  }
} 




@media (max-width: 530px) {
  .classifieds-content .classifieds-category > li{
  width:100%;
 
  }
} 


.classifieds-content a:hover {
  text-decoration: none;
}


.classifieds-content .classifieds-category > li > a {
  text-transform: uppercase;
  padding-top: 45px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #bbbbbb;
}
.classifieds-content .classifieds-category > li > a .fa {
  padding-right: 15px;
}
.classifieds-content .classifieds-category > li .sub-category {
  margin-top: 12px;
  font-size: 15px;
  text-transform: capitalize;
}
.classifieds-content .classifieds-category > li .sub-category li {
  padding: 4px 0;
}
/* Rgister now section  */
/* ====================================== */
.register-content {
  position: relative;
  background: url(../img/content/register_bg.jpg) top center no-repeat;
  text-align: center;
  width: 100%;
}
.register-content h1 {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  padding: 40px 0;
  background: #333333;
  text-transform: uppercase;
}
.register-content .registration-details {
  position: relative;
  padding: 100px 0;
  background-color: rgba(253, 198, 0, 0.75);
  text-align: center;
  width: 100%;
}
.register-content .registration-details .regular-member {
  float: left;
  margin-left: 50px;
}
@media (max-width: 1200px) {
  .register-content .registration-details .regular-member {
    margin-left: 30px;
  }
}
@media (max-width: 992px) {
  .register-content .registration-details .regular-member {
    margin-left: 18px;
  }
}
@media (max-width: 768px) {
  .register-content .registration-details .regular-member {
    margin-left: 0;
  }
}
.register-content .registration-details .box {
  position: relative;
  width: 35%;
  padding: 30px;
  text-align: center;
  border: 3px solid #333333;
  border-radius: 3px;
}
.register-content .registration-details .box h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 26px;
  padding-bottom: 20px;
  font-weight: 400;
}
.register-content .registration-details .box p {
  margin-bottom: 10px;
  font-weight: 700;
}
.register-content .registration-details .box p .fa {
  padding-right: 6px;
}
.register-content .registration-details .box a {
  margin-top: 15px;
  font-size: 13px;
}
.register-content .registration-details .alternate {
  float: left;
  margin: 82px 35px 60px 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .register-content .registration-details .alternate {
    margin: 100px 40px;
  }
}
.register-content .registration-details .alternate h2 {
  text-align: center;
  margin: 0;
  height: 90px;
  width: 90px;
  line-height: 90px;
  font-size: 26px;
  background-color: #333333;
  color: #fdc600;
  border-radius: 50%;
}
.register-content .registration-details .business-member {
  float: left;
}
@media (max-width: 1200px) {
  .register-content .registration-details {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .register-content .registration-details .alternate {
    margin: 100px 20px;
  }
  .register-content .registration-details .box {
    width: 40%;
  }
}
@media (max-width: 700px) {
  .register-content .registration-details .box,
  .register-content .registration-details .alternate,
  .register-content .registration-details .business-member {
    float: none;
  }
  .register-content .registration-details .box {
    width: 100%;
  }
  .register-content .registration-details .alternate {
    height: auto;
    text-align: center;
    margin: 20px 40%;
  }
}
/* our partners */
/* ================================  */
.our-partners {
  position: relative;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.our-partners h4 {
  margin: 0;
  color: #9d9d9d;
  font-size: 16px;
  padding-bottom: 10px;
}
.our-partners #partners-slider {
  position: relative;
}
.our-partners #partners-slider .item {
  margin: 0 10px;
  padding: 0 20px;
  height: 170px;
  width: 170px;
  border: 3px solid #eeeeee;
  border-radius: 3px;
  display: table-cell;
  vertical-align: middle;
}
.our-partners #partners-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}
/* page-heading begin for about-us contact us blog */
/* --------------------------------------- */
.page-heading {
  position: relative;
  top: 0;
  width: 100%;
  height: 215px;
}
.page-heading > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.page-heading h1 {
  position: relative;
  top: 70px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 56px;
  text-transform: uppercase;
  font-weight: 800;
  float: left;
}
.page-heading h1 span {
  color: #fdc600;
}
@media (max-width: 480px) {
  .page-heading h1 {
    font-size: 36px;
    font-weight: 600;
    top: 90px;
  }
}
.page-heading .heading-link {
  position: relative;
  top: 130px;
  float: right;
}
.page-heading .heading-link a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.page-heading .heading-link a:hover {
  color: #fdc600;
}
.page-heading .heading-link i {
  color: #fdc600;
  padding: 0 3px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .page-heading .heading-link {
    display: none !important;
  }
}
/* about-us content begin */
/* --------------------------------------- */
.about-us-heading {
  background: url(../img/content/about-us-heading-bg.jpg) top center no-repeat;
}
.about-us {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 25px;
}
.about-us > h3 {
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.about-us > h3 strong {
  font-weight: 800;
}
@media (max-width: 480px) {
  .about-us > h3 {
    margin-top: 0;
  }
}
.about-us > p {
  text-align: left;
  font-size: 16px;
}
.about-us .team {
  padding-top: 30px;
  margin-bottom: 40px;
}
.about-us .member-details {
  position: relative;
  text-align: center;
}
.about-us .member-details .porfile-pic {
  position: relative;
  margin: 0 auto;
  width: 265px;
  height: 270px;
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
}
.about-us .member-details .porfile-pic img {
  width: 100%;
  height: 100%;
}
.about-us .member-details .porfile-pic ul {
  position: relative;
  top: -80px;
  margin-left: 10px;
  z-index: 50;
  text-align: center;
}
.about-us .member-details .porfile-pic ul li {
  height: 50px;
  width: 50px;
  background-color: #fdc600;
  text-align: center;
  border-radius: 3px;
  margin-right: 7px;
}
.about-us .member-details .porfile-pic ul li:hover {
  background-color: #ffd231;
}
.about-us .member-details .porfile-pic ul li a {
  color: #333333;
  line-height: 50px;
  font-size: 20px;
}
.about-us .member-details h3 {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
}
.about-us .member-details h3 a:hover {
  color: #4d4d4d;
}
.about-us .member-details .title {
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #919191;
  font-size: 17px;
}
.about-us .member-details p {
  text-align: center;
  margin: 0;
  font-size: 16px;
  padding-bottom: 40px;
}
/* contact-us style begin */
/* --------------------------------------- */
.contact-us-heading {
  background: url(../img/content/contact-us-heading-bg.jpg) top center no-repeat;
}
.contact-us {
  position: relative;
}
.contact-us h3 {
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.contact-us h3 strong {
  font-weight: 800;
}
@media (max-width: 480px) {
  .contact-us h3 {
    margin-top: 0;
  }
}
.contact-us .contacy-us-map-section {
  position: relative;
  width: 100%;
  height: 250px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.contact-us .contacy-us-map-section #contact_map_canvas {
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
.contact-us .contacy-us-map-section #contact_map_canvas .gm-style img {
  max-width: none;
}
.contact-us .contacy-us-map-section #contact_map_canvas .gm-style img label {
  display: inline;
  width: auto;
}
.contact-us .contacy-us-map-section #contact_map_canvas .gmnoprint {
  display: none;
}
.contact-us h5 {
  text-transform: capitalize;
  font-size: 16px;
}
.contact-us .address-details {
  position: relative;
  padding-bottom: 20px;
  width: 280px;
}
.contact-us .address-details .fa {
  position: absolute;
  left: 0;
   height: 40px;
   width: 40px;
   border-radius: 3px;
   background: #fdc600;
   line-height: 40px;
   text-align: center;
}
.contact-us .address-details p {
  position: relative;
  padding-left: 55px;
  margin: 0;
  font-size: 15px;
  color: #777777;
}
.contact-us .address-details p span {
  display: block;
}
.contact-us .address-details p strong {
  color: #333333;
}
.contact-us .contact-form {
  position: relative;
  padding: 30px;
  background: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #dddddd;
}

.contact-us .contact-form p.name-content .wpcf7-not-valid-tip {
  position: absolute;
  top: -20px;
  width: 400px;
}

.contact-us .contact-form p.email-content .wpcf7-not-valid-tip {
  position: absolute;
  left: 53%;
  top: -20px;
  width: 400px;
}

.contact-us .contact-form p.subject-content input {
  margin-left: 29px;
}


@media (max-width: 768px) {
  .contact-us .contact-form p.subject-content input {
    margin-left: 0;
  }
}
.contact-us .contact-form input {
  border: 1px solid #dddddd;
  height: 40px;
  margin-bottom: 20px;
}
.contact-us .contact-form input:focus {
  border-color: #aaaaaa;
}
.contact-us .contact-form input:first-child {
  width: 47%;
  float: left;
}
@media (max-width: 768px) {
  .contact-us .contact-form input:first-child {
    float: none;
    width: 100%;
  }
}
.contact-us .contact-form input[type="email"] {
  width: 47%;
  float: right;
}
@media (max-width: 768px) {
  .contact-us .contact-form input[type="email"] {
    float: none;
    width: 100%;
  }
}
.contact-us .contact-form textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  padding: 10px 20px;
  outline: none;
  border-radius: 3px;
  border: 1px solid #dddddd;
  resize: none;
  overflow: auto;
  font-size: 15px;
}
.contact-us .contact-form textarea:focus {
  border-color: #aaaaaa;
}
.contact-us .contact-form .btn {
  padding: 8px 15px;
  font-weight: bold;
  width:30%;
}
.contact-us .contact-form .btn .fa {
  padding-right: 8px;
}
/* price-listing begin */
/* --------------------------------------- */
.header-search.price-header-height {
  height: 570px;
}
@media (max-width: 768px) {
  .header-search.price-header-height {
    height: 350px;
  }
}
.Price-list-heading {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/content/price-listing-heading-bg.jpg) top center no-repeat;
  background-size: cover;
  text-align: center;
}
.Price-list-heading > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.Price-list-heading h1 {
  position: relative;
  top: 180px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 76px;
  text-transform: uppercase;
  font-weight: 800;
}
.Price-list-heading h1 span {
  color: #fdc600;
}
@media (max-width: 768px) {
  .Price-list-heading h1 {
    font-size: 41px;
    top: 130px;
  }
}
@media (max-width: 480px) {
  .Price-list-heading h1 {
    font-size: 36px;
  }
}
.price-listing {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 25px;
}
.price-listing h3 {
  position: relative;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
}
.price-listing h3 strong {
  font-weight: 800;
}
.price-listing > p {
  text-align: left;
  font-size: 16px;
}
.price-listing .team {
  padding-top: 30px;
}
.price-listing .pricing-table {
  position: relative;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  border: 2px solid #dddddd;
  border-radius: 3px;
  cursor: pointer;
  margin: 40px auto;
}
@media (max-width: 768px) {
  .price-listing .pricing-table {
    width: 270px;
  }
}
@media (max-width: 1200px) {
  .price-listing .pricing-table {
    width: 270px;
  }
}
.price-listing .pricing-table h3 {
  display: block;
  margin: 0;
  padding: 20px 0;
  font-size: 22px;
  border-bottom: 2px solid #dddddd;
}
.price-listing .pricing-table .price {
  margin: 1px;
  position: relative;
  padding: 35px 0;
  font-size: 35px;
  font-weight: 800;
  transition: all .3s ease;
}
.price-listing .pricing-table .price sup {
  top: -10px;
  font-size: 30px;
}
.price-listing .pricing-table ul {
  margin: 0;
  padding: 40px 0;
  list-style: none;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
}
.price-listing .pricing-table ul li {
  padding: 7px 0;
  font-weight: 700;
  font-size: 12px;
}
.price-listing .pricing-table ul li .fa {
  padding-right: 8px;
  font-size: 14px;
}
.price-listing .pricing-table .btn {
  margin: 25px 0;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 13px;
}
.price-listing .pricing-table .btn .fa {
  padding-right: 5px;
}
.price-listing .pricing-table:hover .price,
.price-listing .pricing-table.active .price {
  background-color: #fdc600;
}
/* sample page begin */
/* --------------------------------------- */
.sample-page-heading {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/content/price-listing-heading-bg.jpg) top center no-repeat;
  background-size: cover;
  text-align: center;
}
.sample-page-heading > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.sample-page-heading h1 {
  position: relative;
  top: 180px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 76px;
  text-transform: uppercase;
  font-weight: 800;
}
.sample-page-heading h1 span {
  color: #fdc600;
}
@media (max-width: 768px) {
  .sample-page-heading h1 {
    font-size: 41px;
    top: 130px;
  }
}
@media (max-width: 480px) {
  .sample-page-heading h1 {
    font-size: 36px;
  }
}
.sample-page {
  position: relative;
  line-height: 25px;
  padding: 30px 0;
}
.sample-page h3 {
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .sample-page h3 {
    font-size: 26px;
  }
}
.sample-page p {
  font-size: 15px;
  margin-bottom: 30px;
}
.sample-page .post-image {
  position: relative;
  width: 100%;
  height: 430px;
  margin: 50px 0;
  border-radius: 3px;
}
.sample-page .post-image img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
@media (max-width: 480px) {
  .sample-page .post-image {
    height: 300px;
  }
}
/* blog list begin */
/* --------------------------------------- */
.blog-list-heading {
  background: url(../img/content/blog-list-heading-bg.jpg) top center no-repeat;
}
.blog-list {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #c4c4c4;
}
.blog-list .date-month {
  width: 70px;
  height: 90px;
  font-family: 'Raleway', sans-serif;
}
.blog-list .date-month a:hover {
  color: inherit;
}
.blog-list .date {
  position: relative;
  z-index: 30;
  display: block;
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-weight: 800;
  font-size: 29px;
  border-radius: 3px;
  background: #fdc600;
}
.blog-list .month {
  position: relative;
  top: -3px;
  z-index: 20;
  padding-top: 2px;
  text-align: center;
  display: block;
  background: #333333;
  color: #fff;
  height: 28px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
}
.blog-list h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.blog-list h2 a:hover {
  color: #4d4d4d;
}
@media (max-width: 768px) {
  .blog-list h2 {
    padding-bottom: 10px;
    font-size: 20px;
  }
}
.blog-list .user {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.blog-list .user a {
  color: #919191;
  font-size: 13px;
  padding-right: 20px;
}
.blog-list .user a:hover {
  text-decoration: none;
  color: #333333;
}
.blog-list .user a .fa {
  padding-right: 5px;
  color: #333333;
}

.blog-list .user .fa {
  padding-right: 5px;
  color: #333333;
}
@media (max-width: 480px) {
  .blog-list .user a {
    display: block;
  }
}
.blog-list .post {
  font-size: 16px;
  line-height: 24px;
}
.blog-list .tag {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 15px;
}
.blog-list .tag .fa {
  padding-right: 5px;
}
.blog-list .tag a {
  color: #919191;
  font-size: 13px;
  padding-right: 5px;
}
.blog-list .tag a:hover {
  text-decoration: underline;
  color: #333333;
}


.tagcloud {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 15px;
}
.tagcloud .fa {
  padding-right: 5px;
}
.tagcloud a {
  color: #919191;
  font-size: 13px;
  padding-right: 5px;
}
.tagcloud a:hover {
  text-decoration: underline;
  color: #333333;
}


.blog-list .post-read-more {
  padding: 10px 15px;
  border: 1px solid #333333;
  font-weight: bold;
  border-radius: 3px;
  font-size: 13px;
}

.blog-list .post-read-more:hover {
  text-decoration: none;
}
.blog-list .post-read-more .fa {
  padding-right: 5px;
  font-size: 15px;
}
.blog-list .post-with-image {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}
.blog-list .post-with-image .date-month {
  position: absolute;
  left: 20px;
  top: -15px;
}

.date-month a:hover {
  text-decoration: none;
}
.blog-list .post-with-image .post-image {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.blog-list .post-with-image .post-image img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.blog-list .post-without-image h2.title,
.blog-list .post-without-image .user {
  position: relative;
  padding-left: 83px !important;
  word-wrap: break-word;
}


.blog-list .post-without-image .user {
  margin-bottom: 40px;
}


.blog-list .post-without-image {
  position: relative;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.blog-list .post-without-image h2 {
  margin: 0;
  padding-top: 25px;
  padding-bottom: 15px;
}
.blog-list .post-without-image .date-month {
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 25px;
}
@media (max-width: 480px) {
  .blog-list .post-without-image .user {
    padding-top: 40px;
  }
}
.blog-list-pagination {
  padding: 50px 0;
}
.bl-list {
  padding-top: 40px;
}
/* blog-post style begin */
/* --------------------------------------- */
.blog-post {
  position: relative;
}
.blog-post p {
  line-height: 24px;
  font-size: 15px;
}
.blog-post .post-with-image {
  padding-bottom: 40px;
}
.blog-post .share-this h4 {
  text-transform: uppercase;
  padding-top: 20px;
}
.blog-post .share-this ul li {
  height: 50px;
  width: 50px;
  background-color: #fdc600;
  text-align: center;
  border-radius: 3px;
  margin-right: 7px;
  transition: all .3s ease;
}
.blog-post .share-this ul li:hover {
  background-color: #eeba00;
}
.blog-post .share-this ul li a {
  display: block;
  color: #333333;
  line-height: 50px;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .blog-post .share-this ul li {
    height: 40px;
    width: 40px;
  }
  .blog-post .share-this ul li a {
    line-height: 40px;
  }
}
.back-to-list {
  margin: 50px 0 20px 0;
}
@media (max-width: 992px) {
  .back-to-list {
    margin: 50px 0 70px 0;
  }
}
.back-to-list .back-list {
  padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  font-weight: bold;
  font-size: 13px;
}
.back-to-list .back-list .fa {
  padding-right: 10px;
}
.back-to-list .back-list:hover {
  color: #777777;
}
/* comment-section */
/* --------------------------------------- */
.comments-section {
  position: relative;
}
.comments-section h4 {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
.comments-section .comments {
  margin: 30px 0 40px 0;
  padding: 0;
  list-style: none;
}
.comments-section .comments ul {
  margin: 20px 0 0 20px;
  padding: 0;
  list-style: none;
}
.comments-section .comments li {
  margin-bottom: 20px;
}
.comments-section .comments .comment {
  position: relative;
  display: block;
  padding-left: 100px;
  min-height: 80px;
}
.comments-section .comments .comment .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 3px;
}
.comments-section .comments .comment .meta {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1em;
  color: #c4c4c4;
  text-transform: uppercase;
}
.comments-section .comments .comment .meta a {
  color: inherit;
}
.comments-section .comments .comment .meta a:hover {
  text-decoration: underline;
}
.comments-section .comment-form {
  padding: 30px;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.comments-section .comment-form input {
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  height: 40px;
  font-weight: normal;
  color: #333333;
}
.comments-section .comment-form input:focus,
.comments-section .comment-form input:active {
  border-color: #aaaaaa;
}
.comments-section .comment-form textarea {
  margin: 15px 0;
  padding: 13px;
  width: 100%;
  height: 200px;
  resize: none;
  outline: 0;
  border-radius: 3px;
  border: 1px solid #dddddd;
  font-weight: normal;
}
.comments-section .comment-form textarea:focus,
.comments-section .comment-form textarea.active {
  border-color: #aaaaaa;
  box-shadow: none;
}
.comments-section .comment-form .btn {
  padding: 8px 15px;
  font-weight: bold;
}
.comments-section .comment-form .btn .fa {
  padding-right: 4px;
}
/* Compnay profile style begin */
/* --------------------------------------- */
.header-search.company-profile-height {
  height: 570px;
}
@media (max-width: 768px) {
  .header-search.company-profile-height {
    height: 390px;
  }
}
.company-heading-view {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
}
.company-heading-view .button-content {
  position: relative;
  top: 450px;
  float: right;
  z-index: 200;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}
@media (max-width: 768px) {
  .company-heading-view .button-content {
    top: 330px;
    padding: 10px;
  }
}
.company-heading-view .button-content button {
  position: relative;
  height: 40px;
  width: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  margin-left: 10px;
  color: #aaaaaa;
  transition: all .3s ease;
}
.company-heading-view .button-content button span {
  display: none;
  position: absolute;
  top: -62px;
  left: -10px;
  color: #ddd;
  padding: 0 12px;
  background: #333333;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  transition: all .3s ease;
}
.company-heading-view .button-content button span:after {
  content: "";
  position: absolute;
  left: 40%;
  bottom: -6px;
  height: 0;
  width: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #333333;
}
.company-heading-view .button-content button:hover span {
  display: block;
}
.company-heading-view .button-content button:first-child {
  margin-left: 0;
}
.company-heading-view .button-content button.active,
.company-heading-view .button-content button:hover {
  background: #fdc600;
  color: #333333;
}
@media (max-width: 768px) {
  .company-heading-view .button-content button {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .company-heading-view .button-content button span {
    top: -45px;
  }
}
.company-heading-view .company-slider-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 300%;
  transition: all .3s ease;
}
.company-heading-view .company-slider-content .general-view {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 33.33%;
  background: url(../img/content/company-heading-bg.jpg) top center no-repeat;
  background-size: cover;
}
.company-heading-view .company-slider-content .general-view > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.company-heading-view .company-slider-content .general-view .logo-image {
  position: relative;
  top: 120px;
  width: 270px;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  text-align: center;
  padding: 45px;
}
@media (max-width: 768px) {
  .company-heading-view .company-slider-content .general-view .logo-image {
    top: 80px;
    height: auto;
    width: 190px;
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .company-heading-view .company-slider-content .general-view .logo-image {
    top: 80px;
    height: auto;
    width: 140px;
    padding: 15px;
  }
}
.company-heading-view .company-slider-content .general-view .logo-image img {
  height: auto;
  width: 100%;
  border-radius: 3px;
}


.company-heading-view .company-slider-content .general-view h1 {
  position: relative;
  top: 140px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
}
@media (max-width: 768px) {
  .company-heading-view .company-slider-content .general-view h1 {
    top: 80px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .company-heading-view .company-slider-content .general-view h1 {
    top: 80px;
    font-size: 18px;
  }
}
.company-heading-view .company-slider-content .company-map-view {
  position: absolute;
  top: 0;
  left: 33.33%;
  height: 100%;
  width: 33.33%;
}
.company-heading-view .company-slider-content .company-map-view #company_map_canvas {
  height: 100%;
  width: 100%;
}
.company-heading-view .company-slider-content .company-map-view #company_map_canvas .gmnoprint {
  _display: none;
}
.company-heading-view .company-slider-content .company-map-street {
  position: absolute;
  top: 0;
  left: 66.66%;
  height: 100%;
  width: 33.33%;
}
.company-heading-view .company-slider-content .company-map-street #company_map_canvas_street {
  height: 100%;
  width: 100%;
}
.company-heading-view .company-slider-content .company-map-street #company_map_canvas_street .gm-style img {
  max-width: none;
}
.company-heading-view .company-slider-content .company-map-street #company_map_canvas_street .gm-style img label {
  display: inline;
  width: auto;
}
.company-profile {
  padding-top: 30px;
  padding: 30px 20px;
}
.company-profile h2 {
  text-transform: uppercase;
  margin: 0;
}
.company-profile h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
.company-profile h4 span {
  color: #d0d0d0;
}
.company-profile h5 {
  margin: 0;
  padding-top: 5px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
.company-profile h5 a {
  color: #d0d0d0;
}
.company-profile .social-link {
  margin-top: -40px;
}
.company-profile .social-link ul li {
  height: 40px;
  width: 40px;
  background-color: #fdc600;
  text-align: center;
  border-radius: 3px;
  margin-right: 7px;
  transition: all .3s ease;
}
.company-profile .social-link ul li:hover {
  background-color: #eeba00;
}
.company-profile .social-link ul li a {
  display: block;
  color: #333333;
  line-height: 40px;
  font-size: 20px;
}
@media (max-width: 600px) {
  .company-profile .social-link {
    display: none;
  }
}
.company-profile .company-text {
  padding-top: 40px;
  padding-bottom: 10px;
}
.company-profile .company-text p {
  font-size: 15px;
  line-height: 25px;
}
.company-profile .company-service {
  padding-bottom: 10px;
}
.company-profile .company-service li a {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #c4c4c4;
  color: #d0d0d0;
  font-weight: 600;
  text-transform: capitalize;
}
.company-profile .company-service li a:hover {
  color: #aaaaaa;
  text-decoration: none;
}

.company-profile .company-ratings {
  position: relative;
}
.company-profile .company-ratings .all-rating {
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
}
.company-profile .company-ratings .all-rating .company-rating-box {
  border-radius: 0;
  border-right: 0;
  float: left;
}
.company-profile .company-ratings .all-rating .company-rating-box:last-child {
  border-right: 1px solid #c4c4c4;
  border-radius: 0 3px 3px 0;
}
.company-profile .company-ratings .all-rating .company-rating-box:first-child {
  border-radius: 3px 0 0 3px;
}
@media (max-width: 1200px) {
  .company-profile .company-ratings .all-rating .company-rating-box {
    border-radius: 3px;
    border-right: 1px solid #c4c4c4;
    margin: 5px;
  }
}
.company-profile .company-ratings .company-rating-box {
  position: relative;
  margin: 0;
  padding: 20px 32px;
  width: 155px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
}
.company-profile .company-ratings .company-rating-box ul {
  margin-bottom: 10px;
}
.company-profile .company-ratings .company-rating-box ul li {
  padding: 0;
}
.company-profile .company-ratings .company-rating-box ul li a {
  font-size: 18px;
}
.company-profile .company-ratings .company-rating-box h6 {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 14px;
}
@media (max-width: 480px) {
  .company-profile .company-ratings .company-rating-box {
    width: 160px;
  }
  .company-profile .company-ratings .company-rating-box ul li a {
    font-size: 14px;
  }
}
.company-profile .company-ratings .rating-with-details {
  position: relative;
  padding: 5px 0;
}
.company-profile .company-ratings .rating-with-details .single-content {
  position: relative;
  padding: 12px 0;
  padding-left: 180px;
}
@media (max-width: 480px) {
  .company-profile .company-ratings .rating-with-details .single-content {
    padding-left: 135px;
  }
}
.company-profile .company-ratings .rating-with-details .single-content .company-rating-box {
  position: absolute;
  top: 10px;
  left: 0;
}
.company-profile .company-ratings .rating-with-details .single-content .meta {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: bold;
  color: #d0d0d0;
  text-transform: uppercase;
  font-size: 15px;
}
.company-profile .company-ratings .rating-with-details .single-content .meta a {
  color: inherit;
  font-family: 'Raleway', sans-serif;
}
.company-profile .company-ratings .rating-with-details .single-content p {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
}
.company-profile .comments-section {
  /*padding: 20px 0 40px 0;*/ /* santosh start*/
   padding: 30px; 
border: 1px solid rgb(221, 221, 221);
border-radius: 3px 3px 3px 3px;
background: none repeat scroll 0% 0% rgb(248, 248, 248);/* santosh End*/
}
.company-blog .post-image {
  padding-bottom: 15px;
}
/* company-events style begin */
/* --------------------------------------- */
.company-events {
  position: relative;
  width: 100%;
  height: auto;
}
.company-events .date-month {
  width: 70px;
  height: 90px;
  font-family: 'Raleway', sans-serif;
}
.company-events .date-month a:hover {
  color: inherit;
}
.company-events .date {
  position: relative;
  z-index: 30;
  display: block;
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-weight: 800;
  font-size: 29px;
  border-radius: 3px;
  background: #fdc600;
}
.company-events .month {
  position: relative;
  top: -3px;
  z-index: 20;
  padding-top: 2px;
  text-align: center;
  display: block;
  background: #333333;
  color: #fff;
  height: 28px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
}
.company-events h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.company-events h2 a:hover {
  color: #4d4d4d;
}
@media (max-width: 768px) {
  .company-events h2 {
    padding-top: 20px;
    font-size: 20px;
  }
}
.company-events .event-place {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.company-events .event-place a {
  color: #919191;
  font-size: 13px;
  padding-right: 20px;
}
.company-events .event-place a:hover {
  text-decoration: underline;
  color: #333333;
}
.company-events .event-place a .fa {
  padding-right: 5px;
  color: #333333;
}
@media (max-width: 480px) {
  .company-events .event-place a {
    display: block;
  }
}
.company-events .post {
  font-size: 16px;
  line-height: 24px;
}
.company-events .tag {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 15px;
}
.company-events .tag .fa {
  padding-right: 5px;
}
.company-events .tag a {
  color: #919191;
  font-size: 13px;
  padding-right: 5px;
}
.company-events .tag a:hover {
  text-decoration: underline;
  color: #333333;
}
.company-events .post-read-more {
  padding: 10px 15px;
  border: 1px solid #333333;
  font-weight: bold;
  border-radius: 3px;
  font-size: 13px;
}
.company-events .post-read-more .fa {
  padding-right: 5px;
  font-size: 15px;
}
.company-events .post-with-image {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 80px;
  padding-left: 300px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .company-events .post-with-image {
    padding-left: 0;
  }
}
.company-events .post-with-image .date-month {
  position: absolute;
  left: 20px;
  top: -15px;
}
.company-events .post-with-image .post-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 270px;
  border-radius: 3px;
}
.company-events .post-with-image .post-image img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .company-events .post-with-image .post-image {
    position: relative;
    width: 95%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .company-events .post-with-image .post-image {
    height: auto;
    width: 92%;
  }
}
/* company-contact style begin */
/* --------------------------------------- */
.company-contact {
  position: relative;
}
.company-contact .map-section {
  height: 250px;
  border-radius: 3px;
}
.company-contact .map-section #map_canvas-2 {
  width: 100%;
  height: 100%;
}
.company-contact .map-section #map_canvas-2 .gm-style img {
  max-width: none;
}
.company-contact .map-section #map_canvas-2 .gm-style img label {
  display: inline;
  width: auto;
}
.company-contact .map-section #map_canvas-2 .gmnoprint {
  display: none;
}
.company-contact h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  margin: 30px 0;
}
.company-contact h5 {
  text-transform: capitalize;
  font-size: 16px;
  padding-bottom: 30px;
}
.company-contact .address-details {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  min-height: 50px;
}
.company-contact .address-details .fa {
 position: absolute;
 left: 0;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  background: #fdc600;
  line-height: 40px;
  text-align: center;
}
.company-contact .address-details p {
  position: relative;
  padding-left: 55px;
  margin: 0;
  font-size: 15px;
  color: #777777;
}
.company-contact .address-details p span {
  display: block;
}
.company-contact .address-details p strong {
  color: #333333;
}
.company-contact .comment-form {
  margin-bottom: 40px;
  padding: 30px;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.company-contact .comment-form input {
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  height: 40px;
  font-weight: 700;
  color: #333333;
}
.company-contact .comment-form input:focus,
.company-contact .comment-form input:active {
  border-color: #333333;
}
.company-contact .comment-form textarea {
  margin: 15px 0;
  padding: 13px;
  width: 100%;
  height: 200px;
  resize: none;
  outline: 0;
  border-radius: 3px;
  border: 1px solid #dddddd;
  font-weight: bold;
}
.company-contact .comment-form textarea:focus,
.company-contact .comment-form textarea.active {
  border-color: #333333;
  box-shadow: none;
}
.company-contact .comment-form .btn {
  padding: 8px 15px;
  font-weight: bold;
}
.company-contact .comment-form .btn .fa {
  padding-right: 4px;
}
/* FOOTER */
/* --------------------------------------- */
#footer {
  position: relative;
}
#footer .main-footer {
  position: relative;
  padding: 20px 0 0px;
  background-color: #333333;
}
#footer .main-footer h3 {
  margin-top: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
}
#footer .main-footer p {
  color: #818181;
  padding-top: 20px;
  font-size: 15px;
}
#footer .main-footer a {
  color: #e4b200;
}
#footer .main-footer a:hover {
  color: #fdc600;
}
#footer .main-footer .about-globo {
  position: relative;
}
.footer-logo {
 position: relative;
 /* background: url(../img/content/footer_logo_bg.jpg) top center no-repeat; */
 background-size: cover;
 height: 125px;
 text-align: center;
 border-radius: 6px;
 overflow: hidden;
 background: #E4B200;
}
.footer-logo a {
  position: relative;
  top: 34px;
  z-index: 30;
}
#footer .main-footer .about-globo .footer-logo span {
  position: absolute;
  left: 0;
  width: 100%;
  height: inherit;
  background: rgba(253, 198, 0, 0.75);
}
@media (max-width: 992px) {
  #footer .main-footer .about-globo .footer-logo {
    width: 280px;
  }
}
#footer .main-footer .about-globo p {
  margin-bottom: 0;
}
#footer .main-footer .latest-post {
  position: relative;
  padding-bottom: 20px;
  min-height: 110px;
}
#footer .main-footer .latest-post .post-image {
  position: absolute;
  left: 0;
  margin-right: 15px;
}
#footer .main-footer .latest-post .post-image img {
  width: 70px;
  height: 70px;
  border-radius: 6px;
}
#footer .main-footer .latest-post .post-image p {
  margin-top: -5px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 5px 0 7px;
  font-weight: 700;
  background-color: #1a1a1a;
  font-family: 'Raleway', sans-serif;
  border-radius: 3px;
}
#footer .main-footer .latest-post .post-image p span {
  color: #e4b200;
  padding-right: 5px;
  padding-left: 5px;
}
#footer .main-footer .latest-post h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  padding-left: 80px
}
#footer .main-footer .latest-post p {
  margin: 0;
  padding-top: 10px;
  padding-left: 80px
}
#footer .main-footer .popular-categories {
  text-transform: uppercase;
}
#footer .main-footer .popular-categories ul {
  padding: 0;
  margin: 0;
}
#footer .main-footer .popular-categories ul li {
  display: block;
  font-size: 14px;
  padding: 13px 0;
  border-top: 1px solid #424242;
}

#footer .main-footer .popular-categories ul li a:hover {
  text-decoration: none;
}
#footer .main-footer .popular-categories ul li:last-child {
  border-bottom: 1px solid #4d4d4d;
}
#footer .main-footer .popular-categories ul li .fa {
  color: #fff;
  padding-right: 10px;
}



.post-sidebar .widget  {
  text-transform: uppercase;
}
.post-sidebar .widget  ul {
  padding: 0px;
  margin: 0;
  margin-bottom: 10px;
}
.post-sidebar .widget  ul li.cat-item {
  display: block;
  font-size: 14px;
  padding: 13px 0px 5px;
  border-top: 1px solid #424242;
}

.post-sidebar .widget  ul li.cat-item a:hover {
  text-decoration: none;
}
.post-sidebar .widget  ul li.cat-item:last-child {
  border-bottom: 1px solid #4d4d4d;
}
.post-sidebar .widget  ul li.cat-item .fa {
  color: #fff;
  padding-right: 10px;
}






#footer .main-footer .newsletter {
  position: relative;
  text-align:right;
}

#footer .main-footer .newsletter .list-inline {
  margin-left: 0 !important;
}
.newsletter input {
  height: 40px;
  background-color: #1a1a1a;
  padding-right: 40px;
  margin-bottom: 20px;

  color: #fff;
}
.newsletter button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 29px;
  height: 29px;
  background-color: #e4b200;
}
.newsletter button:hover {
  background-color: #fdc600;
}

.newsletter ul {
  padding-left: 10px;
}
.newsletter ul li {
  height: 50px;
  width: 50px;
  background-color: #fdc600;
  text-align: center;
  border-radius: 3px;
  margin-right: 7px;
}
.newsletter ul li:hover {
  background-color: #ffd231;
}
.newsletter ul li a {
  display: block;
  color: #333333;
  line-height: 50px;
  font-size: 20px;
}

.newsletter ul li a:hover {
  color: #333333 !important;
}
@media (max-width: 1200px) {
  .newsletter ul li {
    height: 40px;
    width: 40px;
  }
  .newsletter ul li a {
    line-height: 40px;
  }
}
#footer .copyright {
  position: relative;
  padding: 30px 0;
  background-color: #1a1a1a;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #818181;
  text-transform: uppercase;
}
#footer .copyright a {
  color: #818181;
}
#footer .copyright p {
  margin: 0;
  float: left;
}
#footer .copyright p a {
  color: #e4b200;
}
#footer .copyright ul {
  float: right;
  margin: 0;
}
#footer .copyright ul li a {
  padding-left: 10px;
}
#footer .copyright ul li a:hover {
  color: #fdc600;
}
@media (max-width: 1200px) {
  #footer .copyright ul {
    float: left;
    padding-top: 20px;
  }
}
/* WIDGETS */
/* --------------------------------------- */
/* SHORTCODES */
/* --------------------------------------- */
.shortcodes {
  position: relative;
  padding-bottom: 50px;
}
.shortcodes .heading {
  text-transform: uppercase;
}
.shortcodes .heading h1,
.shortcodes .heading h2,
.shortcodes .heading h5,
.shortcodes .heading h6 {
  font-family: 'Raleway', sans-serif;
}
.shortcodes .heading h1 {
  font-size: 46px;
}
.shortcodes .heading h2 {
  font-size: 40px;
}
.shortcodes .heading h3 {
  font-size: 34px;
}
.shortcodes .heading h4 {
  font-size: 28px;
}
.shortcodes .heading h5 {
  font-size: 24px;
}
.shortcodes .heading h6 {
  font-size: 17px;
}
.shortcodes > h3 {
  text-transform: uppercase;
  font-weight: 800;
}

.shortcodes p {
  font-size: 15px;
  line-height: 25px;
}
.shortcodes table {
  width: 100%;
  margin: 30px 0;
  text-align: left;
}
.shortcodes table > thead {
  text-align: left;
}
.shortcodes table > thead > tr > th {
  padding: 15px 15px;
}
.shortcodes table tbody > tr {
  border-bottom: 1px solid #dddddd;
}
.shortcodes table tbody > tr > td {
  padding: 15px 15px;
}
.shortcodes .table-hover {
  margin-bottom: 80px;
}
.shortcodes .table-hover > thead {
  background: #fdc600;
}
.shortcodes .table-hover > thead > tr > th:first-child {
  border-radius: 3px 0 0 3px;
}
.shortcodes .table-hover > thead > tr > th:last-child {
  border-radius: 0 3px 3px 0;
}
.shortcodes .table-bordered {
  margin-bottom: 50px;
}
.shortcodes .table-bordered > thead {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.shortcodes .table-bordered > thead > tr > th {
  border-left: 1px solid #dddddd;
}
.shortcodes .table-bordered > thead > tr > th:last-child {
  border-right: 1px solid #dddddd;
}
.shortcodes .table-bordered tbody > tr > td {
  border-left: 1px solid #dddddd;
}
.shortcodes .table-bordered tbody > tr > td:last-child {
  border-right: 1px solid #dddddd;
}
.shortcodes .nav-tabs {
  margin: 0;
  border-bottom: 3px solid #fdc600;
}
.shortcodes .nav-tabs > li {
  padding: 0;
}
.shortcodes .nav-tabs > li a {
  border: 1px solid #eeeeee;
  padding: 8px 30px;
  text-align: center;
  display: block;
  border-radius: 3px 3px 0 0;
  border-bottom-color: transparent;
}
.shortcodes .nav-tabs > li a:hover {
  color: inherit;
}
.shortcodes .nav-tabs > li.active > a {
  background: #fdc600;
  border: 1px solid #fdc600;
}
.shortcodes .tab-content {
  margin: 0;
  padding: 30px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}
.shortcodes .tab-content strong {
  display: block;
}
.shortcodes .tab-pad {
  padding-top: 10px;
}
.shortcodes .tab-pad ul {
  padding: 0;
}
.shortcodes .vertical-tab.nav-tabs {
  border: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 140px;
}
.shortcodes .vertical-tab.nav-tabs > li {
  padding-bottom: 3px;
  width: 140px;
}
.shortcodes .vertical-tab.nav-tabs > li a {
  border-radius: 3px 0 0 3px;
  border-right: 0;
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0 !important;
}
.shortcodes .vertical.tab-content {
  margin-left: 138px;
  border-left: 3px solid #fdc600;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}




/* newly added */


#header .header-nav-bar .primary-nav > li.has-submenu:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 20px;
  right: 4px;
}

#header .header-nav-bar .primary-nav > li ul li.has-submenu:after {

  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 12px;
  right: 10px;
  color: #fff;
}



/* contact form */
.contact-form .wpcf7 p.btn-default input[type="submit"] {
  margin: 0;
  background: none;
  border: 0;
  padding-left: 5px;
  height: auto;
  transition: all .3s ease;
}

.contact-form .wpcf7 p.btn-default input[type="submit"]:hover {
  color: #fdc600;
}




@media (max-width: 992px) {

  #header .header-nav-bar .primary-nav a:hover {
    text-decoration: none;
  }
  #header .header-nav-bar .primary-nav > li.has-submenu:after {
    top: 2px;
    padding:5px 12px;
    right: 0;
  }

  #header .header-nav-bar .primary-nav > li ul li.has-submenu:after {

    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 6px;
    right: 10px;
    color: #fff;
  }


  #header .header-nav-bar .primary-nav > li.has-submenu.active:after {
    content: "\f106";
    color: #fff;
  }

  #header .header-nav-bar .primary-nav > li ul > li > ul.e-sub-menu {
    position: relative;
    top: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    padding: 0;
    margin: 0;
    transform: translateY(0) ;
  }

  #header .header-nav-bar .primary-nav > li ul {
    padding-bottom: 0;
  }


  #header .header-nav-bar .primary-nav > li ul > li > ul.e-sub-menu li a {
    padding-left: 40px;
    background: #595858;
  }

  #header .header-nav-bar .primary-nav > li ul > li > ul.e-sub-menu li a:hover {
    background-color: #fdc600;
  }

  #header .header-nav-bar .primary-nav ul > li:last-child a {
    border-radius: 0;
  }
}

@media (min-width: 992px) {
  #header .header-nav-bar .primary-nav a:hover {
    text-decoration: none;
  }

  #header .header-nav-bar .primary-nav > li:hover ul {
    visibility: visible;
    opacity: 1;
  }

  #header .header-nav-bar .primary-nav > li:hover ul > li {
    position: relative;
  }

  #header .header-nav-bar .primary-nav > li ul > li > ul.e-sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    padding-left: 1px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
  }

  #header .header-nav-bar .primary-nav > li ul > li:hover > ul.e-sub-menu {
    visibility: visible;
    opacity: 1;
  }

  .col-md-9.col-md-push-3 {
    /*min-height: 730px;*/
  }

}


.comments-section form p.form-submit {
  display: none;
}

.e-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}


.e-pagination .prev_post {
  float: left;
}

.e-pagination .next_post {
  float: right;
}











/* Added By Probal  */
/* ====================================== */
.header-language ul li {
    transition: all .35s;
}
ul.wpml_flag li:hover{
  background-color: #fdc600 !important;
}
.wpml_name{
  margin-right: 0px !important;
  margin-left: -8px;
}






/**
 *  by tareq
 */



.callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}


.callout-info {
    border-color: #bce8f1;
    background-color: #f4f8fa;
}


.text-center {
    text-align: center
}


.callout-danger {
  border-color: #eed3d7;
  background-color: #fdf7f7;
}



/*create page */



  .createapp .first-panel{
      background: #FAFAFA;
      padding: 35px;
      border-bottom: 2px solid #FDC600;
  }

  .mb20 {margin-bottom: 20px;}

  .mt30 {margin-top: 30px;}

  .createapp .drag{
      cursor: move;
  }
  .createapp .config{
      padding:15px;
      background: #FAFAFA;
  }
  .createapp .single-item{
      margin-top:10px;
  }

  .createapp .second-panel{
      background: #FFFFFF;
      padding: 35px;
      border-bottom: 2px solid #FDC600;
  }
  .createapp .testi-config{
      padding:20px;
      background: #ffffff;
  }

  .createapp .ui-placeholder{
      background: #fafafa;
  }

  .createapp .ui-placeholder-second{
      background: #ffffff;
  }
  .createapp .html-preview{
      background: #fff;
      padding: 10px;
      border-bottom: 2px solid #FDC600;
  }
  .createapp .break{
    margin-top:10px;
    margin-bottom:10px;
    display: block;
  }

  .createapp .removepic{
      margin-left: 50px;
  }



  .rating {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .rating li {
    padding: 1px;
    color: #a9a9a9;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
  }
  .rating li.filled {
    color: #fd0;
  }



.list-inline.rating-count {
  margin-bottom: 5px;
  font-size: 16px;
  color: #fd0;
  padding-left: 15px;
}

.list-inline.rating-count > li {
  padding: 0;
}


.type-post.sticky {
  background-color: #ddd;
  padding: 25px;
  margin-bottom: 25px;
}



.rating-content {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 15px;
}

.rating-content div {
  display: inline-block;
  position: relative;
  width: 100%;
}

.rating-content div p.rating-title {
  margin: 0;
  float: left;
  font-weight: bold;
  color: #666;
}

.rating-content div ul.rating-count {
  float: right;
}



.product-details .single-product div.ng-binding {
  display: none;
}

.product-details .single-product h4,
.product-details .single-product h5,
.company-product .single-product h4,
.company-portfolio .single-product h4,
.featured-listing .single-product h4,
.featured-listing .single-product h5 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.featured-listing .single-product a:hover {
  text-decoration: none;
}

.accordion ul li div span.checkbox {
  position: relative;
  padding-left: 18px;
} 

.accordion ul li div span.checkbox input[type='checkbox'] {
  float: left;
  width: 20px;
}


.accordion ul li div span.checkbox label {
  padding-left: 5px;
}



.single-product.deals-content {
  padding: 0;
  box-shadow: none;
}

.single-product.deals-content figure {
  height: auto;
}

.single-product.deals-content figure figcaption {
  padding: 20px;
  font-size: 13px
}

.single-product.deals-content figure figcaption .read-more a {
  font-size: 14px;
}

.single-product.deals-content figure figcaption .read-more a:hover {
  text-decoration: none;
}

.single-product.deals-content figure figcaption .read-more {
  position: relative;
  top: 10px;
  padding: 10px 0;
}
  /* monster widget fixing area */
#calendar_wrap {
  position: relative;
  width: 100% !important;
}
#wp-calendar {
    width: 100%;
  }

.main-footer #wp-calendar,
.main-footer #wp-calendar caption {
    color: #ddd;
  }



[ng-cloak]
{
    display: block !important;
}

.widget ul li,
.main-footer .widget ul li {
  margin-bottom: 8px;
}

.main-footer .widget ul,
.main-footer ul li {
  color: #ddd;
}

.main-footer .widget ul li,
.main-footer .rss-date,
.main-footer .rssSummary,
.main-footer cite {
  color: #ddd;
}

.textwidget p img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.wp-caption a img,
.wp-caption-text img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  height: auto;
}


img.wp-smiley {
  width: 15px !important;
  height: 15px;
}

.widget select,
.main-footer .widget select,
.textwidget select {
  position: relative;
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
}

.widget select option {
  width: 100%;
  word-break: break-all;
}


.searchform{
  margin: 10px;
}
.entry-attachment img{
  width: 100%;
  height: auto;
}






/*.ta-editor {
    height:290px !important;
    max-height: 300px !important;
}*/
.ta-bind{
    min-height: 300px ;
    height: auto;
}



.ta-editor {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}



/* Include this file in your html if you are using the CSP mode. */

@charset "UTF-8";

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide {
    display: block !important;
}

ng\:form {
    display: block;
}

.ng-animate-block-transitions {
    transition: 0s all!important;
    -webkit-transition: 0s all!important;
}



/*company page overflow hidden*/
#main-wrapper{
  position: relative;
  width: 100%;
  overflow-x: hidden;
}


.blog-list .post img{
  max-width: 100%;
  height: auto;
}

.wp-caption{
  max-width: 100% !important;
  height: auto;
}





/* new map bubble style */


.map-buble {
  position: relative;
  height: auto; 
  width: 400px;
  _top: -23px;
}

.buble-content {
  position: relative;
  
  width: 100%;
  border-bottom: 1px solid #ddd;
  min-height: 101px;
  
}

.buble-content figure {
  position: absolute;
  left: 0; 
  top: 0;
  width: 100px;
  height: 99px;
  margin: 0;
  margin-bottom: 5px;
  border-radius: 1px;
  overflow: hidden;
}

.buble-content figure img {
  width: 100%;
  height: 100%;
}

.buble-content figure .rating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  text-align: center;
}


.buble-content figure .rating p{
  padding: 0 3px;
  margin: 0;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  background: #fdc600;
  color: #333333;
  text-transform: uppercase;
}

.buble-content figure .rating ul {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  padding: 0;

  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.buble-content figure .rating ul li {
  padding: 0 3px;
  color: #fff;

}

.buble-content h4 {
  margin-bottom: 5px;
  padding-left: 110px;
  padding-top: 5px;
}


.buble-address {
  position: relative;
  padding-left: 110px;
}

.buble-address .table {
  margin-bottom: 0 !important;
}


.buble-address li {
  width: 123px;
}

.buble-address li span {
  display: block;
}

.contact-info span{
  display: block;
}

.contact-info {
  width: 150px;
}

.buble-address li strong {
  padding-right: 4px;
}


.openning-details {
  position: relative;
  padding: 10px 0;
}

.openning-details ul {
  margin: 0;
  _text-align: center;
}

.openning-details ul li strong {
  padding-right: 4px;
}

.buble-link-content {
  position: relative;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.buble-link-content ul {
  margin: 0;
  text-align: center;
}

.buble-link-content ul li {
  font-weight: bold;
  
  border-right: 1px solid #ddd;
}

.buble-link-content ul li:last-child {
  border-right: 0;
}

.buble-link-content ul li a {
  display: block;
  padding: 8px 18px;
}

.buble-link-content ul li a:hover {
  text-decoration: none;
}

.buble-link-content ul li a i {
  padding-right: 7px;
}







.post h1,.post h2, .post h3, .post h4, .post h5, .post h6 {
  padding: 0 !important;
  margin: 15px 0 !important;
}







/* SHOP PAGE */
/* --------------------------------------- */

.shop-body .shop-sidebar h2 {

  display: block;
  margin: 0;
  margin-bottom: 20px;
  padding: 17px 20px 15px;
  width: 100%;
  background: #eeeeee;
  border-radius: 3px;
  border-left: 3px solid #fdc600;
  font-size: 18px;
  text-transform: uppercase;
}

.shop-content{
  margin-top: 30px;
}
.woocommerce .single-product,
.shop-content .single-product {
  position: relative;
  height: auto;
  margin-bottom: 15px;
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px #dddddd;
  padding-bottom: 30px;
}
.woocommerce .single-product figure,
.shop-content .single-product figure {
  position: relative;
  margin: 0;
  padding: 1px;
  width: 100%;
  height: 200px;
  border-bottom: 1px solid #dddddd;
}
.woocommerce .single-product figure img,
.shop-content .single-product figure img {
  width: 100%;
  height: 100%;
}
.woocommerce .single-product figure figcaption,
.shop-content .single-product figure figcaption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(253, 198, 0, 0.8);
}
.woocommerce .single-product figure figcaption a,
.shop-content .single-product figure figcaption a {
  position: relative;
  padding: 6px 10px 6px 33px;
  border: 1px solid #333333;
  border-radius: 3px;
  font-weight: bold;
}
.woocommerce .single-product figure figcaption a .fa,
.shop-content .single-product figure figcaption a .fa {
  position: absolute;
  left: 0;
  top: 0;
  height: 29px;
  font-weight: bold;
  border-right: 1px solid #333333;
}
.woocommerce .single-product figure figcaption a:hover,
.shop-content .single-product figure figcaption a:hover {
  background: #333333;
  color: #fdc600;
}
.woocommerce.single-product figure figcaption .bookmark,
.shop-content .single-product figure figcaption .bookmark {
  position: relative;
  top: 70px;
}
.woocommerce .single-product figure figcaption .bookmark .fa,
.shop-content .single-product figure figcaption .bookmark .fa {
  padding: 7px 9px;
}
.woocommerce .single-product figure figcaption .read-more,
.shop-content .single-product figure figcaption .read-more {
  position: relative;
  top: 90px;
}
.woocommerce .single-product figure figcaption .read-more .fa,
.shop-content .single-product figure figcaption .read-more .fa {
  padding: 7px 11px;
}
.woocommerce .single-product:hover figure figcaption,
.shop-content .single-product:hover figure figcaption {
  display: block;
}

.shop-content .shop-content-header .sort-by {
  position: absolute;
  right: 15px;
  width: 150px;
  height: 30px;
  top: 0;
}
.shop-content-header .left-sidebar.sort-by,
.shop-content-header .right-sidebar.sort-by{
  top: 28px;
}
@media (max-width: 768px) {
  .shop-content .sort-by {
    display: none;
  }
}
/* SHOP PAGE SIDEBAR */
/* --------------------------------------- */
.shop-body .shop-sidebar{
  margin-top: 30px;
}
.shop-body .shop-sidebar .top-product{
  margin-bottom: 25px;
}

.shop-body .shop-sidebar .top-product .top-one{
  border-top: 1px solid #efefef;
  padding-top: 10px;
  padding-bottom: 10px;

}
.shop-body .shop-sidebar .top-product .top-one h5,h6{
  margin-bottom:5px !important;
  margin-top:5px !important
}

.shop-body .shop-sidebar .top-product .top-one h6{
  color: #A0C319;
  font-weight: 600;
}
.shop-body .shop-sidebar .top-product .top-one .top-one-info{
  position: relative;
  display: inline-block;
  margin-left: 10px;
}

.shop-body .shop-sidebar .sidebar-rating-box ul {
  margin: 0 !important;
  padding: 0 !important
}

.shop-body .shop-sidebar .sidebar-rating-box ul li {
  margin: 0 !important;
  padding: 0 !important
}

.lst{
  border-bottom: 1px solid #efefef;
}

.shop-body .shop-sidebar .product-categories ul,
.woocommerce .widget.globo_categories .popular-categories ul {
  list-style: none;
  position: relative;
  padding: 0px;
  text-transform: uppercase;
  font-weight: 600;
}

.shop-body .shop-sidebar .product-categories ul li,
.woocommerce .widget.globo_categories .popular-categories ul li {
  padding-bottom: 10px!important;
  border-top: 1px solid #efefef;
  padding-top: 10px !important;
}

.shop-body .shop-sidebar .product-categories span{
  font-size: 12px;
}

.price-range .range-slider{
  padding-right: 8px;
  padding-left: 8px;
}
/* SINGLE PRODUCT 
/* --------------------------------------- */


.product-description ul{
  margin: 5px 0 5px 2px;
}
.product-description h5{
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 28px;
  font-family: raleway, Arial, sans-serif;
  color: #accb32;
  font-weight: 800;
}
.shop-content .quantity {
  position: relative;
  width: 160px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.shop-content .quantity .plus,
.shop-content .quantity .minus {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  vertical-align: text-top;
  width: 20px;
  height: 15px;
  overflow: visible;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  line-height: 13px;
  font-size: 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #5e5e5e;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  border: 1px solid #c8bfc6;
}
.shop-content .quantity .minus {
  top: 48%;
  right: 0;
}
.shop-content .quantity .plus {
  right: 0;
  top: 0;
}
.shop-content .quantity input.qty {
  width: 100px;
  height: 35px;
  border: 1px solid #c8bfc6;
  text-align: center;
}
.quantity-box{
  position: relative;
  top: 20px;
  width: 100px;
  float: left;
}

.uou-custom-select{
  border: 1px solid #efefef;
  border-radius: 3px;
}

.select-clone{
  display: none;
  padding-left: 10px;
}

.uou-custom-select .fa {
  position: absolute;
  top: 13px;
  right: 10px;
  display: block;
  font-size: 10px;
  color: #b7b7b7;
  cursor: pointer;
}

.cart-button{
  position: relative;
  left: 10px;
  top: 20px;
  display: inline-block;
  
}
.cart-button a{
  font-weight: 600;
}
.product-tab{
  margin-top: 50px;
}

.shop-content h1{

  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
}
.shop-content h3{
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
}


.product .single-product{
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px #dddddd;
  margin-top: 40px;
  margin-bottom: 40px;
}
.product .single-product img {
  width: 100%;
}
.product .single-product .single-product-content h5 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.product .single-product .single-product-content ul{
  margin-bottom: 5px;
}
.product .single-product .single-product-content li{
  padding: 0 !important;
  display: inline-block;
}
.product .single-product .single-product-content p,
.product .single-product .single-product-content ins {
  font-weight: 800;
  position: relative;
  top: 30px;
  left: 35px;
}
.product .single-product .single-product-content del{
  font-size: 12px;
  color: #A2A2A2;
  left: -8px;
  font-weight: 800;
  position: relative;
}
.product .single-product .single-product-content a{
  margin-bottom: 20px;
  font-weight: 800;
}

.product-tab .tab-content {
  margin-left: 10px;
  padding: 30px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  margin-top: -20px;
}
.product-tab .nav-tabs {
  margin-left: 0;
  margin-bottom: 0;
  border-bottom: 3px solid #fdc600;
}
.product-tab .nav-tabs > li.active > a {
  background: #fdc600;
  border: 1px solid #fdc600;
}

.product-tab .tab-content {
  margin-left: 0;
  padding: 30px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  margin-top: 0;
}
.product-tab .product-ratings {
  position: relative;
}
.product-tab .product-ratings .all-rating {
  position: relative;
  width: 102%;
  margin: 0 0 10px 0;
}
.product-tab .product-ratings .all-rating .product-rating-box {
  border-radius: 0;
  border-right: 0;
  float: left;
}
.product-tab .nav-tabs > li.active > a,
.product-tab .nav-tabs > li.focus > a {
  background: #fdc600;
  border: 1px solid #fdc600;
  color: #333333 !important;
}
.product-tab .nav-tabs {
  margin: 0;
  border-bottom: 3px solid #fdc600;
}
.product-tab .tab-content strong {
  display: block;
}
.product-tab .tab-content {
  margin: 0;
  padding: 30px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}
.product-tab .nav-tabs > li a {
  border: 1px solid #eeeeee;
  padding: 8px 30px;
  text-align: center;
  margin-left: -5px;
  margin-right: 0;
  display: block;
  border-radius: 3px 3px 0 0;
  border-bottom-color: transparent;
}
.product-tab .nav-tabs > li a:hover {
  color: #333333 !important;
  background-color: #fdc600;
}
.product-tab .nav-tabs > li a:active{
  color: #333 !important;
}
.similar-products{
  position: relative;
  margin-left: 0;
}
.shop-page-pagination{
  position: relative;
  top: 35px;
  left: 38%;
  margin-bottom: 10%;
}

.shop-page-pagination .pagination li{
  margin-right: 3px;
}

/* SHOP PAGE MEDIA QUERIES */
/* --------------------------------------- */

@media(max-width: 992px){
  .shop-content .col-sm-4{
    width: 49.333333%;
  }
  .similar-products .col-sm-4{
    width: 49.333333%;
  }
}
@media (max-width: 992px){
.shop-content .col-sm-3 {
  width: 33%;
  }
  .shop-content.col-sm-9 {
    width: 100%;
  }
}
@media (max-width: 768px){
.shop-content .col-sm-3{
  width: 50%;
  }
}
@media (max-width: 480px){
.shop-content .col-xs-6 {
  width: 100%;
  }
 .shop-page-pagination{
    position: relative;
    left: 27%;
    top: 33px;
  }
}

/* Admin Dashboard */
/* --------------------------------------- */

.header-top-bar .header-view-page {
  position: relative;
  float: left;
  display: inline-block;
}
.header-top-bar .header-my-account { 
  position: relative;
  float: right;
  display: inline-block;
}
.dashboard-header .dashboard-heading,
.settings-dashboard .dashboard-heading {
  display: inline-block;
}
.tab-content .masthead-heading {
  position: relative;
  top: -185px;
  left: -34%;
  margin: 0;
}
.tab-content .masthead-heading h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: raleway, Arial, sans-serif;
  font-weight: 800;
  font-size: 36px;
  display: inline-block;
  margin: 0;
}
.tab-content .admin-dashboard,
.tab-content .settings-dashboard {
  position: relative;
  top: -15px;
}
.dashboard-header .dashboard-heading h1,
.dashboard-header .dashboard-heading h2,
.settings-dashboard .dashboard-heading h1,
.settings-dashboard .dashboard-heading h2 {
  text-transform: uppercase;
  font-family: raleway, Arial, sans-serif;
  font-weight: 800;
  margin-top: 0;
}
.dashboard-header .dashboard-heading span,
.settings-dashboard .dashboard-heading span {
  font-family: raleway, sans-serif, Arial;
  color: #BCBCBC;
  font-weight: 800;
}
.admin-dashboard table,
.settings-dashboard table {
  width: 100%;
  margin-bottom: 25px;
  text-align: left;
}
.admin-dashboard .table-bordered {
  height: 328px;
  margin-bottom: 50px;
  margin-top: 0;
}
.admin-dashboard table > thead,
.settings-dashboard table > thead {
  text-align: left;
}
.admin-dashboard table tbody > tr,
.settings-dashboard table tbody > tr {
  border-bottom: 1px solid #dddddd;
}
.admin-dashboard table tbody > tr > td,
.settings-dashboard table tbody > tr > td {
  padding: 15px 15px;
}
.admin-dashboard .table-bordered tbody > tr > td button {
  position: relative;
  left: 2px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}
.admin-dashboard .table-bordered tbody > tr > td button.btn-preview {
  padding: 5px 15px;
}
.admin-dashboard .table-bordered tbody > tr > td button.btn-edit {
  padding: 5px 27px;
}
.admin-dashboard .table-bordered tbody > tr > td button.btn-delete{ 
  position: relative;
  top: 8px;
  padding: 5px 20px;
  background: #D9534F;
  color: #fff;
}
.admin-dashboard table > thead > tr > th,
.settings-dashboard table > thead > tr > th {
  position: relative;
  left: 6px;
  padding: 15px 15px;
  text-transform: uppercase;
}
.admin-dashboard .table-bordered > thead,
.settings-dashboard .table-bordered > thead {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #F9F9F9;
}
.admin-dashboard .table-bordered > thead > tr > th:last-child,
.settings-dashboard .table-bordered > thead > tr > th:last-child {
  border-right: 1px solid #dddddd;
  position: relative;
  left: 20px;
}
.admin-dashboard .table-bordered tbody > tr > td img {
  position: relative;
  left: -9px;
  border: 5px solid #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 2px #c3c3c3;
}
.admin-dashboard .table-bordered tbody > tr > td {
  border-left: 1px solid #dddddd;
  position: relative;
  left: 9px;
}

.admin-dashboard .table-bordered tbody > tr > td:last-child,
.settings-dashboard .table-bordered tbody > tr > td:last-child {
  border-right: 1px solid #dddddd;
}

/* ADMIN PAGES MEDIA QUERIES */
/* --------------------------------------- */

@media (max-width: 1199px){
}
@media (max-width: 992px){
  .tab-content .masthead-heading{
    left: 0;
  }
}
@media (max-width: 768px){

}
@media (max-width: 480px){
 .dashboard-pagination-up{
  display: none;
 }
 .dashboard-pagination-down{
  position: relative;
  left: -50px;
 }
#header .header-top-bar .header-logo.header-admin{
  left: -1%;
 }
 .settings-dashboard .table-bordered .btn{
  left: 4px !important;
 }
}


/* Admin Dashboard Settings */
/* --------------------------------------- */
.btn.btn-active {
  color: #fff;
  background: #ADCA34;
}
.btn.btn-active i {
  color: #fff !important;
  font-size: 13px !important;
}
.custom-wd-one {
  width: 15%;
}
.custom-wd-two {
  width: 20%;
}
.custom-wd-three {
  width: 45%;
}
.admin-dashboard .table-bordered {
  margin-bottom: 50px;
  margin-top: 0;
}
.admin-dashboard .table-bordered tbody > tr > td {
  border-left: 1px solid #dddddd;
  position: relative;
  left: 9px;
}
.settings-dashboard .table-bordered tbody > tr > td {
  border-left: 1px solid #dddddd;
  font-weight: 600;
}
.settings-dashboard .table-bordered tbody > tr > td i {
  color: #DCDCDC;
  font-size: 20px;
}
.settings-dashboard .table-bordered tbody > tr > td: first-child i {
  color: #ADCA34;
}
.admin-dashboard table > thead > tr > th,
.settings-dashboard table > thead > tr > th {
  position: relative;
  left: 6px;
  padding: 15px 15px;
  text-transform: uppercase;
}
.admin-dashboard .table-bordered > thead,
.settings-dashboard .table-bordered > thead {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #F9F9F9;
}
.settings-dashboard .table-bordered > thead {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.settings-dashboard .table-bordered .btn {
 font-weight: 800;
 text-transform: none !important;
 position: relative;
 font-size: 12px;
 padding: 10px 15px;
 left: 35px;
}
.settings-dashboard .table-bordered > thead > tr > th:last-child {
  position: relative;
  left: 20px;
}
.settings-dashboard .table-bordered tbody > tr > td i {
  color: #DCDCDC;
  font-size: 20px;
}
.settings-dashboard .table-bordered tbody > tr > td.ch-one i {
  color: #ADCA34;
}
.admin-dashboard .table-bordered > thead > tr > th,
.settings-dashboard .table-bordered > thead > tr > th {
  border-left: 1px solid #dddddd;
}
.personal-data .dta-field,
.personal-data .password-field,
.company-data .company-info {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 25px;
}
.personal-data .dta-field .dta-form  label,
.personal-data .password-field label,
.company-data .company-info .text-field label {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  left: 50px;
}
.personal-data .dta-field .dta-form,
.personal-data .password-field .pwd-form {
  position: relative;
  margin-top: 50px;
}
.old-pwd, .nw-pwd, .rpt-pwd{
  margin-left: 5px;
}
.personal-data .dta-field .dta-form input,
.personal-data .password-field input,
.company-data .company-info .input-field input {
  position: relative;
  border: 1px solid #dddddd;
  height: 38px;
  width: 35%;
  margin-bottom: 20px;
  left: 22%;
}
.nme-frm input{
  margin-left: 72px;
}
.mal-frm input{
  margin-left: 70px;
}
.cnfrm-frm input{
  margin-left: 9px;
}
.password-field .pwd-form .old-pwd input{
  margin-left: 3px;
}
.password-field .pwd-form .rpt-pwd input{
  margin-left: -51px;
  margin-bottom: 60px;
}
.dta-field .dta-form .btn-update,
.password-field .pwd-form .btn-update {
  position: relative;
  left: 16%;
  top: -30px;
}
.dta-field .dta-form .btn-update{
  top: 9px !important;
  margin-bottom: 50px;
}
.dta-field .dta-form .btn-update a,
.personal-data .pwd-form .btn-update a{
  font-weight: 600;
  padding: 10px 15px;
  font-size: 12px;
}
.dta-field .dta-form input[placeholder],
.personal-data .password-field input[placeholder],
.company-data .company-info input[placeholder]{
  font-size: 12px;
  font-weight: 800;
}


/* New Header v1 */
/* --------------------------------------- */

#header .header-nav-bar.index-two-nav{
  border-top: 3px solid #fdc600;
  border-bottom: none !important;
}

#header .header-nav-bar.index-two-nav .primary-nav{
  left: 68px;
}
#header .header-search.index-two-search .header-search-bar{
  top: 45%;
  width: 92%;
  left: 50px;
  border-radius: 3px;
}
 .header-search.index-two-search .header-search-bar.index-two-search-bar .search-toggle .search-btn{
  margin-top: 30px;
  left: 0;
  position: relative;
  }
@media (max-width: 991px){

  #header .header-search.index-two-search .header-search-bar{
    width: 76% !important;
    left: 12% !important;
  }
  #header .header-nav-bar.index-two-nav{
    border-top: none;
  }
  #header .header-nav-bar.index-two-nav.active button{
    left: 33px;
  }
  #header .header-nav-bar.index-three-nav.active button{
    left: -35px;
  }
  #header .header-search.index-two-search .header-search-bar .keywords, 
  #header .header-search.index-two-search .header-search-bar .select-location, 
  #header .header-search.index-two-search .header-search-bar.category-search{
    width: 31%;
  }
  #header .header-search.index-two-search .header-search-bar .select-country,
  #header .header-search.index-two-search .header-search-bar .region,
  #header .header-search.index-two-search .header-search-bar .address,
  #header .header-search.index-two-search .header-search-bar .category-search{
    width: 31%;
  }

  .header-search.index-two-search .header-search-bar.index-two-search-bar .search-toggle .search-btn{
    left: 0;
  }
}
@media (max-width: 768px) {

 #header .header-search.index-two-search .header-search-bar .keywords{
  width: 70%;
 }
  #header .header-search.index-two-search .header-search-bar .select-country,
  #header .header-search.index-two-search .header-search-bar .region,
  #header .header-search.index-two-search .header-search-bar .address,
  #header .header-search.index-two-search .header-search-bar .category-search{
    width: 35% !important;
  }
   .header-search.index-two-search .header-search-bar.index-two-search-bar .search-toggle .search-btn{
    left: -23%;
    margin-top: 55px;
  }
  #header .header-search.index-two-search  .search-toggle .distance-range, 
  #header .header-search.index-two-search  .search-toggle .slider-range-search-day{
    width: 75%;
  }
 
}

@media (max-width: 480px){
  #header .header-search.index-two-search .header-search-bar{
    top: 35%;
    left: 13px;
  }
  .header-search.index-two-search .header-search-bar.index-two-search-bar .search-value .keywords{
    width: 82%;
  }
  #header .header-search.index-two-search .header-search-bar.index-two-search-bar .select-country,
  #header .header-search.index-two-search .header-search-bar.index-two-search-bar .region,
  #header .header-search.index-two-search .header-search-bar.index-two-search-bar .address,
  #header .header-search.index-two-search .header-search-bar.index-two-search-bar .category-search{
    width: 100% !important;
  }
  .header-search.index-two-search .header-search-bar.index-two-search-bar .search-toggle .search-btn{
    float: left;
    left: 60px !important;
  }
}


/* New Header v2 */
/* --------------------------------------- */

#header .header-search.index-three-search .header-search-bar{
  left: 18%;
  top: 45%;
  width: 66%;
  border-radius: 3px;
}
#header .header-nav-bar.index-three-nav {
  position: absolute;
  border-top: 3px solid #fdc600;
  border-bottom: none !important;
  background: rgba(0, 0, 0, 0.5);
}
 .header-search.index-three-search .header-search-bar.index-three-search-bar .search-value .select-location,
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-value .category-search {
    left: 47px;
    width: 26.5%;
    position: relative;
  }
.header-search.index-three-search.index-four-search .header-search-bar.index-three-search-bar .category-search,
.header-search.index-three-search.index-five-search .header-search-bar.index-three-search-bar .select-location,
.header-search.index-three-search.index-five-search .header-search-bar.index-three-search-bar .keywords{
   width: 60%;
   margin-right: 10px;
}
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-value .search-btn{
  float: none !important;
  left: 45px;
  position: relative;
}
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .distance-range, 
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .slider-range-search-day{
  width: 63%;
}

.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .select-country, 
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .category-search, 
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .region, 
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .address{
  width: 15%;
}
.header-search .header-search-bar .search-toggle .search-btn{
  margin-top: 90px;
  left: -37%;
  position: relative;
}
#header .home-slide.header-nav-bar.index-two-nav .primary-nav > li:first-child,
#header .home-slide.header-nav-bar.index-three-nav .primary-nav > li:first-child{
  border-radius: 0 !important;
}
#header .header-nav-bar.index-three-nav .primary-nav > li > a{
  color: #ffffff;
}

@media (min-width: 992px){
  #header .header-nav-bar.index-three-nav{
    padding-right: 12.5%;
  }
#header .header-search.index-three-search .header-search-bar{
    width: 58%;
  }

  #header .header-nav-bar.index-three-nav .primary-nav {
    position: relative;
    margin: 0;
    padding: 0;
    left: 70px;
  }
}
@media (max-width: 768px){

.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .distance-range, 
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .slider-range-search-day,
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .select-country, 
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .category-search, 
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .region, 
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .address{
  width: 60% !important;
  }
  .header-search .header-search-bar .search-toggle .search-btn{
  margin-top: 48px;
  left: -35%;
  position: relative;
}
}

@media (max-width: 640px){
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .select-country, 
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .category-search, 
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .region, 
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .address{
  width: 100% !important;
  }
}
@media (max-width: 480px){
  #header .header-search.index-two-search .header-search-bar{
    top: 35%;
    left: 13px;
  }
  .header-search.index-two-search .header-search-bar.index-two-search-bar .search-value .keywords{
    width: 82%;
  }

.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .distance-range, 
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .slider-range-search-day{
  width: 109% !important;
}
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .select-country, 
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .category-search, 
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .region, 
.header-search.index-three-search .header-search-bar.index-three-search-bar .search-toggle .address{
  width: 110% !important;
}
.header-search .header-search-bar .search-toggle .search-btn{
  margin-top: 15px;
  left: -20%;
  position: relative;
}
}


/* New Header v3 */
/* --------------------------------------- */

#header .header-top-bar.index-four-top,
#header .header-top-bar.index-six-top{
  background: #333333;
}

#header .header-top-bar.index-four-top .header-login a,
#header .header-top-bar.index-four-top .header-register a,
#header .header-top-bar.index-four-top .header-logo a {
  color: #ffffff;
}

#header .header-search.index-three-search.index-four-search .header-search-bar{
  width: 63%;
  }

/* New Header v4, v5 */
/* --------------------------------------- */

#header .header-top-bar.index-five-top .header-logo,
#header .header-top-bar.index-six-top .header-logo{
  text-align: left;
  display: inline-block;
}
#header .header-top-bar.index-five-top .header-logo h2,
#header .header-top-bar.index-six-top .header-logo h2{
  display: inline-block;
}
#header .header-top-bar.index-five-top .header-social, 
#header .header-top-bar.index-five-top .header-language,
#header .header-top-bar.index-six-top .header-social,
#header .header-top-bar.index-six-top .header-language {
  right: 53%;
}
#header .header-top-bar.index-six-top .header-login a,
#header .header-top-bar.index-six-top .header-register a,
#header .header-top-bar.index-six-top .header-logo a {
  color: #ffffff;
}
#header .header-top-bar.index-five-top .top-header-search{
  position: absolute;
  left: 39%;
}
#header .header-top-bar.index-five-top .top-header-search a{
  left: -14%;
  position: relative;
  background: #fdc600;
  padding: 7px 10px;
  border-radius: 3px;
  top: 10px;
}
#header .header-top-bar.index-five-top.index-six-top .top-header-search a{
  padding: 5px 9px;
  top: 9px;
}
#header .header-top-bar.index-five-top .top-header-search a:hover{
  background: #333333;
}
#header .header-top-bar.index-five-top .top-header-search input{
  position: relative;
  width: 150%;
  top: -15px;
  border: 1px solid #d5d5d5;
}
#header .header-top-bar.index-five-top.index-six-top .top-header-search input{
  background-color: #060606;
  border: none !important;
}

#header .header-top-bar.index-five-top .header-login.active div, 
#header .header-top-bar.index-five-top .header-register.active div{
    left: -80px;
}

@media (max-width: 1199px){
  #header .header-top-bar.index-five-top .header-social, 
  #header .header-top-bar.index-six-top .header-social, 
  #header .header-top-bar.index-five-top .header-language,
  #header .header-top-bar.index-six-top .header-language{
  right: 45%;
  }
}
@media (max-width: 992px){
  #header .header-top-bar.index-five-top .header-login,
  #header .header-top-bar.index-six-top .header-login,
  #header .header-top-bar.index-five-top .header-register,
  #header .header-top-bar.index-six-top .header-register{
    left: -78px;
    margin-top: 10px;
  }
}
@media (max-width: 768px){
  #header .header-top-bar.index-five-top .header-login,
  #header .header-top-bar.index-six-top .header-login,
  #header .header-top-bar.index-five-top .header-register,
  #header .header-top-bar.index-six-top .header-register{
    left: 0;
  }
}
@media (max-width: 640px){
  #header .header-top-bar.index-five-top .top-header-search{
    display: none;
  }
}
@media (max-width: 480px){
  #header .header-top-bar.index-five-top .header-login.active div, 
  #header .header-top-bar.index-five-top .header-register.active div{
    left: -15px;
}
}
#header .header-search.index-three-search.index-five-search .header-search-bar,
#header .header-search.index-three-search.index-six-search .header-search-bar{
  width: 63%;
  }
#header .header-search.index-three-search.index-six-search .header-search-bar .keywords{
  width: 63%
}
.header-search.index-three-search.index-six-search .header-search-bar.index-three-search-bar .search-value .search-btn{
  left: 14px;
}






/* Globo Woocommerce */
/* --------------------------------------- */




.archive.woocommerce .shop-content .product-type-variable .single-product-content{
  padding-bottom: 20px;
}

.woocommerce div.product span.price del {
  opacity: .5;
  display: block;
  position: relative;
  left: -45px;
}
.archive.woocommerce .shop-body.gc_no_sidebar .shop-content .star-rating{
  left: -89px;
}
.archive.woocommerce .shop-content .star-rating{
  left: -53px;
}

.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.archive.woocommerce div.product{
  height: 405px;
}
 .archive.woocommerce div.product .added_to_cart.wc-forward{
    position: relative;
    top: 10px;
}
@media (max-width: 480px){
  .archive.woocommerce div.product .added_to_cart.wc-forward{
    position: relative;
    left: 10px;
    top: 24px;
  }
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  left: 4.8em;
  top: 5px;
}

@media (max-width: 480px){
  .woocommerce-tabs .commentlist .star-rating{
    left: -7px;
    top: 0;
  }
}

.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-simple .single-product a.add_to_cart_button,
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-grouped .single-product a.add_to_cart_button{
  top: 13px;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-simple .single-product ins,
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-grouped .single-product ins{
  top: 8px;
  left: 0;
}

.woocommerce .cart-collaterals .single-product .single-product-content a {
  font-weight: 800;
  top: 0 !important;
  left: -34px;
}


.woocommerce .woocommerce-ordering select,
.woocommerce div.product form.cart .variations select{
  vertical-align: top;
  width: 190px;
  height: 30px;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #c4c4c4;
}


@media (max-width: 480px){
  .woocommerce .woocommerce-ordering select,
  .woocommerce div.product form.cart .variations select{
    left: -80px;
    top: 25px;
    position: relative;
  }
  .woocommerce-cart .woocommerce .post .coupon p input.button{
  left: 0;
  }
  .woocommerce #review_form #respond .form-submit input{
    width: 25%;
  }
}

.woocommerce div.product form.cart .variations select {
  position: relative;
  left: -55px;
  border: 1px solid #dddddd;
}
.woocommerce div.product form.cart .variations select:focus{
  outline: #fdc600;
}
td.value a:hover{
  text-decoration: none;
}
.woocommerce #review_form #respond textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
}
.woocommerce #review_form #respond .form-submit input.submit {
  left: auto;
  width: 13%;
  background: #fdc600;
}
.woocommerce #review_form #respond .form-submit input.submit:hover{
  background-color: #333333;
  color: #ffffff;
  transition: all .3s ease;
}


@media (max-width: 768px){
  .woocommerce #review_form #respond .form-submit input{
    width: 15%;
  }
  .woocommerce .shop-body .shop-content div.product .entry-summary select{
    left: -35px !important;
  }
}


@media (max-width: 540px){
  .woocommerce #review_form #respond .form-submit input{
    width: 20%;
  }
}
.woocommerce #review_form #respond p {
  margin: 11px 0px 19px;
}

form.comment-form p.comment-form-author input,
form.comment-form p.comment-form-email input{
  position: relative;
  border: 1px solid #dddddd;
  height: 30px;
  width: 50%;
  margin-bottom: 5px;
  left: 10px;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  padding: 10px !important;
  margin-left: 3px;
  top: -10px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1;
  width: 35%;
  height: 34px;
  margin-top: 10px;
}
.woocommerce .cart .button, 
.woocommerce .cart input.button {
  float: none;
  width: 100pt;
  background-color: #ADCA34;
  color: #ffffff;
  margin-top: 10px;
}

.coupon p input.button {
  width: 100pt !important;
  left: -60px;
  background: #fdc600 !important;
  color: #ffffff !important;
}
@media (max-width: 768px){
  .coupon p input.button {
    left: -304px;
  }
  .woocommerce .cart input.button {
    width: 96pt !important;
  }
}



@media (max-width: 640px){
  .coupon p input.button {
    left: -200px;
  }
}
@media (max-width: 480px){
  .coupon p input.button {
    left: -100px;
  }
}
.woocommerce .cart input.button:hover{
  background-color: #333333;
  color: #ffffff;
  transition: .3s all ease;
}
.coupon input.button:hover{
  background-color: #333333 !important;
  color: #ffffff !important;
  transition: .3s all ease !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  background: #fdc600 !important;
  color: #333333 !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
  background-color: #333333 !important;
  color: #ffffff !important;
  transition: .3s all ease !important;
}
.woocommerce-cart .woocommerce .cart_item .product-remove a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #ef5350!important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce a.remove:hover {
  color: #fff!important;
  background: #ef5350;
}
.woocommerce span.onsale {
  background-color: #f44336 !important;
}
.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: 0;
  left: 2px;
  margin: 0;
  border-radius: 100%;
  background-color: #fdc600 !important;
  color: #333333;
  font-size: .857em;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
.select2-container .select2-choice {
  border: 1px solid #ddd;
  color: #333;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
  border: 1px solid #dddddd;
  color: #333;
  border-radius: 3px;
}
.woocommerce input.button{
  background-color: #fdc600 !important;
  color: #ffffff !important;
}
.woocommerce input.button:hover{
  background-color: #333333 !important;
  transition: 0.3s all ease;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
  border: 1px solid #dddddd;
}
textarea#order_comments.input-text {
  border: 1px solid #dddddd;
  color: #333;
  border-radius: 3px;
  padding: 8px 0 0 10px;
}
.woocommerce input.button.alt{
  background-color: #fdc600 !important;
  color: #fff !important;
}
.woocommerce input.button.alt:hover{
  background-color: #333 !important;
  color: #fff;
  transition: 0.3s all ease;
}
.woocommerce-checkout #payment {
  background: #eeeeee !important;
  border-radius: 5px;
}
.product-type-variable .single-product,
.product-type-simple .single-product,
.product-type-grouped .single-product{
  height: 374px;
}

.single.woocommerce .shop-content .related.products .product-type-variable .single-product-content{
  padding-bottom: 20px;
}
  
.product-quantity .quantity input.input-text.qty{
  border: 1px solid #dddddd;
  padding-right: 5px;
}
.single.woocommerce .shop-body.gc_right-sidebar .product-type-variable a.add_to_cart_button{
  top: 45px;
}
.single.woocommerce .shop-body.gc_right-sidebar .product-type-variable span del{
  top: 14px;
  left: -9px;
  font-weight: 800;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left;
  left: 5px;
}
.woocommerce .woocommerce-product-rating a.woocommerce-review-link{
  top: 5px;
  position: relative;
  left: 10px;
}
.archive.woocommerce .shop-body.gc_right-sidebar .product-type-simple .single-product .single-product-content p.gc_no_rating{
  left: 0;
  top: 26px;
}
.single.woocommerce .shop-body.gc_right-sidebar .product-type-simple .single-product .single-product-content p.gc_no_rating{
  left: 0;
  top: 26px;
  margin-bottom: 43px;
}
.single.woocommerce .shop-body.gc_right-sidebar .product-type-grouped .single-product .single-product-content p.gc_no_rating{
  left: 0;
  top: 18px;
} 
.single.woocommerce .shop-body.gc_right-sidebar .product-type-variable .single-product .single-product-content ins.gc_no_rating{
  left: 0;
  top: 18px;
} 

.single.woocommerce .shop-body.gc_right-sidebar .product-type-variable .single-product .single-product-content span.gc_no_rating{
  left: -29px;
  top: -7px;
  position: relative;
}
.shop-page-pagination ul.pagination li span.current{
  background-color: #fdc600 !important;
  color: #ffffff !important;
  border: none !important;
  margin-left: 10px;
  padding: 7px 13px;
}
.shop-page-pagination ul.pagination li a{
 color: #333333;
 margin-left: 10px;
}
.shop-page-pagination ul.pagination li a:hover{
 background-color: #fdc600 !important;
 color: #333333 !important;
}
@media (max-width: 768px){
.single.woocommerce .shop-body.gc_right-sidebar .shop-content .related-product .product-type-simple {
  width: 33% !important;
  }
}
/*============= Widget ===============*/

.woocommerce .shop-sidebar .widget.widget_price_filter,
.woocommerce .shop-sidebar .widget .globo_categories,
.woocommerce .shop-sidebar .newsletter,
.woocommerce .shop-sidebar .widget.recent-posts-widget
{
  margin-bottom: 20px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #fdc600;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #aaaaaa;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
   border-radius: 3px; 
}
.woocommerce .widget_price_filter .price_label span {
  font-weight: 800;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  margin-bottom: 15px;
  background-color: #fdc600;
  color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background-color: #333333;
  transition: 0.3s all ease;
}
.woocommerce .shop-sidebar .newsletter input{
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.woocommerce .shop-sidebar .newsletter ul li{
  height: 50px;
  width: 50px;
  background-color: #fdc600;
  text-align: center;
  border-radius: 3px;
  margin-right: 7px;
  }
.woocommerce .shop-sidebar .newsletter ul li a{
  display: block;
  top: 12px;
  position: relative;
  font-size: 20px;
  color: #fff;
}
.woocommerce .shop-sidebar .newsletter ul li:hover{
  background-color: #333333;
  transition: 0.3s all ease;
}
@media (max-width: 1199px){
  .woocommerce .shop-sidebar .newsletter ul li{
    margin-right: 1px;
  }
}
.woocommerce .shop-sidebar .newsletter button.btn-news{
  background-color: #fdc600;
  padding: 4px 10px;
  top: -29px;
  position: relative;
  float: right;
}
.woocommerce .shop-sidebar .newsletter button.btn-news:hover{
  background-color: #333;
  color: #fff;
}
@media (max-width: 992px){
  .woocommerce .widget_price_filter .price_slider_amount .button {
    width: 33%;
    top: 0;
    margin-bottom: 15px;
    left: 0;
  }
}
.recent-posts-widget .latest-post {
  margin-bottom: 20px;
  position: relative;
  min-height: 90px;
}


.recent-posts-widget .latest-post .post-image {
  position: absolute;
  left: 0;
  margin-right: 15px;
}
.recent-posts-widget .latest-post .post-image img {
  width: 70px;
  height: 70px;
  border-radius: 6px;
}
.recent-posts-widget .latest-post .post-image p {
  margin-top: -5px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 5px 0 7px;
  font-weight: 700;
  background-color: #1a1a1a;
  font-family: 'Raleway', sans-serif;
  border-radius: 3px;
}
.recent-posts-widget .latest-post .post-image p span {
  color: #e4b200;
  padding-right: 5px;
  padding-left: 5px;
}
.recent-posts-widget .latest-post h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  padding-left: 80px
}
.recent-posts-widget .latest-post p {
  margin: 0;
  padding-top: 10px;
  padding-left: 80px;
  overflow: hidden;
  word-wrap: break-word;
}

/* sidebar widget fix by parvez */

.post-sidebar h2,
.post-sidebar h3 {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  padding: 17px 20px 15px;
  width: 100%;
  background: #eeeeee;
  border-radius: 3px;
  border-left: 3px solid #fdc600;
  font-size: 18px;
  text-transform: uppercase;
}

.recent-posts-widget{
  margin-bottom: 40px;
}

.post-sidebar h3 {
  margin-bottom: 10px;
}

.post-sidebar .widget  {
  text-transform: uppercase;
}
.post-sidebar .widget  ul {
  padding: 0px;
  margin: 0;
  margin-bottom: 10px;
}
.post-sidebar .widget  ul li.cat-item {
  display: block;
  font-size: 14px;
  padding: 13px 0px 5px;
  border-top: 1px solid #424242;
}

.post-sidebar .widget  ul li.cat-item a:hover {
  text-decoration: none;
}
.post-sidebar .widget  ul li.cat-item:last-child {
  border-bottom: 1px solid #4d4d4d;
}
.post-sidebar .widget  ul li.cat-item .fa {
  color: #fff;
  padding-right: 10px;
}

.post-sidebar .newsletter {
  position: relative;
}

.post-sidebar .newsletter .list-inline {
  margin-left: 0 !important;
}
.post-sidebar .newsletter input {
  height: 40px;
  background-color: #1a1a1a;
  padding-right: 40px;
  margin-bottom: 20px;

  color: #fff;
}
.post-sidebar .newsletter button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 29px;
  height: 29px;
  background-color: #e4b200;
}
.post-sidebar .newsletter button:hover {
  background-color: #fdc600;
}

.post-sidebar .newsletter ul {
  padding-left: 10px;
}
.post-sidebar .newsletter ul li {
  height: 50px;
  width: 50px;
  background-color: #fdc600;
  text-align: center;
  border-radius: 3px;
  margin-right: 7px;
}
.post-sidebar .newsletter ul li:hover {
  background-color: #ffd231;
}
.post-sidebar .newsletter ul li a {
  display: block;
  color: #333333;
  line-height: 50px;
  font-size: 20px;
}

.post-sidebar .newsletter ul li a:hover {
  color: #333333 !important;
}
@media (max-width: 1200px) {
  .post-sidebar .newsletter ul li {
    height: 40px;
    width: 40px;
  }
  .post-sidebar .newsletter ul li a {
    line-height: 40px;
  }
}



/*plus minus quantity button*/
.quantity.buttons_added .minus, 
.quantity.buttons_added .plus{
    background-color: #fdc600;
    border: none;
    color: #fff;
} 
.quantity.buttons_added .minus:hover, 
.quantity.buttons_added .plus:hover{
    background-color: #333;
    border: none;
    color: #fdc600;
} 

/* cart page plus minus quantity button */
.woocommerce-cart .quantity.buttons_added .minus, 
.woocommerce-cart .quantity.buttons_added .plus{
    background-color: #fdc600;
    border: none;
    color: #fff;
    width: 7%;
    margin: 10px;
    padding-left: 6px;
    padding-top: 0px;
} 

.woocommerce-cart .quantity.buttons_added .minus{
    padding-left: 7px;
    padding-right: 13px;
    padding-bottom: 3px;
}

.woocommerce-cart .quantity.buttons_added .minus:hover, 
.woocommerce-cart .quantity.buttons_added .plus:hover{
  background-color: #333;
}


@media (max-width: 480px){

  .woocommerce-cart .quantity.buttons_added .minus, 
  .woocommerce-cart .quantity.buttons_added .plus{
      left: 9px;
      position: relative;
    }
  }
.woocommerce-cart .woocommerce .product-type-simple span.onsale,
.woocommerce-cart .woocommerce .product-type-grouped span.onsale{
  top: -311px;
  left: -34px;
 }
 .woocommerce-cart .woocommerce .product-type-variable span.onsale {
  top: -321px;
  left: -34px;
}

.woocommerce-cart .star-rating{
  left: -36px;
  top: -5px;
}
.woocommerce-cart .product-type-simple .single-product .single-product-content p,
.woocommerce-cart .product-type-grouped .single-product .single-product-content p {
    top: 20px;
}

.woocommerce-cart .product-type-simple .single-product .single-product-content del,
.woocommerce-cart .product-type-grouped .single-product .single-product-content del {
  font-weight: 800;
  left: -5px;
  margin-left: 13px;
  position: relative;
}
.woocommerce-cart .product-type-variable  .single-product .single-product-content del{
  top: -7px;
  left: 0;
}
.woocommerce-cart .product-type-variable .single-product-content ins{
  top: -8px;
  left: 8px;
}
.woocommerce-cart .product-type-variable .single-product .single-product-content a.add_to_cart_button {
  top: -11px !important;
  left: -35px;
}
.woocommerce-cart .woocommerce-message a,
.woocommerce-checkout .woocommerce-info a{
  color: #fdc600;
}
.single.woocommerce .comment-text .star-rating.active{
  position: relative;
  left: 0;
}
@media (max-width: 1199px){
  .woocommerce-cart .cross-sells div.product{
    width: 63%;
  }
}
@media (max-width: 992px){
  .woocommerce-cart .cross-sells .star-rating{
    left: -55px;
  }
}
@media (max-width: 768px){
  .woocommerce-cart .cross-sells div.product{
    width: 33%;
  }
}
@media (max-width: 640px){
  .woocommerce-cart .cross-sells div.product{
    width: 41%;
  }
}
@media (max-width: 580px){
  .woocommerce-cart .cross-sells div.product{
    width: 41%;
  }
}
@media (max-width: 480px){
  .woocommerce-cart .cross-sells div.product {
    width: 60%;
    left: 74px;
  }
  .woocommerce-cart .cross-sells .star-rating{
    left: -77px;
  }
}
@media (max-width: 480px){
  .woocommerce-cart .cross-sells .star-rating{
    left: -55px;
  }
}

.woocommerce-checkout ul.payment_methods li.payment_method_bacs label,
.woocommerce-checkout ul.payment_methods li.payment_method_cheque label{
  position: relative;
  top: -31px;
  left: 25px;
}
.woocommerce-checkout ul.payment_methods li.payment_method_paypal label{
   position: relative;
  top: -38px;
  left: 25px;
}
.woocommerce-checkout ul.payment_methods li.payment_method_bacs div.payment_box,
.woocommerce-checkout ul.payment_methods li.payment_method_cheque div.payment_box,
.woocommerce-checkout ul.payment_methods li.payment_method_paypal div.payment_box{
  top: -32px;
}
.woocommerce-checkout ul.payment_methods li.payment_method_cheque,
.woocommerce-checkout ul.payment_methods li.payment_method_paypal{
  top: -35px;
  position: relative;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em;
  left: 100%;
  position: relative;
}
.woocommerce-cart .product-type-simple .single-product .single-product-content p.gc_no_rating{
  left: 0px;
}
.woocommerce-cart .product-type-simple .single-product .single-product-content p.comment_has{
  left: 42px;
}
.woocommerce-message a.wc-forward{
  background-color: #fdc600;
  color: #333;
}
.woocommerce-message a.wc-forward:hover{
  background-color: #333;
  color: #fff;
}



/* ================= shop right sidebar ======================= */

.archive.woocommerce .shop-body.gc_right_sidebar .product-type-grouped a.product_type_grouped{
  top: 30px;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-variable a.product_type_variable{
  top: 50px;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-grouped p.gc_no_rating{
  top: 25px;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
  font-weight: 800;
  left: 0;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
  left: 8px;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-simple .single-product-content a.add_to_cart_button{
  top: 30px;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-simple p.gc_no_rating,
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-grouped p.gc_no_rating{
  left: 0;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
  left: 0;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-simple p.gc_no_rating del{
  font-weight: 800;
  left: -2px;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-simple p del{
  left: -2px;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-variable .single-product-content del{
  top: 31px;
  left: 28px;
  font-weight: 800;
}

@media (max-width: 1199px){
  .archive.woocommerce .shop-body.gc_right_sidebar div.product{
    width: 31%;
  }
}
@media (max-width: 768px){
  .archive.woocommerce .shop-body.gc_right_sidebar div.product{
    width: 32%;
  }
}
@media (max-width: 640px){
  .archive.woocommerce .shop-body.gc_right_sidebar div.product {
    width: 38%;
    left: 70px;
  }
}
@media (max-width: 530px){
.archive.woocommerce .shop-body.gc_right_sidebar div.product {
  width: 45%;
  left: 28px;
  }
}
@media (max-width: 480px){
  .archive.woocommerce .shop-body.gc_right_sidebar div.product {
    width: 61%;
    left: 85px;
  }
  .archive.woocommerce .shop-body.gc_right_sidebar div.product .star-rating{
    left: -90px;
  }
  .archive.woocommerce .shop-body.gc_right_sidebar .product-type-variable a.add_to_cart_button.gc_right_rating_btn{
    top: 65px;
    left: -35px;
  }
  .archive.woocommerce .shop-body.gc_right_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    left: 75px;
    top: 10px;
  }
  .archive.woocommerce .shop-body.gc_right_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
    left: 85px;
    top: 10px;
  }

  .archive.woocommerce .shop-body.gc_right_sidebar .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
    left: 70px;
    top: 10px;
  }
}

@media (max-width: 400px){
  .archive.woocommerce .shop-body.gc_right_sidebar div.product .star-rating{
    left: -65px;
  }
}

/* ================= upsells product right sidebar ======================= */

.single.woocommerce .shop-body.gc_right_sidebar .upsells.products div.product .star-rating{
  left: 4.2em;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
  top: 33px;
  left: 0;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable ins.gc_no_sale_price{
  top: 15px;
  left: 0;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-simple p.gc_no_rating{
  top: 30px;
  margin-bottom: 42px;
  left: 0;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-simple p.comment_has{
  top: 10px;
  left: 0;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable span del{
  top: 15px;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable span ins{
  top: 15px;
  left: 0;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
  top: 35px;
  font-weight: 800;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
  top: 35px;
  left: 0;
}
@media (max-width: 1199px){
  .single.woocommerce .shop-body.gc_right_sidebar .upsells.products div.product{
    width: 32%;
  }
}
@media (max-width: 991px){
  .single.woocommerce .shop-body.gc_right_sidebar .upsells.products div.product{
    width: 31%;
  }
}
@media (max-width: 640px){
  .single.woocommerce .shop-body.gc_right_sidebar .upsells.products div.product {
    width: 37%;
    left: 0;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .upsells.products div.product .star-rating{
    left: 4.8em;
  }
}
@media (max-width: 525px){
  .single.woocommerce .shop-body.gc_right_sidebar .upsells.products div.product {
    width: 45%;
    left: 0;
    }
  }
@media (max-width: 480px){
  .single.woocommerce .shop-body.gc_right_sidebar .upsells.products div.product {
    width: 61%;
    left: 70px;
    }
  .single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable a.add_to_cart_button{
    top: 55px !important;
    left: -35px;
    }
    .single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable span del{
      top: 0;
      left: 65px;
    }
    .single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable span ins{
      top: 0;
      left: 75px;
    }
    .single.woocommerce .shop-body.gc_right_sidebar .upsells.products div.product .star-rating {
      left: 6.8em;
    }
    .single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable a.add_to_cart_button.gc_right_rating_btn{
      left: -35px;
      top: 75px !important;
    }
    .single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
      top: 15px;
      left: 75px;
    }
    .single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable ins.gc_no_sale_price{
      top: 0;
      left: 75px;
    }
    .single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
      left: 80px;
      top: 15px;
    }
    .single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
      top: 15px;
      left: 75px;
    }
  }
@media (max-width: 400px){
  .single.woocommerce .shop-body.gc_right_sidebar .upsells.products div.product .star-rating{
    left: 4.8em;
  }
}

/* ================= related product right sidebar ======================= */

.single.woocommerce .shop-body.gc_right_sidebar .related.products div.product .star-rating{
  left: 4.2em;
}
.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span del{
  top: 13px;
  font-weight: 800;
}
.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
  top: 30px;
}
.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-simple p{
  left: 0;
  top: 10px;
}
.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-simple p.comment_has{
  top: 10px;
  left: 0;
}
.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-simple p.gc_no_rating{
  left: 0;
  top: 35px;
}

.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable a.add_to_cart_button {
  top: 35px;
}
.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-simple a.add_to_cart_button,
.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-grouped a.add_to_cart_button{
  top: 15px;
}

.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-simple a.add_to_cart_button.gc_related_right_rating_btn{
  top: 35px;
}

.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable a.add_to_cart_button.gc_right_rating_btn{
  top: 55px;
}
.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span.gc_no_rating_no_sale del{
  top: 30px;
}
.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span.gc_no_rating_no_sale ins{
  top: 30px;
}

.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable ins{
  top: 12px;
  left: 0;
}
@media (max-width: 1199px){
  .single.woocommerce .shop-body.gc_right_sidebar .related.products div.product{
    width: 33%;
  }
}
@media (max-width: 992px){
  .single.woocommerce .shop-body.gc_right_sidebar .related.products div.product .star-rating {
    left: 5.2em;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable a.add_to_cart_button.gc_right_rating_btn{
    left: -25px;
    top: 75px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale {
    top: 15px;
    left: 75px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span.gc_no_rating_no_sale del {
    top: 15px;
    left: 65px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span.gc_no_rating_no_sale ins {
    top: 15px;
    left: 75px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
    top: 10px;
    left: 75px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-simple p.gc_no_rating {
    left: 0;
    top: 25px;
  }
}
@media (max-width: 480px){
   .single.woocommerce .shop-body.gc_right_sidebar .related.products div.product{
      width: 61%;
      left: 70px;
    }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale {
    top: 20px;
    left: 75px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable ins.gc_no_sale_price{
    left: 75px;
    top: 0;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable a.add_to_cart_button{
    top: 55px;
    left: -35px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products div.product .star-rating {
    left: 6.6em;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span del{
    top: 0;
    left: 75px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable ins {
    top: 0;
    left: 83px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable a.add_to_cart_button.gc_right_rating_btn {
    top: 75px;
    left: -25px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span.gc_no_rating_no_sale del {
    top: 10px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span.gc_no_rating_no_sale ins {
    top: 10px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-simple p.gc_no_rating {
    left: 0;
    top: 25px;
  }
}
@media (max-width: 400px){
  .single.woocommerce .shop-body.gc_right_sidebar .related.products div.product .star-rating {
    left: 5.4em;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products div.product{
      width: 65%;
      left: 65px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable a.add_to_cart_button.gc_right_rating_btn {
    top: 75px;
    left: -35px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span.gc_no_rating_no_sale del{
   top: 10px;
   left: 70px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span.gc_no_rating_no_sale ins{
    top: 10px;
    left: 80px;
  }
}

/* ================= shop no sidebar ======================= */

.archive.woocommerce .shop-body.gc_no_sidebar div.product .star-rating {
  left: -6.2em;
}
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-simple a.add_to_cart_button{
  top: 35px;
}
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable a.add_to_cart_button{
  top: 55px;
}
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable a.add_to_cart_button.gc_no_rating_btn{
  left: -40px;
  top: 75px;
}
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable span del{
  top: 30px;
  left: 29px;
  font-weight: 800;
}
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
  left: 70px;
  top: 15px;
  font-weight: 800;
}
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
  left: 80px;
  top: 15px;
}
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-simple p.gc_no_rating,
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-grouped p.gc_no_rating{
  left: 0;
}
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-grouped a.product_type_grouped{
  top: 35px;
}
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-simple .single-product .single-product-content del{
  left: -4px;
}

.archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
  left: 70px;
  top: 15px;
}
@media (max-width: 1199px){
  .archive.woocommerce .shop-body.gc_no_sidebar div.product .star-rating {
    left: -5.2em;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable a.add_to_cart_button.gc_no_rating_btn{
    left: 0;
    top: 55px; 
  }
  .archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    left: 0;
    top: 30px;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
    left: 5px;
    top: 30px;
  }
}

@media (max-width: 992px){
  .archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable a.add_to_cart_button.gc_no_rating_btn{
    left: -35px;
    top: 75px;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    left: 75px;
    top: 15px;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
    left: 85px;
    top: 15px;
  }
}

@media (max-width: 768px){
  .archive.woocommerce .shop-body.gc_no_sidebar div.product{
    width: 41%;
    left: 55px;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar form.woocommerce-ordering select{
    position: relative;
    right: 80px;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar div.product .star-rating{
    left: -7.2em;
  }
}
@media (max-width: 640px){
  .archive.woocommerce .shop-body.gc_no_sidebar div.product .star-rating{
    left: -5.2em;
  }
}
@media (max-width: 525px){
  .archive.woocommerce .shop-body.gc_no_sidebar div.product{
    width: 49%;
    left: 5px;
  }
}
@media (max-width: 480px){
  .archive.woocommerce .shop-body.gc_no_sidebar div.product{
    width: 61%;
    left: 75px;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar form.woocommerce-ordering select{
    position: relative;
    left: 0;
    top: -5px;
  }
}
@media (max-width: 400px){
  .archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable a.add_to_cart_button.gc_no_rating_btn{
    left: 0;
    top: 55px;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    left: 0;
    top: 25px;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins {
    left: 5px;
    top: 25px;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar div.product .star-rating {
    left: -4.2em;
  }
}

/* ================= upsells product no sidebar ======================= */


.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product .star-rating{
  left: 95px;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-simple p.gc_no_rating{
  margin-bottom: 41px;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-simple p.comment_has{
  top: 15px;
  left: 0;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-simple a.add_to_cart_button{
  top: 12px;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-simple p.gc_no_rating{
  top: 35px;
  left: 0;
}

.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable .star-rating{
  left: 36%;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable a.add_to_cart_button{
  left: -34px;
  top: 55px;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable ins.gc_no_rating{
  left: 75px;
  top: 9px;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable ins.gc_no_sale_price{
  left: 69px;
  top: 0;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span ins{
  left: 65px;
  position: relative;
  top: 0;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span del{
  left: 58px;
  position: relative;
  top: 0;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
  left: 80px;
  position: relative;
  top: 10px;
}

.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
  left: 70px;
  position: relative;
  top: 10px;
  font-weight: 800;
}

.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable a.gc_no_rating_btn{
  margin-top: 20px;
}

.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable .single-product a.add_to_cart_button{
  top: 35px;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable .single-product a.add_to_cart_button.gc_right_rating_btn{
  top: 55px;
}

@media (max-width: 1199px){
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable a.add_to_cart_button{
    top: 35px;
    left: 5px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable a.add_to_cart_button.gc_no_rating_btn{
    top: 53px;
    left: -35px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del {
    left: 0;
    position: relative;
    top: 35px;
    font-weight: 800;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins {
    left: 10px;
    position: relative;
    top: 35px;
  }
}

@media (max-width: 992px){
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product .star-rating{
    left: 70px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
    left: 75px;
    top: 13px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    left: 65px;
    top: 13px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable a.add_to_cart_button {
    top: 55px;
    left: -34px;
  }
}

@media (max-width: 768px){
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products div.product{
    width: 40%;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products div.product .star-rating {
    left: 100px;
  }
}
@media (max-width: 640px){
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products div.product .star-rating {
  left: 75px;
  }
}
@media (max-width: 619px){
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products div.product{
    width: 50%;
  }
}
@media ( max-width: 480px){

  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products div.product{
    width: 61%;
    left: 85px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products div.product .star-rating {
    left: 75px;
  }
}

@media ( max-width: 400px){
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products div.product .star-rating {
    left: 70px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span ins{
    top: 10px !important;
    left: 5px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable ins.gc_no_sale_price{
    left: 0;
    top: 10px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable a.gc_no_rating_btn{
    left: 0 !important;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    top: 25px !important;
    left: 30px !important;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
    left: 36px;
    top: 25px !important;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable a.add_to_cart_button{
    left: 0;
    top: 35px;
  }
}


/* ================= related product no sidebar ======================= */

.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-simple p{
  top: 15px;
  left: 0;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-simple del{
  left: -5px;
  top: 0;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-simple  a.add_to_cart_button{
  top: 15px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-grouped  a.product_type_grouped{
  top: 35px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-simple  a.add_to_cart_button.gc_no_rating_btn{
  top: 35px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-grouped p.gc_no_rating{
  left: 0;
  top: 35px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-simple p.gc_no_rating {
  top: 35px;
  left: 0;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-simple p.comment_has{
  left: 0;
  top: 15px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable a.gc_no_rating_btn{
  top: 20px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable span del{
  top: 0;
  left: 60px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable  a.add_to_cart_button{
  top: 55px;
  left: -40px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable ins{
  top: 0;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
  top: 22px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable a.add_to_cart_button.gc_no_rating_btn{
  top: 75px;
  left: -40px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products div.product .star-rating{
  left: 95px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable ins{
  left: 70px;
}
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable span ins.gc_no_rating.gc_no_rating_no_sale{
  top: 35px;
}


@media ( max-width: 1199px){
  .single.woocommerce .shop-body.gc_no_sidebar .related.products div.product .star-rating{
    left: 70px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable a.add_to_cart_button{
    top: 35px;
    left: 5px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable span del {
    top: 15px;
    left: 0;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable span ins {
    left: 10px;
    top: 15px;
  }
}

@media (max-width: 992px){
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product .star-rating{
    left: 70px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable span ins{
    left: 75px;
    top: 0;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable span del{
    left: 65px;
    top: 0;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable a.add_to_cart_button {
    top: 55px;
    left: -35px;
  }
}

@media (max-width: 768px){
  
  .single.woocommerce .shop-body.gc_no_sidebar .related.products div.product{
    width: 40%;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products div.product .star-rating {
    left: 100px;
  }
}

@media ( max-width: 640px){
  .single.woocommerce .shop-body.gc_no_sidebar .related.products div.product .star-rating {
    left: 75px;
  }
}
@media (max-width: 619px){
  .single.woocommerce .shop-body.gc_no_sidebar .related.products div.product{
    width: 50%;
  }
}

@media ( max-width: 480px){
  .single.woocommerce .shop-body.gc_no_sidebar .related.products div.product{
    width: 61%;
    left: 85px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products div.product .star-rating {
    left: 95px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products h2,
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products h2{
    left: 90px;
    position: relative;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable ins{
    top: 0;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable span del{
    top: 0;
  }
}

@media ( max-width: 400px){
  .single.woocommerce .shop-body.gc_no_sidebar .related.products div.product .star-rating {
    left: 70px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable a.add_to_cart_button{
    left: 0 !important;
    top: 35px !important;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable span del{
    left: 0;
    top: 10px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable span ins{
    top: 10px !important;
    left: 6px !important;
  }
}


/* ================= shop left sidebar ======================= */

.archive.woocommerce .shop-body.gc_left_sidebar div.product-type-simple a.add_to_cart_button,
.archive.woocommerce .shop-body.gc_left_sidebar div.product-type-grouped a.add_to_cart_button{
  top: 35px;
}
.archive.woocommerce .shop-body.gc_left_sidebar div.product-type-variable a.add_to_cart_button{
  top: 55px;
}

.archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
  left: 0;
}
.archive.woocommerce .shop-body.gc_left_sidebar .product-type-simple p.gc_no_rating{
  left: 0;
}
.archive.woocommerce .shop-body.gc_left_sidebar .product-type-simple p.gc_no_rating del{
  left: -5px;
}
.archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span del{
  top: 30px;
  left: 25px;
}
.archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
  left: -5px;
}
.archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
  left: 0;
  top: 30px;
}
.archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped a.btn.product_type_grouped{
  top: 35px;
}
.archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped p.gc_no_rating{
  left: 0;
}

@media (max-width: 1199px){
  .archive.woocommerce .shop-body.gc_left_sidebar div.product{
    width: 33%;
  }
}
@media (max-width: 992px){
  .archive.woocommerce .shop-body.gc_left_sidebar div.product {
    width: 32%;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span del{
    top: 30px;
    left: 25px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    left: -5px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
    left: 0;
    top: 30px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped a.btn.product_type_grouped{
    top: 35px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped p.gc_no_rating{
    left: 0;
  }
}
@media (max-width: 768px){
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span del{
    top: 30px;
    left: 25px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    left: -5px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
    left: 0;
    top: 30px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped a.btn.product_type_grouped{
    top: 35px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped p.gc_no_rating{
    left: 0;
  }
}
@media (max-width: 640px){
  .archive.woocommerce .shop-body.gc_left_sidebar div.product {
    width: 37%;
    left: 75px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar div.product .star-rating{
    left: -4.8em
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span del{
    top: 30px;
    left: 25px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del {
    left: 0;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped a.btn.product_type_grouped{
    top: 35px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped p.gc_no_rating{
    left: 0;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins {
    left: 10px;
    top: 30px;
  }
}

@media (max-width: 530px){
  .archive.woocommerce .shop-body.gc_left_sidebar div.product {
    width: 45%;
    left: 25px;
  }
}
@media (max-width: 480px){
  .archive.woocommerce .shop-body.gc_left_sidebar div.product{
    width: 61%;
    left: 75px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar div.product .star-rating{
    left: -5.8em;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar div.product-type-variable a.add_to_cart_button{
    top: 55px;
    /*left: -35px;*/
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
    top: 15px;
    left: 75px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    left: 75px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
    left: 65px;
    top: 0;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span del{
    top: 35px;
    left: 25px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span ins{
    top: 35px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped a.btn.product_type_grouped{
    top: 35px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped p.gc_no_rating{
    left: 0;
  }
}

@media (max-width: 400px){
  .archive.woocommerce .shop-body.gc_left_sidebar div.product .star-rating{
    left: -4.8em;
  }
}


/* ================= upsells product left sidebar ======================= */

.single.woocommerce .shop-body.gc_left_sidebar .upsells.products div.product .star-rating{
  left: 4.2em;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-simple a.add_to_cart_button.product_type_simple{
  top: 10px;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable a.add_to_cart_button.product_type_variable{
  top: 35px;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
  top: 33px;
  left: 0;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable ins.gc_no_sale_price{
  left: 0;
  top: 15px;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
  top: 25px;
  font-weight: 800;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
  top: 25px;
  left: 0;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-simple p.gc_no_rating{
  top: 30px;
  margin-bottom: 42px;
  left: 0;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-simple p.comment_has{
  top: 10px;
  left: 0;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable span del{
  top: 15px;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable span ins{
  top: 15px;
  left: 0;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable a.gc_left_rating_btn{
  top: 55px !important;
}

@media (max-width: 1199px){
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products div.product{
    width: 32%;
  }
}
@media (max-width: 991px){
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products div.product{
    width: 31%;
  }
}
@media (max-width: 640px){
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products div.product{
    width: 37%;
    left: 0;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products div.product .star-rating{
    left: 4.8em;
  }
}
@media (max-width: 525px){
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products div.product{
    width: 45%;
    left: 0;
    }
  }
@media (max-width: 480px){
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products div.product{
    width: 61%;
    left: 70px;
    }
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable a.add_to_cart_button{
    top: 55px !important;
    left: -35px;
    }
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable span del{
    top: 0;
    left: 65px;
    }
    .single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable span ins{
      top: 0;
      left: 75px;
    }
    .single.woocommerce .shop-body.gc_left_sidebar .upsells.products div.product .star-rating{
      left: 6.8em;
    }
    .single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable a.add_to_cart_button.gc_right_rating_btn{
      left: -35px;
      top: 75px !important;
    }
    .single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable a.gc_left_rating_btn{
      top: 75px !important;
    }
    .single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
      top: 15px;
      left: 75px;
    }
    .single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable ins.gc_no_sale_price{
      top: 0;
      left: 75px;
    }
  }
@media (max-width: 400px){
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products div.product .star-rating{
    left: 4.8em;
  }
 
 .logo-width
    {width:35%;}
}


/* ================= related product left sidebar ======================= */

.single.woocommerce .shop-body.gc_left_sidebar .related.products div.product .star-rating{
  left: 4.2em;
}
.single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable span del{
  top: 10px;
  font-weight: 800;
}
.single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable span ins{
  top: 10px;
  left: 0;
}
.single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-simple p.comment_has{
  top: 10px;
  left: 0;
}
.single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-simple p{
  left: 0;
  top: 15px;
}
.single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-simple p.gc_no_rating{
  margin-bottom: 42px;
  top: 30px;
}
.single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable a.add_to_cart_button{
  top: 35px;
}
.single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-simple a.add_to_cart_button,
.single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-grouped a.add_to_cart_button{
  top: 15px;
}

@media (max-width: 1199px){
  .single.woocommerce .shop-body.gc_left_sidebar .related.products div.product{
    width: 33%;
  }
}
@media (max-width: 991px){
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable a.add_to_cart_button{
    top: 55px;
    left: -35px;
  }
}

@media (max-width: 768px){
  .single.woocommerce .shop-body.gc_left_sidebar .related.products div.product .star-rating{
    left: 5.2em;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable a.add_to_cart_button{
    top: 55px;
    left: -35px;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable span ins{
    left: 75px;
    top: 0;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable span ins{
    left: 65px;
    top: 0;
  }
}
@media (max-width: 640px){
  .single.woocommerce .shop-body.gc_left_sidebar .related.products div.product .star-rating{
    left: 5.2em;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable a.add_to_cart_button{
    top: 55px;
    left: -35px;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable span ins{
    left: 75px;
    top: 0;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable span ins{
    left: 65px;
    top: 0;
  }
}

@media (max-width: 480px){
 .single.woocommerce .shop-body.gc_left_sidebar .related.products div.product{
    width: 61%;
    left: 70px;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable ins.gc_no_sale_price{
    left: 75px;
    top: 0;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable a.add_to_cart_button{
    top: 55px;
    left: -35px;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products div.product .star-rating{
    left: 6.6em;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable span del{
    top: 0;
    left: 75px;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable ins{
    top: 0;
    left: 83px;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
    left: 70px;
    top: 15px;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    top: 15px;
  }
}

/* santosh start*/
.accordion1 {
  position: relative;
  display: block;
}
.accordion1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordion1 ul li {
  width: 99%;
  background-color: #f8f8f8;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-left: 3px solid transparent;
  transition: all .3s ease;
}

.accordion1 .nav-tabs>li a {
  border: 0;
}

.accordion1 .nav-tabs>li.active>a, 
.accordion1 .nav-tabs>li.active>a:hover,
.accordion1 .nav-tabs>li.active>a:focus {
  border: 0;
}

.accordion1 .nav>li>a:hover, #categories .accordion1  .nav>li>a:focus {
  background-color: transparent;
  border: 0;
}
.accordion1 ul li:hover {
  background-color: #fdc600;
}
.accordion1 ul li a {
  display: block;
  padding: 10px 0 10px 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.accordion1 ul li a .fa {
  padding-right: 10px;
}
.accordion1 ul li a:hover {
  color: inherit;
  text-decoration: none;
   background-color: #fdc600;
  
}
.accordion1 ul li a span {
  font-weight: normal;
  display: block;
  margin: 0;
  font-size: 13px;
  text-transform: capitalize;
}
.accordion1 ul li div {
  display: none;
  padding-top: 5px;
  padding-left: 30px;
}
.accordion1 ul li div a {
  text-transform: capitalize;
  padding: 6px 0;
  font-size: 15px;
  font-weight: normal;
  color:#000;
}
.accordion1 ul li div a:before {
  content: "\f196";
  position: relative;
  top: 2px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
  font-size: 16px;
}
.accordion1 ul li div a.active {
  font-weight: 700;
}
.accordion1 ul li div a.active:before {
  content: "\f147";
}
.accordion1 ul li div a:hover {
  color: inherit;
}
.accordion1 ul li.active {
  width: 99%;
  background-color: #fff;
  border-right: 0;
  border-left: 3px solid #fdc600;
    border-right: 3px solid #fdc600;
}
.accordion1 ul li.active div {
  display: block;
}
.accordion1 ul li:last-child {
  border-bottom: 1px solid #c4c4c4;
}
.santoshimg
{
	border-radius: 0px;
	}

/* santosh End*/

.santoshimg
{
	border-radius: 0px;
	}
.santoshshadow
{
	box-shadow: 0 0px 10px 0px #FDC600;
	text-align:center;
	
	}
	
	.thumbnail {
    width: 100%;
    height: 100%;
}

.image {
    width: 100%;
    height: 100%;    
}

.image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.image:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}



@media only screen and (max-width: 600px) {
    .mobile-view {
    display:unset;
}
    .facility {


background-color: black;
    height:450px;
}
    .media-a
    {
        height:150px;
    }

    .header-search .header-search-bar {
    position: RELATIVE;
    top: 0;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    height: AUTO;
}
    .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: black;
    border-radius: 1px;
}
}

.menu-abt
{
    display: block;
    color: #333333;
    font-weight: 700;
    font-size: 15px;
    line-height: 58px;
    padding: 0px 20px;
    text-transform: uppercase;
    transition: all .3s ease;
        border-left: 1px solid #e5e5e5;
}