.logo {	
	background-repeat: no-repeat;
	background-size: 100px 22px;
	width: 100px;
	height: 22px;
}
#bank1 { 
	background-image: url('/logo/bank-1a.png'); 
}
#bank2 { 
	background-image: url('/logo/bank-2a.png'); 
}
#bank3 { 
	background-image: url('/logo/bank-3a.png'); 
}
#bank4 { 
	background-image: url('/logo/bank-4a.png'); 
}
#bank5 { 
	background-image: url('/logo/bank-5a.png'); 
}
#bank6 { 
	background-image: url('/logo/bank-6a.png'); 
}
#bank7 { 
	background-image: url('/logo/bank-7a.png'); 
}
#bank8 { 
	background-image: url('/logo/bank-8a.png?v=1'); 
}
#bank9 { 
	background-image: url('/logo/bank-9a.png'); 
}
#bank10 { 
	background-image: url('/logo/bank-10a.png'); 
}
#bank11 { 
	background-image: url('/logo/bank-11a.png'); 
}

.new { 
	background-image: url('/images/new.png'); 
	background-repeat: no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 20px;
	left: 10px;
}

.new1 { 
	background-image: url('/images/new2.png'); 
	background-repeat: no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.update3 { 
	background-image: url('/images/up3.png'); 
	background-repeat: no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -10px;
	left: 0px;
}

.update4 { 
	background-image: url('/images/up4.png'); 
	background-repeat: no-repeat;
	background-size: 35px 35px;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -13px;
	left: 0px;
}

.pin { 
	background-image: url('/images/pin.png'); 
	background-repeat: no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.parent {
  position: relative;
  top: 0;
  left: 0;
}

.wrapnow {
  overflow-wrap: break-word;
}

.container {
/*  max-width: 960px; */
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

#myBtn1 {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn1:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

