.loc-1{
       position: absolute;
    top: 25%;
    left: 30%;
    z-index: 99;
}

.loc-2{
      position: absolute;
    top: 33%;
    left: 20%;
    z-index: 99;
}

.loc-3{
   position: absolute;
    top: 27%;
    left: 42%;
    z-index: 99;
}

.loc-4{
    position: absolute;
    top: 35%;
    left: 61%;
    z-index: 99;
}

.loc-5{
     position: absolute;
    top: 42%;
    left: 57%;
    z-index: 99;
}

.loc-15{
       position: absolute;
    top: 42%;
    left: 68%;
    z-index: 99;
}
.loc-16{
   position: absolute;
    top: 41%;
    right: 17%;
    z-index: 99;
}
.loc-17{
    position: absolute;
    top: 35%;
    right: 16%;
    z-index: 99;
}

.loc-6{
position: absolute;
    top: 53%;
    left: 60%;
    z-index: 99;
}

.loc-7{
   position: absolute;
    top: 32%;
    left: 84%;
    z-index: 99;
}

.loc-8{
position: absolute;
    bottom: 39px;
    left: 28%;
    z-index: 99;
}
.loc-9{
    position: absolute;
    bottom: 22%;
    left: 36%;
    z-index: 99;
}
.loc-1 p, .loc-2 p, .loc-3 p, .loc-4 p, .loc-5 p, .loc-6 p, .loc-7 p, .loc-8 p, .loc-9 p, .loc-10 p, .loc-11 p, .loc-12 p, .loc-13 p, .loc-14 p, .loc-15 p, .loc-16 p, .loc-17 p{
    font-weight: bold;
    font-size: 12px;
}

.loc-10{
    position: absolute;
    bottom: 42%;
    left: 45%;
    z-index: 99;
}

.loc-11{
       position: absolute;
    bottom: 32%;
    left: 20%;
    z-index: 99;
}

.loc-12{
      position: absolute;
    bottom: 47%;
    left: 66%;
    z-index: 99;
	display: none;
}

.loc-13{  
position: absolute;
    top: 28%;
    left: 68%;
    z-index: 99;
}

/*************************************tooltip*******************************/
#html-content{
    position: absolute;
    top: 25%;
    left: 30%;
    z-index: 9999999!important;
}
.tltp ul li{
list-style-type: none!important;
}
#loctw{
     position: absolute!important;
    top: 0%!important;
    left: 30%!important;
}
a.box {
    text-decoration: none;
    color: #000;
}
.maploc{
    position: relative;
    z-index: -999;
}
a.link{
    color: #000;
    text-transform: capitalize;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 14px;
}
.mrgn-btm{
    margin-bottom: 25px;
    display: block;
}
/***********************************c******************************/
span.lnethr{
    text-decoration: line-through;
}
ul.paddingleft{
    padding-left: 20px;
}
.left h6{
    color: #08315f;
    font-size: 20px;
    letter-spacing: 1px;
}
.addrs1{
    float: right;
    width: 100%;
}
.addrs1 h6{
    font-size: 24px;
    color: #08315f;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.addrs1 p{
    color: #000;
    font-size: 15px;
    line-height: 30px;
}

span.mrgn-btm{
    margin-bottom: 20px;
}
.couponcode{
    cursor: pointer;
}

.content-container {
    position: relative;
    width: 400px;
    
}

.content-container div{
    display: none;
   height: 700px;
    overflow-y: scroll;
}

.coupontooltip, .coupontooltips {
background: #f3f3f3;
    margin-left: 0px;
    padding: 10px;
    position: absolute;
    z-index: 999999!important;
    width: 200px;
    height: 230px;
    overflow-y: scroll;
    border: 5px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    padding-bottom: 5px;
     box-shadow: -1px 1px 21px -9px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 1px 21px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 1px 21px -9px rgba(0,0,0,0.75);
}

.coupontooltip li, .coupontooltips li{
    list-style-type: none;
    padding-left: 15px;
   
}
.coupontooltip li a, .coupontooltips li a{
       
}
.coupontooltip li::before,  .coupontooltips li::before{
     content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #08315f;
    border-radius: 50px;
    left: 7px!important;
}
.coupontooltips{
    margin-top: -130px;
}
.branchdetls h2{
    color: #f5a42b;
    font-size: 38px;
    font-weight: 600;
    position: relative;
    margin-left: 20px;
    margin-bottom: 65px;
        margin-top: -100px;
    padding: 0;
}
.longEnough {
  max-height: 500px;
  width: 100%;
  overflow: auto;
}

/* Hide all addresses by default */
.addrs1 {
    display: none;
}

/* Show only the active address */
.addrs1.active {
    display: block;
}

/* Style the active location link */
.link.active {
    font-weight: bold;
    color: red;
}