   /* whatsapp calling tag inside */
   .all-fixed-data{
    position: fixed;
    left: 5px;
	top: 420px;
    transform: translateY(-50%);
    z-index: 999;
    max-width: 50px !important;
}

   /* extra location footer css */
   .head-top1{
    width: 100%;
    padding: 50px 0;
    background: #dcf1f0;
}

.head-top1 .location-content ul{
    list-style-type: none;
}

.head-top1 .location-content ul li{
    padding: 5px;
    margin: 8px;
    font-weight: 600;
    font-size: 15px;
    color: #fff ;
    text-align: center;
    border-radius: 5px;
    background-color:#104a84;
    border-left: 8px solid #ff8201 !important;
    border-right: 8px solid #ff8201 !important;
}

.top1{
    width: 100%;
    padding: 50px 0;
    background:#c9f5f1;
}

.top1 .loc-content ul{
    list-style-type: none;
}

.top1 .loc-content ul li{
    padding: 5px;
    margin: 5px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #042038;
}
.top1 .loc-content ul li a{
    color: #ff8201;
}

.nhed{
    font-size:18px;
    background:white;
}
marquee{
    padding:10px;
    background-color:#ff8201;
    font-size:18px;
    font-weight:bold;
    color:white;
}