/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.user_thumb {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
  height: 40px;
  width: 40px;
  z-index: 0;
  border: 1px solid #616161;
  padding: .2rem;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

video {
  position: initial;
}

.hero_in.shop_detail {
  height:400px !important;
}

.wishlist-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 9px 10px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.featured-tag-grid {
  position: absolute;
  right: 15px;
  top: 165px;
  z-index: 1;
  color: #fff;
  background-color: #850000;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
}

.featured-tag-grid:hover{
  color: #fff !important;
}

.featured-tag-list {
  margin-top: 128px;
  text-transform: uppercase;
}
.featured-tag-border{
  /*border: 1px solid #ffc108;*/
}
@media (max-width: 990px) {
  .featured-tag-list{
    margin-top: 108px;
    background-color: #ffc108!important;
    text-transform: uppercase;
  }
  
}

@media (min-width: 991px) {
  .featured-tag-list{
    margin-top: 134px;
    background-color: #ffc108!important;
    text-transform: uppercase;
  }
  
}

.featured-body{
  background-color: white;
}

.featured-footer{
  background-color:white;
}

.wishlist-icon:hover {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
}
.wishlist-icon:focus {
  color: #fff;
}

.main-menu ul ul:before {
  left: 61%;
}

@media only screen and (min-width: 992px){
  .main-menu ul li:hover > ul {
    margin-left: -90px;
  }
}

.stiky-map .map-full{
  height: calc(100vh - 128px);
}
.stiky-map{
  position: sticky;
  top:118px;
}

.stiky-map-list .map-full{
  height: calc(100vh - 60px);
}

.stiky-map-list{
  position: sticky;
  top:60px;
}

@media only screen and (max-width: 991px){
  .stiky-map .map-full{
    height: 40vh;
  }
}

.map-layout {
  border:15px solid #fff;
  background-color:#fff;
}

.single-listing-map {
  height: 500px;
}

.social-links ul li a i {
  color: #555;
  opacity: 0.6;
}

.social-links ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  font-size: 1.25rem;
}

.category-title {
  border-radius: 5px; background-color: rgb(129 0 0); padding: 20px; text-align: center; color: #fff; font-size: 20px; font-weight: bold;
}
.sub-category-link {
}
.sub-category-link:hover {
}
.sub-category-link .sub-category {
  border-radius: 2px; padding: 10px; margin: 4px 0px; text-align: left; color: #676767; background-color: #fff; width: 100%; transition: all .4s ease-in-out;
}
.sub-category-link .sub-category .sub-category-number{
  /* background-color: #e4e4e4; padding: 1px 5px; border-radius: 2px; margin-right: 10px; color: #fff; */
  background-color: #fff;
  color: #676767;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  padding: 6px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.sub-category-link .sub-category .sub-category-title{
  margin-right: 5px;
}
.sub-category-link .sub-category .sub-category-arrow{
  float: right;
}

.sub-category-link .sub-category:hover{
  background-color: #810000c7;
  /* -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); */
  color: #fff;
}

/* Popover styles */

.leaflet-popup-content {
  margin-top: 0px;;
}

.leaflet-popup-content-wrapper {
  width: 280px;
}
.leaflet-popup-content p{
  margin: 4px 0;
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    top: 15px;
    right: 15px;
    color: #fff;
    border-radius: 100%;
    z-index: 20;
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4);
    cursor: pointer;
    background-color: #ffffff;
    color: #333;
}

.leaflet-popup-content {
    margin: 0;
    width: 100% !important;
}
.leaflet-popup-content img{
    height: 160px;
    transition: all .4s ease-in-out;
}
.leaflet-popup-content img:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.leaflet-popup-content-wrapper {
    padding: 0;
    border-radius: 7px;
    overflow: hidden;
}
.leaflet-popup-content p i {
    position: absolute;
    left: 0;
    top: 3px;
}

.leaflet-popup-content p {
    padding-left: 22px;
    position: relative;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    box-shadow: 0 1px 4px rgba(0,0,0 ,0.3);
}
.strip .img {
    background-size: cover;
    background-position: center center;
}

.strip figure:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.focus-a-listing{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3544f9;
    border-color: #727cf5;
    border-radius: 50%;
}
.pagination-rounded .page-link {
    border-radius: 30px!important;
    margin: 0 3px;
    border: none;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #313a46;
    background-color: #fff;
    border: 1px solid #dee2e6;;
}

/* Customizing Radio Button */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background:  #810000;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hidden {
  display: none;
}

.box_detail .price > span {
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 1px) and (max-width: 990px) {
  #categorySideMap{
    /*height: 400px;*/
  }
  
}
@media (min-width: 1px) and (max-width: 990px) {
  #map{
    /*height: 400px;*/
  }
  
}
@media (min-width: 991px) {
  .custom-mt-7{
    margin-top: 58px;
  }
  
}

.social-button{
  width: 210px !important;
  float: left !important;
  margin-right: 5px;
  text-align: left !important;
}
/*
.map-direction-image{
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin .2s ease-in infinite;
  animation: zoomin .2s ease-in infinite;
  transition: all .2s ease-in-out;
  overflow: hidden;
}

.map-direction-image:hover{
  transform: scale(1.05);

  position: relative;
  background-size: cover !important;
  background-position: top !important;
  height: 150px !important;
  background-repeat: no-repeat;
}*/


/*Time picker custom css on beauty listing type appointment form*/
.gj-timepicker-bootstrap [role=right-icon] button .gj-icon, .gj-timepicker-bootstrap [role=right-icon] button .material-icons {
    position: absolute;
    font-size: 21px;
    top: 0px;
    left: 6px;
}
.input-group-append .btn-outline-secondary:hover {
  background-color: #fff;
  border-left: 1px solid #dee2e6;
}
.input-group-append .btn-outline-secondary {
  border: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6
}
.input-group-append {
  border-left: 1px solid grey;
}
.claimed_icon{
  font-size: 30px;
  color: #810000c7;
  cursor: pointer;
}
.claimed_icon_sm{
  font-size: 20px;
  color: #810000c7;
  cursor: pointer;
}
.tooltip div{
  /*background-color: #66BB6A;*/
  /*font-size: 18px;*/
  font-weight:500;
}
.blog_text img {
  width: 100% !important;
}
.text-10{
  font-size: 10px;
}
.text-11{
  font-size: 11px;
}
.text-12{
  font-size: 12px;
}
.text-13{
  font-size: 13px;
}
.text-14{
  font-size: 14px;
}
.text-15{
  font-size: 15px;
}




.shop-default #divProductList {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out
  }

  .shop-default .shop-grid-section-header {
    height: 62px;
    padding: 15px;
    border-bottom: 1px solid #f1f1f1
  }

  .shop-default .shop-grid-section-header .shop-grid-section-title {
    margin: 0;
    padding: 0 1rem;
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    color: #111
  }

  .shop-default .shop-grid-section-footer {
    padding: 1rem
  }

  .shop-default .btn-view-mode {
    font-size: 20px;
    line-height: 1.6;
    margin-right: 0;
    color: #eceeef
  }

  .shop-default .btn-view-mode.active {
    color: #2b2b2c
  }

  .shop-default .aux-text {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: .875rem;
    color: #2b2b2c
  }

  .shop-default .btn-reset-filters {
    font-weight: 400
  }

  .shop-default .btn-reset-filters>i {
    margin-right: 5px;
    font-size: 13px
  }

  .shop-default .product .price-wrapper .price {
    font-size: 32px;
    color: #2b2b2c
  }

  .shop-default .product .price-wrapper .price sup {
    font-size: 16px;
    top: -1em;
    font-weight: 400
  }

  .shop-default .product .price-wrapper .price .price-value {
    margin: 0 3px
  }

  .shop-default .product .price-wrapper .price.discount {
    text-decoration: none;
    margin-right: 8px
  }

  .shop-default .product .price-wrapper .price.discount .price-value {
    margin: 0 1px;
    font-weight: 400;
    font-size: 24px;
    text-decoration: line-through
  }

  .shop-default .product .price-wrapper .price.discount sup {
    font-size: 14px
  }

  .shop-default .product .price-wrapper .price.discount sup.price-value-dec {
    text-decoration: line-through
  }

  .shop-default .product .product-colors .product-colors-label {
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #2b2b2c;
    font-size: .75rem;
    font-weight: 500
  }

  .shop-default .product .product-colors .color-switch a {
    display: inline-block;
    float: none !important;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-bottom: 0;
    border-radius: .25rem
  }

  .shop-default .filter-sidebar {
    padding: 30px
  }

  .shop-default .filter-sidebar .filter-checkbox .checkbox {
    margin-bottom: 15px
  }

  .shop-default .filter-sidebar .filter-checkbox .checkbox label {
    padding-left: 10px
  }

  .shop-default .product figure {
    border: 0
  }

  .shop-default .product .switch-on-hover img {
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
  }

  .shop-default .product .switch-on-hover img.img-primary {
    display: block;
    opacity: 1
  }

  .shop-default .product:hover .switch-on-hover img {
    display: block;
    opacity: 1
  }

  .shop-default .product:hover .switch-on-hover img.img-primary {
    display: none;
    opacity: 0
  }

  .shop-cards .product.product--style-2 {
    position: relative
  }

  .shop-cards .product.product--style-2 .product-image {
    display: inline-block;
    float: left;
    width: 40%
  }

  .shop-cards .product.product--style-2 .product-content {
    display: inline-block;
    width: 60%
  }

  .shop-cards .product.product--style-2 .product-content .product-info {
    position: absolute;
    right: 20px;
    bottom: 12px
  }

  .shop-cards .product.product--style-2 .product-content .product-info .price-wrapper {
    display: block;
    margin-bottom: 10px
  }

  .shop-cards .product.product--style-2 .product-content .product-icon-btn {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #2b2b2c;
    font-weight: 500
  }

  .shop-cards .product.product--style-2 .product-content .product-icon-btn.active {
    color: #3452ff
  }

  .shop-cards .product.product--style-2 .product-content .product-icon-btn:last-child {
    margin-right: 0
  }

  .shop-cards .product.product--style-2 .product-content .product-icon-btn:hover {
    color: #3452ff
  }

  .shop-cards .product .product-description {
    color: #818a91;
    font-size: .875rem;
    line-height: 1.6
  }

  .shop-cards .product .product-long-description {
    max-width: 360px;
    margin: 0 auto
  }

  .shop-cards.shop-tech .product-buttons .btn-cart {
    font-size: 0.625rem !important;
    padding: 0.625rem 0.875rem !important
  }

  .shop-cards.shop-tech .product-buttons .btn-icon {
    background: transparent;
    border: 0;
    text-align: center;
    font-size: 1.2rem;
    padding: 2px;
    color: #818a91;
    border: 0;
    cursor: pointer
  }

  .shop-cards.shop-tech .product-buttons .btn-icon:hover,
  .shop-cards.shop-tech .product-buttons .btn-icon.active {
    color:#db1a1a;
  }

  .shop-cards .product .price-wrapper .price-sm {
    font-size: 24px
  }

  .shop-cards .product .price-wrapper .price-sm.discount .price-value {
    font-size: 1rem;
    font-weight: 600
  }

  .shop-grid .product {
    margin: 0;
    padding: 1.5rem
  }

  .shop-sportswear .product {
    background-color: #FFF
  }

  .shop-sportswear .block-image {
    padding: 1.5rem
  }

  .shop-minimalist .product {
    border: 0
  }

  .shop-minimalist .product .product-image {
    position: relative;
    background: #ebebeb;
    padding: 2rem
  }

  .shop-minimalist .product:not(.no-radius) .product-image,
  .shop-minimalist .product .product-image .mask {
    border-radius: .25rem
  }

  .shop-minimalist .product .product-image .product-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-transform: none;
    margin: 30px 0
  }

  .shop-minimalist .product .product-image .product-price-wrapper {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%
  }

  .shop-minimalist .product .product-image .product-price {
    font-weight: 400;
    color: #fff
  }

  .shop-minimalist .product .product-image .product-price .price-value {
    font-size: 24px
  }

  .shop-minimalist .product .product-image .product-price.discount {
    padding: 7px 0 0;
    margin-right: 4px;
    font-size: .875rem;
    font-weight: 400;
    color: #ff3b30;
    text-decoration: line-through
  }

  .product .product-actions--1.in,
  .product .product-actions--2.in,
  .product .product-actions--3.in {
    opacity: 1
  }

  .product .product-actions--1.animated,
  .product .product-actions--2.animated,
  .product .product-actions--3.animated {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s
  }

  .product .product-actions--1 {
    opacity: 0;
    width: 42px;
    position: absolute;
    left: 15px;
    bottom: 20px
  }

  .product .product-actions--1 .btn-product-action {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin-bottom: 6px;
    border: 0;
    border-radius: 38px;
    background: #eceeef;
    color: #2b2b2c;
    font-size: 18px;
    outline: 0;
    cursor: pointer
  }

  .product .product-actions--1 .btn-product-action:hover {
    background: #3452ff;
    color: #FFF;
    border-color: #0127ff
  }

  .product .product-actions--1 .btn-product-action:active {
    border-color: transparent
  }

  .product .product-actions--2 {
    opacity: 0;
    width: 80px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9)
  }

  .product .product-actions--2 .btn-product-action {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: transparent;
    color: #2b2b2c;
    font-size: 1rem;
    outline: 0;
    cursor: pointer
  }

  .product .product-actions--2 .btn-product-action:hover {
    background: transparent;
    color: #3452ff
  }

  .product .product-actions--2 .btn-product-action:active {
    border-color: transparent
  }

  .product .product-actions--3 {
    opacity: 0;
    width: 80px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: transparent
  }

  .product .product-actions--3.in {
    opacity: 1
  }

  .product .product-actions--3 .btn-product-action {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: transparent;
    color: #2b2b2c;
    font-size: 1rem;
    outline: 0;
    cursor: pointer
  }

  .product .product-actions--3 .btn-product-action:hover {
    background: transparent;
    color: #3452ff
  }

  .product .product-actions--3 .btn-product-action:active {
    border-color: transparent
  }

  .product-ribbon {
    position: absolute;
    top: 15px
  }

  .product-ribbon.product-ribbon-left {
    left: 15px
  }

  .product-ribbon.product-ribbon-right {
    right: 15px
  }

  .product-ribbon.no-space {
    top: 0
  }

  .product-ribbon.no-space.product-ribbon-left {
    left: 0
  }

  .product-ribbon.no-space.product-ribbon-right {
    right: 0
  }

  .product-ribbon.product-ribbon--style-1 {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    text-align: center;
    line-height: 48px;
    font-size: 11px;
    z-index: 10
  }

  .product-swiper-container {
    position: relative;
    padding-top: 20px
  }

  .product-swiper-container .swiper-slide img {
    max-width: 100%
  }

  .product-swiper-container .swiper-pagination {
    top: 0;
    bottom: auto;
    text-align: left
  }

  .product-description-wrapper .product-title {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    color: #2b2b2c
  }

  .product-description-wrapper .product-category-label {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 400;
    color: #818a91
  }

  .product-description-wrapper .product-short-text {
    margin: 16px 0
  }

  .product-description-wrapper .product-price {
    margin: 16px 0;
    font-size: 36px;
    font-weight: 400;
    color: #2b2b2c
  }

  .product-description-wrapper .product-price.discount {
    padding: 7px 0 0;
    margin-right: 4px;
    font-size: .875rem;
    font-weight: 400;
    color: #ff3b30;
    text-decoration: line-through
  }

  .product-description-wrapper .product-short-info {
    margin: 30px 0
  }

  .product-description-wrapper .product-short-info span {
    display: block;
    padding: 4px
  }

  .product-description-wrapper .product-short-info strong {
    font-weight: 500;
    color: #818a91;
    margin-right: 5px
  }

  .block {
    margin: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    cursor: default;
    border-radius: .25rem .25rem .25rem;
    -moz-border-radius: .25rem .25rem .25rem
  }

  .block:after,
  .block:before {
    display: table;
    content: ""
  }

  .block:after {
    clear: both
  }

  a>.block {
    cursor: pointer
  }

  .block.no-radius>.block-image img {
    border-radius: 0 !important
  }

  .block .lead {
    margin-bottom: 0
  }

  .block-stack-wrapper {
    border-radius: .25rem
  }

  .block-stack-wrapper .row {
    background: #fff
  }

  @media (max-width: 991px) {
    .block-stack-wrapper .row {
      margin-bottom: 20px
    }
  }

  .block .block-body {
    padding: 1.5rem 1.5rem
  }

  .block .block-body>p {
    margin-bottom: 0
  }

  .block .block-image {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative
  }

  .block .block-image img {
    max-width: 100%
  }
  .z-depth-2-top, .z-depth-2-top--hover:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  }
  .text-uppercase {
    text-transform: uppercase !important;
  }
  .bg-blue {
    background-color:#dc3545 !important;
    color: #FFF;
  }
  .product-ribbon {
    position: absolute;
    top: 15px;
  }
  .bg-pink {
    background-color: #ff2d55 !important;
    color: #FFF;
  }
  .bg-purple {
    background-color: #5856d6 !important;
    color: #FFF;
  }

  .strong-600 {
    font-weight: 600 !important;
  }
  .text-capitalize {
    text-transform: capitalize !important;
  }
  .heading-5 {
    font-size: 1.125rem !important;
  }
  .heading {
    margin: 0 0 6px;
    padding: 0;
    text-transform: none;
    font-family: "Nunito",sans-serif;
    font-weight: 600;
    color: #111;
    line-height: 1.46;
  }

  a.grid_item .info1 {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25px 25px 10px 25px;
    color:white !important;
    left: 0;
    top: 0;
    /*background: transparent;*/
    /*background: -webkit-linear-gradient(top, transparent, #000);*/
    /*background: linear-gradient(to bottom, transparent, #000);*/
    box-sizing: border-box;
    text-align: center;
  }



  .bg-gradient {
    /*background: #C9D6FF;
    background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF); 
    background: linear-gradient(to right, #E2E2E2, #C9D6FF);*/
  } 
  ul li {
    margin-bottom:1.4rem;
  }
  .pricing-divider {
    border-radius: 20px;
    background: #C64545;
    padding: 1em 0 4em;
    position: relative;
  }
  .blue .pricing-divider{
    background: #2D5772; 
  }
  .green .pricing-divider {
    background: #1AA85C; 
  }
  .red1 b {
    color:#C64545
  }
  .blue b {
    color:#2D5772
  }
  .green b {
    color:#1AA85C
  }
  .pricing-divider-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
  }
  .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  .btn-custom  {
    background:#C64545; color:#fff; border-radius:20px
  }

  .img-float {
    width:50px; position:absolute;top:-3.5rem;right:1rem
  }

  .princing-item {
    transition: all 150ms ease-out;
  }
  .princing-item:hover {
    transform: scale(1.05);
  }
  .princing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }
  .princing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
  }



.btn-primary {
    color: #fff;
    background-color:#810000c7;
    border-color:#520404;
}
.btn-primary:hover {
    color: #fff;
    background-color:#810000;
    border-color:#520404;
}

.btn:focus, .btn:hover {
    text-decoration: none;
    color: white;
}

.text-success {
    color:#810000c7!important;
}
a.text-success:focus, a.text-success:hover {
    color:#810000!important;
}