a {
    color: #FF5A5F;
}

a:hover{
    color: #df0a11;
    text-decoration: none;
}


.btn-danger,
.bg-danger,
.badge-danger {

	background-color: #FF5A5F !important;
	border-color: #FF5A5F !important;
	color: #FFF;

}

.text-danger {
	color: #FF5A5F;
}

.btn-outline-danger {
	border-color:  #FF5A5F;
	color:  #FF5A5F;
}


.navbar{
  position: relative !important;  /* this can also be static */
  background: rgba(255, 255, 255, .7) !important;
}




.nav-pills .open>a, .nav-pills .open>a:active, .nav-pills .open>a:focus{
	background-color: #FF5A5F;
	color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #FF5A5F;
}



select {
  background-image:
    linear-gradient(45deg, transparent 50%, black 60%),
    linear-gradient(135deg, #50545a 40%, transparent 50%) !important;
  background-position:
    calc(100% - 10px) 15px,
    calc(100% - 5px) 15px,
    100% 0;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}



.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}


@media only screen and (max-width : 920px) {




}

@media only screen and (max-width : 768px) {

.navbar{
  position: absolute !important;  /* this can also be static */
  z-index: 100;
  background: rgba(255, 255, 255 .8) !important;
  width: 100% !important;
};

.form-group {
	margin: 1em 0 1em 0 !important;
}

}



@media only screen and (max-width : 480px) {


}


.whatsapp-ico{
    fill: white;
    width: 50px;
    height: 50px;
    padding: 3px;
    background-color: #4dc247;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
    position: fixed;
    bottom: 20px;
    right : 20px;
    z-index: 10;
}

.whatsapp-ico:hover{
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}


