/*.btn.btn-dark-pink {*/
/*    background: #ff214f;*/
/*    border-color: #ff214f;*/
/*    color: #fff;*/
/*}*/

        /* fixed social*/
#fixed-social {
   position: fixed;
   right: 0;
   bottom: 15%;
   z-index: 11;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
   line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
  right: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 150px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    font-size:14px;
}
 .fixed-facebook{
 	background-color: #ff214f;
 }
 .fixed-facebook span{
	background-color: #ff214f;
 }
 .fixed-twitter{
	background-color: #ff214f;

 }
 .fixed-twitter span{
 	background-color: #ff214f;
 }
 
.btn.btn-dark-pink 
{
    background:linear-gradient(182deg, #17dacc, #26afff);
    border:0px solid ;
    text-shadow: 1px 2px #5656566b;
    color: #fff;
}
.bg-deep-blue
{
        background-color: #019fd2  ;
}
.text-deep-blue, .btn.text-deep-blue
{
    color:#019fd2 ;
}
.ulheight {
    line-height: 2.5rem;
    list-style-type: none;
}
.social img {
    padding-right: 4px;
    width: 20px;
    margin-top: -5px;
    height: 12px;
}
.list_policies li {
    list-style-type: none;
    float: left;
    padding: 0 18px;
    text-align: center;
}
.f-15
{   
     font-size:15px;
}
h5
{
        font-size: 30px!important;
    line-height: 40px;
}
.text a
{
    color:#939393!important;
}
@media (max-width: 767px)
{
    body
    {
    font-size: 16px!important;
    }
}
@media(max-width:640px)
{
 nav.navbar.bootsnav .navbar-toggler
 {
     padding:10px;
 }
}