body{
  color: var(--black) !important;
  /*text-align: center;*/
  background: var(--bg-color) !important;
  font-family: var(--body-font);
}
.bg-white{
  border-radius: 8px;
}

.bannerBtn{
  background: var(--banner-btn-color);
  color: var(--banner-btn-font-color);
  font-family: var(--baner-btn-font);
}
.tagLine{
  color: var(--tagline-color);
  font-family: var(--tagline-font);
  font-size : 14px;
}
.widgetBtn{
  background: var(--widget-btn-color);
  color: var(--widget-btn-font-color);
  font-family: var(--widget-btn-font);
}
.widgetBtn:hover{
  color: var(--widget-btn-hovor-color);
}
.widgetBox{
  background: var(--widget-back-color);
  height: var(--widget-height);
}

.widgetBoxTitle{
  color: var(--widget-title-color);
  font-family: var(--widget-title-font);
}
.widgetBody{
  color: var(--widget-body-font-color);
  font-family: var(--widget-body-font);
	font-size: 12px;
}

/* .poweredBy{
  color: var(--poweredBy-color);
  font-family: var(--poweredBy-font);
} */

@media (min-width: 991px) {
  .headerBtn {
    margin-left: var(--header-btn-space); 
  }
  .siteTitle{
    margin-left : var(--header-title-space);
  }
  #header .siteLogo {
    margin-left: var(--header-logo-space);
  }
}

#header a:not(.btn) {
  color: var(--h-anchor-color) !important;
}
#header a:not(.btn):hover {
  color: var(--h-anchor-hovor-color) !important;
} 

#footer .footer-top a:not(.btn) {
  color: var(--f-anchor-color) !important;
}
#footer .footer-top a:not(.btn):hover {
  color: var(--f-anchor-hovor-color) !important;
} 

.widgetBox a:not(.btn) {
  color: var(--widget-anchor-color) !important;
}
.widgetBox a:not(.btn):hover {
  color: var(--widget-anchor-hovor-color) !important;
} 



/*--------- Pricing table--------*/
.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .panel-pricing:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  }
  .panel-pricing .panel-heading {
    padding: 20px 10px;
  }
  .panel-pricing .panel-heading .fa {
    margin-top: 10px;
    font-size: 58px;
  }
  .panel-pricing .list-group-item {
    color: #777777;
    border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  }
  .panel-pricing .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .panel-pricing .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .panel-pricing .panel-body {
    background-color: #f0f0f0;
    font-size: 40px;
    color: #777777;
    padding: 20px;
    margin: 0px;
  }
  
  /*how it works section*/
  
  .listar-map-button {
    width: 100%;
    position: absolute;
    display: table;
    right: 0;
    top: 0;
    height: 200px;
    line-height: 164px;
    white-space: nowrap;
    font-size: 0;
  }
  
  .listar-map-button {
    right: auto;
    /***
      box-shadow: 0 0 65px rgba(0,0,0,.07) inset, 0 0 35px rgba(0,0,0,.05) inset;**/
  }
  
  .listar-map-button-text span {
    background-color: #fff;
    color: #252525;
    text-shadow: none;
  }
  
  .listar-page-header-content .listar-map-button-text span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    height: 44px;
    line-height: 1.6;
    padding: 10px 25px;
    box-shadow: 0 0 300px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 0, 0, 0.06);
    border-radius: 50px;
    background-color: rgba(35, 40, 45, 0.9);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  }
  

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
  header .footer-wave {
    max-width: 102%;
    width: 100%;
    height: 187.8px;
    left: 0;
    z-index: 1;
    bottom: -67px;
    background: url(https://1.bp.blogspot.com/-NYl6L8pz8B4/XoIVXwfhlNI/AAAAAAAAU3k/nxJKiLT706Mb7jUFiM5vdCsOSNnFAh0yQCLcBGAsYHQ/s1600/hero-wave.png)
      repeat-x;
    animation: wave 10s cubic-bezier(0.44, 0.66, 0.67, 0.37) infinite;
  }
  
  @keyframes wave {
    0% {
      background-position: 0;
    }
    100% {
      background-position: 1440px;
    }
  }
  
  .listar-feature-item-wrapper {
    margin-bottom: 120px;
    padding-left: 27px;
    padding-right: 27px;
  }
  
  .listar-feature-item {
    height: calc(100% - 20px);
  }
  label{
    font-weight: normal;
  }
  .listar-feature-item.listar-feature-has-link
    ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
  }
  
 
  /* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 
  .listar-feature-item a {
    position: absolute;
    top: -12px;
    left: 15px;
    border-right: 4px solid black;
    height: calc(100% + 4px);
    border-radius: 1000px;
    z-index: 10;
  }
  @media (max-width: 992px) { 
    .listar-feature-item a {
      position: absolute;
      top: -12px;
      left: 15px;
      width: calc(100% - 30px);
      height: calc(100% + 4px);
      border-radius: 1000px;
      z-index: 10;
    }
  }
 }
  .listar-feature-with-image .listar-feature-item a:before {
    content: "";
    position: absolute;
    top: -74px;
    left: 50%;
    margin-left: -74px;
    width: 148px;
    height: 148px;
    border-radius: 1000px;
    z-index: 10;
  }
  
  .listar-feature-item a:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    z-index: 10;
    animation: ripple 0.7s linear infinite;
    box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
      -5px -5px 10px rgba(255, 255, 255, 0.5);
  }
  
  
  @keyframes ripple {
    0% {
          box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
    }
    100% {
      box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
    }
  }
  
  
  
  .listar-feature-item .listar-feature-item-inner {
    padding: 50px 30px;
    border-radius: 6px;
    z-index: 5;
    position: relative;
    height: 100%;
  }
  
  .listar-feature-item .listar-feature-item-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .listar-feature-item .listar-feature-item-inner:before {
    border: 0;
    box-shadow: 80px 10px 100px rgb(80 80 80 / 15%), 5px 0px 5px rgb(80 80 80 / 2%);
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(40%, rgba(255, 255, 255, 0)),
      color-stop(100%, rgba(255, 255, 255, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
  }
  
  .listar-feature-item .listar-feature-item-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
 

  
  .listar-feature-right-border {
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    top: -12px;
    left: 50%;
    overflow: hidden;
  }
  #hero {
    width: 100%;
    height: 50vh;
    background-size: cover;
    border: 11px solid #FFFFFF;
    filter: drop-shadow(0px 20px 30px rgba(63, 43, 150, 0.1));
    border-radius: 10px;
}

@media (max-height: 500px){
#hero {
    height: 120vh;
}
}
@media (min-width: 1200px){
  .container{
    max-width:1320px !important;
  }
}
  .listar-feature-items {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .listar-feature-right-border:before,
  .listar-hovering-features
    .listar-feature-item
    a:hover
    ~ .listar-feature-item-inner
    .listar-feature-right-border:before {
    border: 11px solid var(--primary);
  }
  
  .listar-feature-right-border:before,
  .listar-hovering-features
    .listar-feature-item
    a:hover
    ~ .listar-feature-item-inner
    .listar-feature-right-border:before,
  .listar-hovering-features-grey
    .listar-feature-item
    a:hover
    ~ .listar-feature-item-inner
    .listar-feature-right-border:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 11px solid var(--secondary);
    border-radius: 800px;
    left: -50%;
  }
  
  .listar-feature-item .listar-feature-block-content-wrapper {
    position: relative;
    display: block;
    text-decoration: none;
    margin: -30px;
    padding: 30px;
    height: calc(100% + 100px);
  }
  
  .listar-features-design-2 .listar-feature-item-wrapper {
    margin-bottom: 120px;
    padding-left: 27px;
    padding-right: 27px;
  }
  
  .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
    content: "";
    background-color: #fff;
    z-index: 6;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .listar-feature-icon-wrapper {
    width: 148px;
    height: 148px;
    line-height: 148px;
    border-radius: 500px;
    position: relative;
    background-color: #fff;
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    vertical-align: middle;
    margin-left: -74px;
    top: -66px;
    margin-top: -74px;
  }
  
  .listar-feature-icon-inner {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 500px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
    background: #fff;
  }
  
  .listar-feature-icon-inner div {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: left;
  }
  
  .listar-feature-icon-inner img {
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    height: 90px;
  }
  
  .listar-feature-item img,
  .listar-feature-item i {
    position: relative;
    display: inline-block;
    border-bottom: 0;
    font-size: 40px;
    top: 0;
    padding: 0;
    color:  var(--secondary);
  }
  
  .listar-feature-with-image .listar-feature-content-wrapper {
    top: 0;
  }
  .listar-feature-content-wrapper {
    position: relative;
    margin-top: -15.5px;
  }
  
  .listar-feature-item .listar-feature-item-title {
    padding-top: 0;
    margin: 0 0 30px;
    text-align: center;
    line-height: 1.5;
  }
  
  .listar-feature-item
    .listar-feature-item-title.listar-feature-counter-added
    > span {
    margin-left: 25px;
    border-radius: 0 50px 50px 0;
  }
  
  .listar-feature-item .listar-feature-item-title > span {
    box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
      5px 0px 40px rgba(80, 80, 80, 0.1);
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    background-color: #fff;
  }
  
  .listar-feature-item .listar-feature-item-title > span span {
    box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),
      5px 0px 80px rgba(80, 80, 80, 0.15);
    padding: 10px 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 30px;
    white-space: nowrap;
    position: absolute;
    top: -3px;
    left: -40px;
    border-radius: 50px;
    background-color: #fff;
  }
  
  .listar-feature-item .listar-feature-item-title span {
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    text-shadow: none;
    border-radius: 50px;
    color: #252525;
    font-size: 18px;
  }
  
  .listar-feature-item-excerpt {
    padding: 0 20px;
  }
  
  .listar-feature-item-excerpt {
    color: #252525;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  
  .pset {
    padding-top: 80px;
  }
  
  .listar-map-button-text span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    height: 44px;
    line-height: 1.6;
    padding: 10px 25px;
    box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
    border-radius: 50px;
    background-color: rgba(35, 40, 45, 0.9);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  }
  
  .listar-map-button-text span {
    background-color: #fff;
    color: #252525;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  
  .listar-map-button-text span:after {
    border: 12px solid #fff;
  }
  
  .listar-map-button-text span:after {
    content: "";
    position: absolute;
    top: -14px;
    left: -14px;
    width: calc(100% + 28px);
    height: calc(100% + 28px);
    border-radius: 36px;
  }
  
  .listar-map-button:hover .listar-map-button-text span {
    padding: 10px 43px 10px 51px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  
  .listar-feature-with-image .listar-feature-item a:before {
    content: "";
    position: absolute;
    top: -74px;
    left: 50%;
    margin-left: -74px;
    width: 148px;
    height: 148px;
    border-radius: 1000px;
    z-index: 10;
  }
  
  .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
      15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
    bottom: -30px;
    background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
    background-size: 40%;
    color: #555;
    line-height: 52px;
  }
  
  /* new css */
  nav#navbar {
    padding: 0em 3rem !important;
    min-height: 80px;
}
.left-menu-container {
  max-width: 1150px;
}

.logo img {
  max-height: 70px;
  object-fit: contain;
}
.mobile-menu-btn {
  cursor: pointer;
}
.mobile-menu a {
  color: var(--primary);
  padding: 0px 40px;
  font-size: 16px;
  font-weight: 600;
}
.mobile-menu span {
  display: block;
  padding: 10px 10px;
  text-align: center;
}
.mobile-signout{
  text-align: center;
}
.left-menu-container a.active {
  border-bottom: 0.2rem solid var(--secondary);
  padding-bottom: 0.2rem;
}
a.active {
  color: var(--primary);
  font-weight: bold !important;
}
.left-menu-container a {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  margin-right: 1rem;
}
.mobile-menu {
  position: fixed;
  top: 0;
  background: var(--white);
  z-index: 9;
  width: 80%;
  height: 100vh;
  padding-top: 18px;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
  #header .logo {
    font-size: 30px;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.secondaryMenu a{
  font-size: 20px;
}
header {
  background: var(--h-bg-color);
  font-family: var(--h-font-family);
}
.headerFeatureBtn{
  background:  var(--h-btn-color);
  color : var(--h-btn-font-color) ;
  border : 1px solid var(--h-btn-font-color);
}
.headerFeatureBtn:hover{
  color : var(--h-btn-hovor-color) !important;
  border : 1px solid var(--h-btn-font-color);
}
.cart-btn{
  background:  var(--h-cart-btn-color);
  color : var(--h-cart-btn-font-color);
  border : var(--h-cart-btn-color);
}
.profile-btn{
  background:  var(--h-profile-btn-color);
  color : var(--h-profile-btn-font-color);
  border : var(--h-profile-btn-color);
}
.login-btn{
  background:  var(--h-login-btn-color);
  color : var(--h-login-btn-font-color);
  border : var(--h-login-btn-color);
}
.login-btn:hover{
  color : var(--h-login-btn-font-color) !important;
}
.siteTitle{
  color : var(--h-site-title-color);
  font-family: var(--h-site-title-font);
}
.user-name{
  color : var(--h-user-color);
}
.clients {
  padding: 15px 0;
  text-align: center;
}

.section-bg {
  background-color: #f6f9fe;
}
section {
  padding: 30px 0;
  overflow: hidden;
}
.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 30px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}
.body-content {
  background-color: white;
   background-image: none;
  background-position: center;
  background-repeat: no-repeat;
   margin: 0 auto; 
  min-height: 80vh;
}
#hero:before {
  content: "";
  /* background: rgba(255, 255, 255, 0.6); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#header .logo img {
  max-height: 130px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}
.btn-block {
   display: inline-block !important;
   width: 50% !important; 
}
.list-group-item+.list-group-item {
  border-top-width: 0;
}
.mobile-menu.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 10px 10px 8px #888888;
}
.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.frontend-footer,
footer .copyright-sec  {
  padding: 0 0 30px 0;
  color: var(--text-color);
  font-size: 14px;
  background: var(--bg-color);
}
#footer .footer-top {
  padding: 30px 0 30px 0;
  background: var(--footer-bg-color);
  margin-top: 10px;
  color: var(--footer-text-color);
  font-family: var(--footer-font);
}
#footer .copyright {
  text-align: center;
  float: left;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
a:not(.btn):hover {
  color: var(--a-hover-color) !important;
}


a.active{
  color: var(--a-hover-color) !important;
}

.btn-outline-primary:hover {
  color: var(--text-color-btn);
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}

.rule {
  color: #888b86;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 5px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.loginTable{
  background-color: white;
    max-width: 100%;
    width: 350px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 2%;
}
.font-style-normal{
  font-style: normal;
}
.rule__text {
  background: #fff;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  z-index: 1;
}
.rule:after {
  background: #e1e2e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
}
#footer .footer-top .footer-links,
#footer .footer-top .footer-contact{
  color: var(--blackColor);
}
#footer .copyright,
#footer .credits{
  font-size: 12px;
}
#footer .footer-links ul li a{
  color: var(--blackColor) !important;
}
@media only screen and (max-width: 768px)
 {
  nav#navbar{
    padding: 0em 1rem !important;
  }  
  .right.text-right.d-flex{
    flex-direction: column;
  } 
  .secondaryNavButton{
    width:75%;
  }
}

@media only screen and (max-width: 460px)
 {
  .right.text-right.d-flex{
    flex-direction: column;
  }
  .secondaryNavButton{
    width:75%;
  }
  .logoText{
    font-size: 22px;
  }
}

#shadow-host-companion{
  padding: 0;
}
main {
  min-height: 60vh;
}