body {
  color: #020000;
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  text-align: justify;

}

input,
textarea {
  color: #737373;
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

h1 {
  color: #0e0d0b;
  font-size: 27px;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 15px;
  font-weight: 600;
}

.normal {
  text-transform: none !important;
}

h1 .subtext {
  color: #8F8F8F;
  font-size: 12px;
  font-weight: 600;
  
}

h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
 
}

h3 {
  color: #020000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;

  position: relative;
  left: 8px;
}

h4 {
  color: #0095D9;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;

}

p {
  margin: 0 0 15px;
}

blockquote {
  font-style: italic;
}

#wrapper {
  margin: 0 auto;
  /*  min-height: 500px;*/
  width: 100%;
}

.darkBlue {
  color: #057FC1 !important;
}

.brightBlue {
  color: #0095D9 !important;
}

.orange {
  color: #E96E25 !important;
}

.darkGray {
  color: #737373 !important;
}

.mediumGray {
  color: #8F8F8F !important;
}

.lightGray {
  color: #E5E5E5 !important;
}

.noUnderline {
  text-decoration: none !important;
}

a {
  color: #737373;
 
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: medium none;
}

b,
strong {
  font-weight: 700 !important;
}

i,
em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

.orangeLinks a {
  color: #E96E25;
}

.spacer {
  height: 20px;
}

.silver {
  color: #ABB2B4 !important;
}

.gold {
  color: #C99A1C !important;
}

.platinum {
  color: #879BA5 !important;
}

.padded-content {
  padding: 0 0 20px;
}

.left {
  float: left;
  width: 48%;
}

.right {
  float: right;
  width: 48%;
}

.button {
  border-radius: 5px;
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none !important;
  text-transform: uppercase;
}

.graySmallButton {
  background: url("../../../images/home/next_btn_bg_repeat.png") repeat-x scroll 0 0 #757575;
  padding: 7px 34px;
  text-shadow: -1px 1px 1px #767676;
}

input .button .graySmallButton .btn {
  border: medium none;
}

.blueMediumButton {
  background: url("../../../images/home/commit_btn_bg_repeat.png") repeat-x scroll 0 0 #0C3E73;
  padding: 7px 34px;
  text-shadow: -1px 1px 1px #134E93;
}

.orangeLargeButton {
  background: url("../../../images/home/cta_btn_bg_repeat.png") repeat-x scroll 0 0 #8E4A3D;
  font-size: 24px !important;
  padding: 7px 34px;
  text-shadow: -1px 1px 1px #B42D08;
}

#header {
  border-bottom: 1px solid #E5E5E5;
  min-height: 101px;
}

#logo {
  float: left;
  height: 111px;
  margin-left: 5px;
}

#call {
  float: right;
  height: 60px;
  margin-left: 5px;
  margin-top: 10px;
}

#top-contents {
  float: right;
  width: 650px;
}

#top-phone {
  padding: 10px 0 5px;
}

#get-help {
  float: left;
  margin-right: 5px;
}

#top-nav a {
  color: #787878;
  font-size: 12pt;
  font-weight: 600;
  text-decoration: none;
}

#top-nav a:hover {
  text-decoration: underline;
}

#top-nav ul {
  height: 40px;
  margin: 0;
  padding: 5px 0 0;
}

#top-nav ul li {
  float: left;
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
}

#top-nav ul li a span {
  background: url("../../../images/home/menu_separator.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  display: block;
  line-height: 100%;
  padding: 0 12px 2px 10px;
}

#top-nav ul li:last-child a span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.selectedNav {
  color: #057FC1;
}

#features1 {
  background: url("../../../images/home/features_bottom_bg.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
  border-bottom: 1px solid #E5E5E5;
}

#features {
  background: url("../../../images/home/features_bottom_bg.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
  border-bottom: 1px solid #E5E5E5;
  min-height: 150px;
  padding: 0 0 30px;
  position: relative;
  top: 20px;
  z-index: 2;
}

#features .feature {
  float: left;
  padding-right: 8px;
  width: 232px;
}

#features .feature:last-child {
  padding-right: 0;
}

#features .feature h3 {
  color: #E96E25;
  font-size: 10.5pt;
  margin: 0 0 4px;
}

#content {
  background: url("../../../images/home/masthead_shading_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin-left: 10px;
  min-height: 400px;
  min-width: 950px;
  padding: 30px 0 40px;
}

#content ul {
  margin-bottom: 15px;
  margin-left: 20px;
}

#content .two-col {}

#content .two-col .left {
  float: left;
  width: 470px;
}

#content .two-col .right {
  float: right;
  width: 470px;
}

#footer {
  margin-top: 15px;
  padding: 18px 0;
  position: relative;
}

#orangeFooter {
  background-color: #F15A29;
  height: 50px;
}

#footer-menu {
  color: #737373;
  float: left;
  margin-left:7%;
  font-weight: bold;
}

#footer-menu ul {
  margin: 0;
  padding: 0;
}

#footer-menu ul li {
  background: url("../../../images/home/footer_menu_separator.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  float: left;
  font-size: 9.5pt;
  list-style-type: none;
  padding: 0 12px;
}

#footer-menu ul li:last-child {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#footer-menu ul li:first-child {
  padding: 0 14px 0 0;
}

#footer-menu ul li a {
  color: #000;
  display: block;
  text-decoration: none;
}

#footer-menu ul li a:hover {
  text-decoration: underline;
}

#footer-menu ul li:last-child a {}

#social-media {
  float: right;
  height: 24px;
  width: 150px;
}

#social-media a {
  background: url("../../../images/home/social_media.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: 24px;
  margin-right: 7px;
  width: 24px;
}

#social-media a:hover {
  opacity: 0.7;
}

#social-media a:last-child {
  margin: 0;
}

#social-media #fb {
  background-position: 0 0;
}

#social-media #in {
  background-position: -31px 0;
}

#social-media #tw {
  background-position: -62px 0;
}

#social-media #rss {
  background-position: -31px 0;
}

#social-media #share-this {
  background-position: -124px 0;
}

#footer-links1 {
  background: url("../../../images/home/footer_links_bg.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
  border-top: 1px solid #E5E5E5;
  clear: both;
  margin: 0 auto;
  padding-top: 3px;
}

#footer-links {
  background: url("../../../images/home/footer_links_bg.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
  border-top: 1px solid #E5E5E5;
  clear: both;
  margin: 11px 0 18px;
  padding: 18px 0;
}

#footer-links h4 {
  color: #0095D9;
  font-size: 9pt;
  font-weight: bold;
  margin: 0 0 4px;
}

#footer-links .col {
  float: left;
  font-size: 9pt;
  min-height: 100px;
  padding-right: 12px;
  width: 182px;
}

#footer-links .col.last {
  padding: 0;
}

#footer-links .col ul {
  margin: 0;
  padding: 0;
}

#footer-links .col ul li {
  list-style-type: none;
}

#footer-links .col ul li a {
  color: #737373;
  text-decoration: none;
}

#copyright {
  color: #737373;
  font-size: 9pt;
  position: absolute;
  right: 0;
  width: 475px;
}

#copyright a {
  color: #737373;
}

.table {
  border: 1px solid #FFFFFF;
  border-collapse: collapse;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-bottom: 15px;
}

.designed,
.heading {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-collapse: collapse;
  border-color: -moz-use-text-color #0699DC #0699DC;
  border-image: none;
  border-right: 1px solid #0699DC;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.designed th,
.heading {
  background: url("../../../images/table_header_bg_repeat.png") repeat-x scroll 0 0 #115298;
  border-bottom: 1px solid #0C3E73;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 100%;
  margin: 0;
  padding: 11px 6px !important;
  text-align: left;
  text-transform: uppercase;
}

.designed td {
  border: 1px solid #0699DC;
  color: #737373;
  font-size: 14px;
  line-height: 100%;
  margin: 0;
  padding: 11px 6px;
  text-align: left;
}

.table.three-col table .narrow {
  width: 20%;
}

.table.three-col table .wide {
  width: 40%;
}

#masthead {
  margin-top: 10px;
  position: relative;
}

#masthead #slides {
  left: 0;
  position: absolute;
  top: 0;
  width: 960px;
  z-index: 1;
}

#masthead #slides .slide {
  left: 0;
  position: absolute;
  top: 0;
  width: 960px;
}

#masthead #slides .slide .slide-txt {
  color: #8C8C8C;
  float: right;
  font-size: 46px;
  line-height: 110%;
  padding-top: 80px;
  position: relative;
  width: 300px;
  z-index: 3;
}

#masthead #slides .slide .imageTitle {
  margin-bottom: 15px;
}

#masthead .noscript img {
  display: none;
}

#masthead .yeah {
  color: #8C8C8C;
  font-size: 46px;
  left: 670px;
  line-height: 110%;
  position: absolute;
  top: 90px;
  width: 296px;
  z-index: 3;
}

#masthead #slides .slide .get-help {
  display: block;
  margin-top: 30px;
}

#masthead #slides .slide .slide-img {
  position: absolute;
  z-index: 2;
}

#masthead #slides-spacer {
  height: 585px;
}

#slidesPager {
  left: 340px;
  position: relative;
  top: -50px;
  width: 300px;
  z-index: 4;
}

#slidesPager a {
  color: #E5E5E5;
  font-size: 32px !important;
  height: 23px;
  margin-left: 15px;
  text-decoration: none !important;
  width: 23px;
}

#slidesPager a.activeSlide {
  color: #737373;
}

.clear {
  clear: both;
}

.spacer {
  height: 20px;
}

label.login {
  float: left;
  padding: 2px 10px 0 0;
  width: 100px;
}

input.login {
  font-size: 12px;
  padding: 0 0 0 2px;
  width: 186px;
}

.privacyLink {
  display: inline-block;
  font-size: 11px;
  margin-top: 3px;
}

.more a {
  text-decoration: none;
}

#slidingDiv h2 {
  font-size: 14px;
}

#slidingDiv {
  margin-bottom: 25px;
}

#slidingDiv ul {
  list-style-image: url("../../../images/grid-li.html");
  margin: 0;
  padding: 0;
}

#slidingDiv li {
  margin-left: 15px;
}

.more {
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-bottom: 3px;
  padding-top: 2px;
  width: 100%;
}

.survey {
  font-family: Verdana;
}

.survey h1 {
  color: #999999;
  font-family: Trebuchet MS, Verdana;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
  padding-left: 5px;
  text-align: left;
}

.survey input,
.survey select,
.survey textarea {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.survey .fullrowcaption {
  color: #333333;
}

.survey .ratingscaption {
  color: #333333;
  font-weight: bold;
}

.survey td.fullrowcaption {
  font-weight: bold;
  padding-bottom: 6px;
  padding-top: 20px;
}

.survey td.rowcaption {
  padding: 4px;
}

.checklistcontainer {
  color: #000000;
  padding: 10px 15px 20px;
}

.checklist {
  border-collapse: collapse;
}

.checklist th {
  background: none repeat scroll 0 0 #999999;
  border-bottom: 1px solid #000000;
  color: #FFFFFF;
  font-weight: bold;
  padding: 4px;
  text-align: left;
}

.checklist td {
  border: 1px solid #0095D9;
  padding: 4px;
  text-decoration: none;
  vertical-align: top;
}

.checklist input,
.checklist select,
.checklist textarea {}

.checklistcaption {
  width: 50%;
}

.checklistfield td {
  border: medium none;
}

.checklist {
  width: 700px;
}

.checklist th {
  background: url("../../../images/grid_header.html") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #666666;
  color: #333333;
}

.tooltip {
  cursor: pointer;
}

.checklist_downloads .licenses {
  border-collapse: collapse;
}

.checklist_downloads .licenses td {
  border: 1px solid #C0C0C0;
  padding: 4px;
  vertical-align: top;
}

.checklist_downloads {
  width: auto;
}

.checklist_downloads_table td {
  padding: 4px;
  vertical-align: top;
}

.checklist_downloads_caption {
  color: #666666;
  font-weight: bold;
}

.checklist_downloads_field {}

.onetofiveradio td {
  text-align: center;
  vertical-align: middle;
  width: 90px;
}

.onetotenradio td {
  padding-right: 6px;
}

.verticalradio label {
  padding-left: 5px;
}

.radioheading {
  font-size: 13px;
  vertical-align: baseline;
}

.viewchecklist .checklist th {
  padding: 6px;
}

.viewchecklist .checklist td {
  padding: 6px;
}

.viewchecklist .checklistinfo td {
  padding: 4px;
}

.experienceRow td {
  font-size: 13px;
}

.newslist tr {}

.newslist td {
  border: 0 none;
}

.newslist_table td {
  border: 0 none;
}

.newslist_pager td {
  padding: 2px;
  text-align: right;
  width: 100%;
}

.newslist_title {
  margin: 0;
}

.newslist_title a:link,
.newslist_title a:visited {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.newslist_title a:hover {
  text-decoration: underline;
}

.newslist_date {
  color: #C0C0C0;
  font-size: 11px;
  margin-top: 4px;
}

.newslist_introduction {
  font-size: 12px;
  margin: 4px 0 6px;
}

.newslist_readmore {
  font-size: 12px;
  margin: 4px 0 24px;
}

.newsindividual_title {
  color: #E96E25 !important;
  margin-top: 20px;
}

.newsindividual_introduction {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.newsindividual_body {
  margin-bottom: 15px;
}

.newsindividual_back {
  margin-bottom: 20px;
}

#pnlFooterTestimonials {
  float: left;
  width: 50%;
}

.connectButton {
  background: url("../../../images/home/connect_off_state.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-style: none;
  display: block !important;
  height: 45px;
  text-indent: -99999px;
  width: 158px;
}

.connectButton:hover {
  background: url("../../../images/home/connect_hover_state.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.schedulecare .schedule_multi_table {
  border-collapse: collapse;
  width: auto;
}

.schedulecare .schedule_multi_table th {
  padding: 4px;
  text-align: left;
}

.schedulecare .schedule_multi_table td {
  padding: 4px;
}

.error {
  color: #FF0000;
  font-weight: bold;
}

/****************************************************/

.perfume {
  margin-bottom: 30px;
}

.perfume h4 {
  font-size: 22px;
  text-align: center;
  color: #ff9900;
  padding: 30px 0 4px 0;
  border-bottom: 1px solid #ff9900;
  width: 39%;
  margin: 0 auto;
}

.perfume .thumbnail p {
  text-align: center;
}

.perfume .cart {
  background: #000;
  padding: 8px 6px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  border-radius: 2px;
}

.perfume .cart a {
  color: #fff;
  text-decoration: none;
}

.perfume .cart:hover {
  background: #ff9900;;
  color: #fff;
  text-decoration: none;

}

.perfume p a {
  color: #3A3737;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
}

.perfume p a:hover {
  color: #1574E8;
  text-decoration: underline;
}

.perfume .price {
  font-weight: 600;
  color: #FD0A0A;
  font-size: 20px;
}

.thumbnail {
  /*box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.27);*/
  margin-bottom: 30px;
  display: block;
  border: 1px solid #929090;
  border-radius:4px;
}

.thumbnail .caption {
  min-height: 155px;
}

.center_btn {
  text-align: center;
}

.perfume .bttn {
  padding: 8px 26px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.perfume .bttn:hover {
  background: #1574E8;
  border: 1px solid #1574E8;
  color: #fff;
}

.listing {
  margin-top: 30px;
}

.listing .col-md-3 {
  width: 30%;
  float: left;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.top_head {
  background: #000;
  padding: 2px 0 4px 0
}

.top_head ul {
  margin: 0 60px 0 0;
  float: right;
}

.top_head ul li {
  list-style: none;
  float: left;
}

.top_head ul li a {
  color: #fff;
  font-size: 12px;
  padding: 0 2px 0 18px;
}

.top_head ul li a .fa {
  color: #fff;
}

.top_head ul li a:hover {
  color: #35EAFF;
}

.top_head img {
  margin-right: 5px;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none !important;
}

.carousel-control {
  top: 45%;
}

/***********************naviagation css*************************/

nav {
  position: relative;
  width: 980px;
  margin: 0 0; /* 0 auto */
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#cssmenu:after,
#cssmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

#cssmenu #head-mobile {
  display: none
}

#cssmenu {
  font-family: sans-serif;
  background: #f9be15;
  border-radius: 5px;
}

#cssmenu>ul>li {
  float: left
}

#cssmenu>ul>li>a {
  margin-left: 10px;
  padding: 13.5px 28px;
  font-size: 15px;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

#cssmenu>ul>li:hover>a {
  color: black;
}

#cssmenu>ul>li:hover, 
#cssmenu>ul>li.is-active
{
  background: #ff9900;;
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 111;
}

#cssmenu ul ul li {
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  background: #333;
  transition: all .25s ease;
}

#cssmenu li:hover>ul {
  left: auto;
  width: 230px;
}

#cssmenu li:hover>ul>li:hover>ul {
  width: 300px;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0
}

#cssmenu ul ul li a {
  padding: 11px 15px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
  color: #fff;
  background: #39F;
}

@media screen and (max-width:700px) {

.logo-responsive{
  width: 50px!important;
  height: auto; 
}
  nav {
    width: 100%;
  }
  #cssmenu {
    width: 100%
  }
  #cssmenu ul {
    width: 100%;
    display: none
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444
  }
  #cssmenu ul li:hover {
    background: #363636;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover>ul>li {
    height: auto
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0
  }
  #cssmenu>ul>li {
    float: none
  }
  #cssmenu ul ul li a {
    padding-left: 25px
  }
  #cssmenu ul ul li {
    background: #333 !important;
  }
  #cssmenu ul ul li:hover {
    background: #363636 !important
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px
  }
  #cssmenu ul ul li a {
    color: #ddd;
    background: none
  }
  #cssmenu ul ul li:hover>a,
  #cssmenu ul ul li.active>a {
    color: #fff
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
  }
  #cssmenu>ul>li.has-sub>a:after,
  #cssmenu>ul>li.has-sub>a:before,
  #cssmenu ul ul>li.has-sub>a:after,
  #cssmenu ul ul>li.has-sub>a:before {
    display: none
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: ''
  }
  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: ''
  }
  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 46px;
    width: 46px;
    cursor: pointer
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: ''
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none
  }
  #cssmenu ul ul ul li.active a {
    border-left: none
  }
  #cssmenu>ul>li.has-sub>ul>li.active>a,
  #cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: none
  }
}

/***************************************************************/

#social-media {
  display: none;
}

#cssmenu.secondary {
  float: left;
  width: 210px;
  position: relative;
  z-index: 100;
}

#cssmenu.secondary.is-small {
  max-height: 400px;
}

#cssmenu.secondary nav {
  width: 100%;
}

#cssmenu.secondary ul li {
  float: unset;
}

#cssmenu.secondary ul li a {
  padding: 12px 7px; 
}

#content.secondary {
  float: right;
  min-width: 10px;
  padding-top: 0px;
  position: relative;
  z-index: 100;
}

#content.secondary.is-small {
  max-height: 400px;
  background: none
}

#content.secondary,
#content.secondary #slides-spacer {
  /*width: 780px;*/
  width: 74%;
    float: left;
   
}

#features.secondary {
  margin-top: 0px;
}

#nav__container {
  clear: both;
}
/**
.listing .col-md-3 {
  width: 29%
}**/

.mc__container {
  display: flex;
  width: 90%;
  justify-content: space-between;
}

.mc__container .mc__right {
  width: 70%;
}
.rating {
	direction: rtl;
	unicode-bidi: bidi-override;
	color: #ddd; /* Personal choice */
}
.rating input {
	display: none;
}
.rating label:hover,
.rating label:hover ~ label,
.rating input:checked + label,
.rating input:checked + label ~ label {
	color: #ffc107; /* Personal color choice. Lifted from Bootstrap 4 */
}
.main-1
{
height:auto;
width:100%;
float:left;
clear:both;

}
.nav-1{height:auto;
width:20%;
float:left;


}
.nav-2{min-height:400px;
width:60%;
float:left;
}
.height-nav-1{
height:80px;
margin-top:2%;
}
.height-nav-circle{
height:75px;
width:75px;
border-radius:50%;
margin-left:25%;
margin-top:2%; 
background:#0a57a4;

}
.flo{float:left;}
.height-nav-circle img { 
	height:auto;
	width: 64%;
	margin-left: 16%;
	margin-top: 8%;
	transition: transform .1s;  box-sizing: border-box;
	}
.left-margin
	{margin-left:47px;}
	
.height-nav-circle img:hover {
  transform: scale(1.8); -ms-transform: scale(1.8); 
  -webkit-transform: scale(1.8);
  transform: scale(1.8); 
}
.main-box{
  height: 100px;
  border: 1px solid red;float: left;width: 100%;

}
.footer-class{
				width:10%;
				float:left;
			}	
.pagination>li>a, .pagination>li>span { border-radius: 50% !important;margin: 0 5px;}
.paging-bg
{ 
  border: 0.5px solid #404040;
  border-radius:7%;
  padding:10px;
  font-weight:2px;
  background:#f9be15;
  color:#000;
 
}
.active{background:#fb4500;color:#fff;}
.paging-bg:hover {background:#f9be15;color:#fff;}
.image-float{float: right;margin-top:2.55rem;}
.nav-background{
  background: #fb4500;
  margin-top:.55rem;
}
.product-circle
  {
    height: auto;
    width:50%;
    float: left;
    box-sizing:border-box;
    padding: 10px;
    
  }
  .no-margin{margin-left:0px !important;}
  .circle-margin-top
  { margin-top: 1%;

  }
  .height-nav-circle{
border:1px solid #000;
background:#f9be15;
}
.navbar-header{background: #fb4500 !important;}
.image-set{position: relative;left: -24px;}
.call {
        height: 30px;
        position: fixed;
        right: 10px;
        top: 180px;
        z-index: 100;
      }
    .call {
      height: 30px;
      position: fixed;
      right: 0px;
      top: 350px;
      z-index: 100;
    }

    .contactform {
      width: 400px;
      height: 500px;
      margin: 20px 0 0 13px;
      background-color: #fb4500;
      padding: 10px;
      float: left;
    }


    .contactform span {
      font-weight: bold;
      font-size: 14px !important;
      color: #333;
    }

    .contactform input {
      width: 230px;
      height: 20px;
      font-size: 11px !important;
      line-height: 10px;
      padding: 0 0 0 2px;
      margin-bottom: 5px;
      margin-top: 5px;
    }


    .contactform .input-comments textarea {
      width: 392px;
      height: 60px;
      font-size: 13px !important;
      border: 1px solid #acc4d7;
      padding: 2px 4px 2px 4px;
    }

    .contactform .terms {
      float: right;
      width: 210px;
      font-size: 9px;
      color: #666768;
      margin-right: 35px;
      margin-top: 5px;

    }

    .contactform .terms a {
      color: #116ee2;
    }

    .contactform .btn {
      float: left;
      width: 150px;
      height: 30px;
      margin-right: 20px;
    }
.active{
    color: #39F !important;
    background: 
}
.text-color{
color:black !important;
}
 /*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }
 /*jssor slider loading skin spin css*/
 .active{background: #ff9900;color:black!important;}
 .product-image{height: auto;width:40%;float: left;}
 .product-image img{height: auto;width: 70%;margin-top:20%;}
  .product-detail{height: auto;width:60%;float: left;border-left: 2px solid #ff9900;padding-left:15px;}
  .product-detail h1,h2,p,span {margin-left:0px;}
  .product-detail h1,h4{color: black;}
col-md-2{padding: 0px !important;}
.m-7{margin-left: 7% !important;}
.m-7 b{margin-left: 7% !important;}
.m-30{margin-left: 30% !important;}
#navbarCollapse {
    background: #f9be15;
    font-weight: bold;
    font-size: 14px !important;
}
*b{color: black !important;}
.call {
    height: 30px;
    position: fixed;
    right: 0px !important;
    top: 197px !important;
    z-index: 100;
    }
    .mobile-none{display: none;}
.about-image{height: auto;width: 100%; float: left;}
@media screen and (max-width: 600px) {
  .none{display: none;}
}

