
.navbar-brand {
    float: left;
    height: 66px;
    padding: 3px 3px;
    line-height: 20px;
}

/* floting btn */
.float {
    position: fixed;
    bottom: 20px;
    right: 40px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
    font-weight: 800;
}

.my-float img {
    max-width: 32px;
    margin-right: 5px;
}

.btn-feedback{
    background: #ffd800;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 30px;
    color: #000 !important;
}

.cus-height{
    height: 300px !important;
}

.titan-title-size-5 {
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 35px;
    margin-top: 60px;
}

.btn-warning {
    color: #000 !important;
    background-color: #fed500 !important;
    border-color: #ffd800 !important;
}

/*privacy policy css*/

.pri-text h4 {
    font-size: 25px;
    line-height: 36px;
    color: #000;
    margin-bottom: 10px;
}

.pri-para {
	margin-bottom: 30px;
}

.pri-para p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.pri-para ul li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom:10px;
    line-height:22px;
    list-style: none;
}

.pri-para h6 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

strong {
	color: #6404be;
}


.foot-icon ul {
    padding:0;
    margin-top:10px;
}

.foot-icon ul li span{
    font-size: 16px;
    margin-right: 15px;
}

.foot-icon ul li{
    list-style:none;
    display:inline-block;
}

.foot-icon ul li a{
    font-size: 20px;
    color: #fff;
    margin-right: 17px;
}


















