	.inset-shadow{
		-webkit-box-shadow: inset 0px 0px 37px 14px rgba(0,0,0,0.55);
		box-shadow: inset 0px 0px 37px 14px rgba(0,0,0,0.55);
	}
    footer{
        display:none !important
    }

    .landing-page .carousel-caption {
		left: 150px;
	}

	ul.ul-custom {
	  list-style: none; /* Remove default bullets */
	}

	ul.ul-custom li::before {
	  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	  color: #ff5100; /* Change the color */
	  font-weight: bold; /* If you want it to be bold */
	  display: inline-block; /* Needed to add space between the bullet and the text */
	  width: 0em; /* Also needed for space (tweak if needed) */
	  margin-left: -1em !important; /* Also needed for space (tweak if needed) */
	  float:left;
	}

.float{
        position:fixed;
        width:60px;
        height:60px;
        bottom:25px;
        left:25px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        z-index:100;
    }

    .my-float{
        margin-top: 10px;
        font-size: 38px;
        line-height: 38px;
        color: white;
    }

label.error {
    color: #cc5965 !important;
}

.btn-base.disabled, .btn-base[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}