.first ul{
margin: 0;
}
.first li{
display: inline-block;
}
.first li a{
font-size: 18px;
text-decoration: none;
font-weight: 600;
line-height: 103px;
color: grey;
}
.first li i{
font-size: 17px;
}
.first{
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.table ul{
margin: 0;
}
.table li{
display: inline-block;
}
.table li a{
text-decoration: none;
}
.table li i{
font-size: 17px;
}
.overlay{
position: absolute;
background: rgba(0,0,0,0.2);
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.banner{
background: url(./ze.jpg);
background-size: cover;
}
.circle{
width: 160px;
height: 160px;
background: #f1f1f1;
}
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
.support::after{
content: " %";
}
.exchange::after{
content: " Crores +";
}
.rate::after{
content: " %";
}
.customer::after{
content: " +";
}
.btn-frm{
width: 80%;
font-size: 20px;
font-weight: 700;
}
.btn-light{
border-color: #ced4da;
}
.footer ul{
margin: 0;
padding: 0;
}
.footer li{
list-style: none;
}
.footer a{
	color: black;
	text-decoration: none;
}
.offer ul{
	list-style-type:decimal;
}
.offer ul li{
	margin-bottom: 20px;
	font-size: 20px;
	color: #1260ae;
}
.offer h6{
	margin-bottom: 20px;
	font-size: 18px;
	color: #1260ae;
}
        
.tooltip-inner {
    width: 220px;
    height: 60px;
    padding: 10px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}
/* mobile */
@media screen and (max-width: 600px) {
.circle{
width: 140px;
height: 140px;
background: #f1f1f1;
}
.footer{
	background: url(images/footer-bg.jpg);
	background-size: cover;
	 background-repeat: no-repeat;
}
.btn-primary{
    font-size:20px !important;
}
.font-size{
    font-size: 1.8rem;
}

}
/* desktop */
@media screen and (min-width: 600px) {
.first li a{
padding-right: 20px;
}

.footer{
	background: url(images/footer-bg.jpg);
	background-size: contain;
}


}

.owl-carousel1{
    z-index:0 !important;
}
.owl-carousel2{z-index:0 !important;}
.owl-carousel{z-index:0 !important;}