body {
  font-family: "Poppins";

}
h1 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 17px;
}
h2 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 17px;
}
h3 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 17px;
}
p {
  font-size: 16px;
  line-height: 1.4;
  padding-left: 15px  0;
}
.top-90 {
  padding-top: 90px;
}
.bottom-90 {
  padding-bottom: 90px
}
code {
  font-family: Consolas,"courier new";
  color: crimson;
  background-color: #f1f1f1;
  padding: 2px;
  font-size: 10px!important;
  height: auto!important;
}
pre {
  height: auto!important;
}
.white-bg:last-child .center-flex {
  border-bottom: none!important;
}
.can-toggle {
  position: relative;
width: 204px;
margin-left: calc(50% - 102px);
border: 0px solid #e0e0e0;
border-radius: 30px;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.can-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.can-toggle label .can-toggle__label-text {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 32px;
}
.can-toggle label .can-toggle__switch {
  position: relative;
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: #fed008;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
  background-color: #fff;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  color: #000;
}
.can-toggle input[type="checkbox"]:hover ~ label {
  color: #000;
}
.can-toggle input[type="checkbox"]:checked ~ label:hover {
  color: #000;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color: #fff;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color: #000;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  background-color: #fff;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  color: #000;
}
.can-toggle label .can-toggle__label-text {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.can-toggle label .can-toggle__switch {
  -webkit-transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
          transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #fff;
}
.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #000;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {

}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(96px, 0, 0);
          transform: translate3d(96px, 0, 0);
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {

}
.can-toggle label {
  font-size: 14px;
}
.can-toggle label .can-toggle__switch {
  height: 36px;
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  border-radius: 25px;
}
.can-toggle label .can-toggle__switch:before {
  left: 98px;
  font-size: 12px;
  line-height: 36px;
  width: 103px;
  padding: 0 12px;
  color:  #777;
}
.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 25px;
  width: 100px;
  line-height: 32px;
  font-size: 12px;
}
.can-toggle label .can-toggle__switch:hover:after {

}
.bottom-15px {
  margin-bottom: 25px;
}
.divider {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 50px;
  margin-bottom: 50px;
  height: 1px;
}
.no-pad {
  padding-left: 0!important;
  padding-right: 0!important;
}
.glow {
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
.icon-img {
  padding: 15px;
  float: left;
  width: 100%;
}
.h66 {
  height: 66px;
  margin-top: 10px;
}
.white-bg {
  background: #fff;
  float: left;
}
.icon-img img {
      margin: 0px auto 0;
      max-height: 100%;
      width: auto;
}
.prod-title {
  font-size: 20px;
  color: #000;
  padding: 15px 0 5px 0;
  width: 100%;
  float: left;
}
.con-title {
  font-size: 15px;
  color: #222;
  padding: 15px 0 5px 0;
  width: 100%;
  float: left;
  line-height: 1.4;
}
.prod-disc {
  font-size: 14px;
  color: #999;
line-height: 1.3;
padding: 6px 0 10px 0;
width: 100%;
float: left;
}
.article-head {
  position: relative;
  float: left;
  width: 100%;
}
.article-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  color: #fff;padding: 40px 20px 10px;
  line-height: 1.5;
  font-weight: 200;
}
.use-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(0 0 0 / 43%) 100%);;
  color: #fff;padding: 40px 20px 10px;
  line-height: 1.5;
  font-weight: 200;
}

.article-bottom  span, .use-bottom span {
  font-weight: 700;
}
.con-disc {
  font-size: 11px;
  color: #999;
line-height: 1.3;
padding: 6px 0 10px 0;
width: 100%;
float: left;
}
.prod-price {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  width: 100%;
  float: left;
}
.find {
  position: absolute;
  right: calc(50% - 21px);
  top: 11px;
  width: auto;
  height: 30px;
}
.top-100px {
  margin-top: 100px;
}
.center-flex {
  display:flex; align-items: Center;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}
.bin-btn {
  background-color: #ff5050;
    padding: 8px;
    border-radius: 10px;
    border: none;
    width: 40px;
    margin-left: 20%;
}
.bin-btn img {
  width: 15px;
  height: auto;
}
.icon-label {
  color: black;
  text-align: center!important;
  line-height: 1.3;
  margin: 10px 0;
  float: left;
  width: 100%;
}
.ticket-bland {
    border-left: 5px solid #929292;
    background: #efefef
}
.ticket-ok {
  border-left: 5px solid #1181c4;
    background: #d4effe;
}
.ticket-bad {
    border-left: 5px solid #cf6060;
    background: #fee7e7;
}
.default-btn {
  width: 200px;
  background-color: #f8be28;
  color: #000;
  padding: 15px;
  border-radius: 30px;
  border: none;
  margin-bottom: 10px;
}
.transaction .prod-disc {
    font-size: 14px;
    color: #999;
    line-height: 1.3;
    padding: 10px 0 10px 0;
    width: 100%;
    float: left;
}
.inactive {
  opacity: 0.5;
}
.dispute-title {
  font-weight: 500!important;
  padding-bottom: 20px;
  margin-bottom: 25px;
  float: left;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.other-text {
  padding: 20px;
  background: #d2e0f5;
  color: #646464;
  line-height: 1.3;
  text-align: left;
  position: relative;
  border-radius: 0 15px 15px 15px;
  float: left;
  margin-left: 20px;
  width: calc(90% - 20px);
  margin-bottom: 20px;
}
.my-text {
  padding: 20px;
  background: #cdf7d5;
  color: #646464;
  line-height: 1.3;
  text-align: left;
  position: relative;
  border-radius:  15px 0 15px 15px;
  float: right;
  margin-right: 20px;
  width: calc(90% - 20px);
  margin-bottom: 20px;
}
.triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  transform: rotate(0deg);
}
.other-text .triangle {
  position: absolute;
  top: 0;
  border-width: 0 21px 21px 0;
  left: -20px;
  border-color: transparent #d2e0f5 transparent transparent;
}
.my-text .triangle {
  position: absolute;
  top: 0;
  border-width:  21px 21px 0 0;
  right: -20px;
  border-color: #cdf7d5 transparent transparent transparent;
}
input[type="text"] {
  border: none;
  padding: 0px 15px!important;
  border-bottom: 2px solid #000;
  width: 100%;
  margin-bottom: 10px;
  height: 50px;
}
input::placeholder {
  color: #ccc!important;
}
input:focus, select:focus {
  outline: none!important;
}
select {
  border: none;
  padding: 0 13px;
  border-bottom: 2px solid #000;
  width: 100%;
  margin-bottom: 10px;
  height: 50px;
}
input[type="textarea"] {
  border: none;
  background-color: #f9f9f9;
  border-radius: 0;
  width: 100%;
  padding: 5px 7px;
  border-bottom: 2px solid #000;
  min-height: 100px;
}
.progressbar {
  counter-reset: step;
}
.progressbar li {
  list-style: none;
  display: inline-block;
  width: 29.33%;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.progressbar li:before {
  content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.progressbar li:after {
  content: "";
  position: absolute;
  width: 87%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index : 2;
}
.upload {
  background: #000;
  color: #fff;
  padding: 9px 14px;
  position: absolute;
right: 14px;
top: 6px;
border: None;
border-radius: 22px;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {

}
.progressbar li.active:before {
background-color: #fed008;
color: #000;
border: none;
}
.progressbar li.active + li:after {
  border-color: #fed008;
    background: #fed008;
    color: #000;
}
.steps{
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  width: 100%;
  float: left;
  margin: -9px 0 14px;
  color: #4972a7;
}
.ticket {
  width: 100%;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
}
.ticket-title, .article-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400;
}
.ticket-id {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
}

.ticket-detail {
  font-size: 13px;
  padding: 0 0 10px 0;
  color: #999;
  line-height: 1.3
}

.mega-title {
font-size: 40px;
font-weight: 800;
padding: 60px 0;
color: #fff;
text-align: center;
background-color: #377ea5;
}
.mega-title p {
  font-weight: 300;
  line-height: 1.5;
  font-size: 14px;
  margin-top: 20px;
}

a.ticket-link {
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 2px;
  color: #000;
  border: 1px solid #000;
  padding: 5px 8px;
  margin-right: 10px;
}
.ticket-warning {
  border-left: 5px solid orange;
}
.ticket-warning .ticket-detail {
  color: orange;
}

.ticket-danger {
  border-left: 5px solid red;
}
.ticket-danger .ticket-detail {
  color: red;
}
.ticket-success {
  border-left: 5px solid green;
}
.ticket-success .ticket-detail {
  color: green;
}
.no-action {
  opacity: 0.4;
}
.low-grey {
  background-color: #ededed;
}
.pad-15 {
  padding: 15px;
}
.article-header {
  background-image: url(../images/article.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  border-radius: 14px 14px 0 0;
  height: 200px;
  width: 100%;
}
.article-heading {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 7px;
  margin-bottom: 0;
}

.article-title {
  margin-top: 20px;
  font-size: 13px;
}

.article {
  border-radius: 14px 14px 0 0;
}
.article p {
  padding-top: 0;
  margin-top: -10px;
  margin-bottom: 10px;
  color:#666;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 13px;
}
.navbar .container {
  width: 100%;
}
.navbar-right {
  margin-right: 10px;
}
input[type="text-area"] {
  border: none;
  padding: 0px 20px!important;
  border-bottom: 2px solid #000;
  width: 100%;
  margin-bottom: 10px;
  height: 100px;
  background: #f0f0f0;
  vertical-align: top;
  line-height: 1.2;
  font-size: 16px;
  white-space: pre-wrap;
}
.notification {
  position: relative;
  margin-right: 7px;
}
.notification .badge-red {
  position: absolute;
  top: 6px;
  right: -18px;
  padding: 0px 7px 0 6px;
  border-radius: 62%;
  background-color: rgb(255 0 0 / 7%)!important;
  color: #ff0000;
  font-size: 12px;
  font-weight: 300;
  border: 1px solid #ff0000;
}
li .material-icons {
  position: absolute;
  left: calc(50% - 12px);
  top: 7px;
  color: #999;
}
.notification .badge-cart {
  position: absolute;
  top: 5px;
  right: calc(50% - 32px);
  padding: 0px 6px 0 6px;
  border-radius: 60%;
  background-color: #7eaa7f17!important;
  color: #2b992c;
  font-size: 12px;
  font-weight: 300;
  border: 1px solid #2a992d;
}
.property {
  font-size: 14px;
  line-height: 1.7;
  padding: 15px 0;
}
.property .bold {
  font-weight: 600;;
}
.subnav {
  position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    background: #e1e1e1;
}



.carousel-control .glyphicon-chevron-right,.carousel-control .glyphicon-chevron-left {
  font-size: 30px!important;
  top: 46%;
}
.def:hover {
  background: #f8be28;
}
.cash-only {
  position: absolute;
  width: 116px;
  bottom: -4px;
  right: -4px;
  height: auto;
}
button.mini {
  height: 40px;
  margin-top: 10px;
  padding: 10px;
}
button.mini:hover {
  height: 40px;
  margin-top: 10px;
  padding: 10px;
}




.badge {
  border-radius: 8px;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: .7142em;
  line-height: 12px;
  background-color: transparent;
  border: 1px solid;
  margin-bottom: 5px;
  border-radius: .875rem;
}
.bg-green {
  background-color: #50d38a !important;
  color: #fff;
}
.bg-blush {
  background-color: #ff758e !important;
  color: #fff;
}
.bg-amber {
  background-color: #FFC107 !important;
  color: #fff;
}
.bg-red {
  background-color: #ec3b57 !important;
  color: #fff;
}
.bg-blue {
  background-color: #60bafd !important;
  color: #fff;
}
.card {
  background: #fff;
  margin-bottom: 30px;
  transition: .5s;
  border: 0;
  border-radius: .1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  box-shadow: none;
}
.inbox .action_bar .delete_all {
  margin-bottom: 0;
  margin-top: 8px
}

.inbox .action_bar .btn,
.inbox .action_bar .search {
  margin: 0
}

.inbox .mail_list .list-group-item {
  border: 0;
  padding: 15px;
  margin-bottom: 1px;
  margin-left: 0!important;
  background: rgb(255 255 255 / 82%);
}

.inbox .mail_list .list-group-item:hover {
  background: #d7d7d7;
}

.inbox .mail_list .list-group-item .media {
  margin: 0;
  width: 100%
}

.inbox .mail_list .list-group-item .controls {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  text-align: center;
  margin-top: 11px
}

.inbox .mail_list .list-group-item .controls .checkbox {
  display: inline-block
}

.inbox .mail_list .list-group-item .controls .checkbox label {
  margin: 0;
  padding: 10px
}

.inbox .mail_list .list-group-item .controls .favourite {
  margin-left: 10px
}

.inbox .mail_list .list-group-item .thumb {
  display: inline-block
}

.inbox .mail_list .list-group-item .thumb img {
  width: 40px
}

.inbox .mail_list .list-group-item .media-heading a {
  color: #555;
  font-weight: normal
}

.inbox .mail_list .list-group-item .media-heading a:hover,
.inbox .mail_list .list-group-item .media-heading a:focus {
  text-decoration: none
}

.inbox .mail_list .list-group-item .media-heading time {
  font-size: 13px;
  margin-right: 10px
}

.inbox .mail_list .list-group-item .media-heading .badge {
  margin-bottom: 0;
  border-radius: 50px;
  font-weight: normal
}

.inbox .mail_list .list-group-item .msg {
  margin-bottom: 0px
}

.inbox .mail_list .unread {
  border-left: 4px solid #f8be28;
  background-color: #fff;
}

.inbox .mail_list .unread .media-heading a {
  color: #333;
  font-weight: 700
}

.inbox .btn-group {
  box-shadow: none
}

.inbox .bg-gray {
  background: #e6e6e6
}
.float-right {
float: right!important;
}
p.msg {
  text-align: left!important;
  color: #c4c4c4!important;
  font-size: 14px;
}
.unread p.msg {
  text-align: left!important;
  color: #676767!important;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .inbox .mail_list .list-group-item .controls {
      margin-top: 3px
  }
  .small-full {
    width: 100%;
  }
  .desktop {
    display: none;
  }
  .center-flex {
    width: 25%;
}

.center-flex .prod-disc {
  width: 100%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
}
  .pagination {
 
    margin: 0;
    
}
.elips {
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}

.panel-group .panel-heading {
  border-bottom: 0;
    border: none!important;
    font-weight: 700;
    color: #763737;
  
    border-color: #ffffff;
    box-shadow: none;
    background-color: #f3c2c2;
}

.panel-body {
  padding: 0 0 15px;
}
.panel-default {
  border-color: #eda4a4;
}
.panel-heading {
  padding: 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #806213;
  cursor: default;
  background-color: #f8be28;
  border-color: #cfa128;
}
.attend {
  position: absolute;
  right: 15px;
  top: 11px;
  width: 39px;
  height: auto;
}
.search {
  border: none;
  padding: 6px!important;
  border-bottom: 1px solid #cdcdcd!important;
  width: 100%;
  margin-bottom: 0px;
  height: 38px!important;
  background: #f5f5f5;
  font-size: 13px;
  color:#333
}
.finder {
  position: absolute;
  right: 13px;
  top: 7px;
  width: auto;
  height: 21px;
  opacity: 0.3;
}
.small-cash-only {
  position: absolute;
  width: 88px;
  bottom: 4px;
  right: -2px;
  height: auto;
}
.semi-button {
  width: 100%;
    height: 50px;
    margin-top: 15px;
    border-radius: 0 30px 30px 0;
    background-color: #f8be28;
    border: none;
}
.grey-cont {
  background-color: #e5e5e5;
  border-radius: 38px;
  padding: 0;
}
@media only screen and (max-width: 1000px) {
  .grey-cont {
    background-color: #e5e5e5;
    border-radius: 0px;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
  }
  .grey-cont input {
    border-radius: 0!important;
  }
  .heading {
    padding: 30px 0 30px 0!important;
  }
  .semi-button {
    width: 100%;
    height: 50px;
    margin-top: 15px;
    border-radius: 0;
    background-color: #f8be28;
    border: none;
}
}
@media only screen and (min-width: 992px) {
.no-left {
  padding-left: 0; 
} 
.vert-15 {
  background-color: #e5e5e5;
    border-radius: 31px;
    padding: 15px 0 5px;
}
.vert-15b {
  background-color: #e5e5e5;
  border-radius: 31px 31px 0 0;
  padding: 15px 0 5px;
}
}
@media only screen and (max-width: 991px) {
  select, input, .no-corner {
    border-radius: 0!important;
  }
  .vert-15 {
    padding: 15px 0!important;
    background-color: #e5e5e5;
  }
  }
  .full-width {
    width: 100%;
    height: auto;
  }
  .bottom-line {
    border-bottom: 3px solid #f1f1f1;
  }
  .acco-price {
    margin-top: 7px;
}
.black {
  background-color: #000!important;
  color: #fff!important;
}
.text-left-always {
  text-align: left;
}
.text-right-always {
  text-align: right;
}
.text-center-always {
  text-align: center;
}
.prod-disc2 {
  font-size: 14px;
  color: #000000;
  line-height: 1.3;
  padding: 10px 0 10px 0;
  width: 100%;
  float: left;
}
.bottom-f1 {
  border-bottom: 1px solid #f1f1f1;
}
input[type="password"] {
  border: none;
  padding: 0px 15px!important;
  border-bottom: 2px solid #000;
  width: 100%;
  margin-bottom: 10px;
  height: 50px;
}
.box-pop {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.rotate {
  animation: rotation 6s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

#funds {
  background: #fff597;
  overflow: hidden;
  max-height: 60vh;
  text-align: center;
  padding-top: 50px;
}
#funds img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  padding-top: 0%;
}
.h170 {
  height: 130px;
  margin-top: 10px;
}
.call-me {
  position: fixed;
  bottom: 20px;
  right: 20px;
  Padding: 15px;
  z-index: 300;
  background-color: #f8be28;
  color: #000;
  padding: 15px;
  border-radius: 30px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  width: 170px;
  text-align: center;
}