 
.our-map {
	/*width: 100%;*/
	/*height: 100vh;*/
	/*background: url(../../assets/images/india.png);*/
	/*background-size: contain;*/
	position: relative;
	/*background-repeat: no-repeat;*/
}
.our-map img{
    
}
/*rajkot*/
.address-first {
	width: 30%;
	height: auto;
	position: absolute;
	top: 49%;
    left: 9.5%;

	/*z-index: 1;*/
}
/*kolkata*/
.address-second {
	width: 30%;
	height: auto;
	position: absolute;
	top: 47%;
    left: 49%;
	/*z-index: 1;*/
}
/*ahamdabad*/
.address-three {
	width: 30%;
	height: auto;
	position: absolute;
	top: 44%;
    left: 13%;
	/*z-index: 1;*/
}
/*jaipur*/
.address-four {
	width: 30%;
	height: auto;
	position: absolute;
top: 34%;
    left: 21.5%;
	/*z-index: 1;*/
}
/*delhi*/
.address-five {
	width: 30%;
	height: auto;
	position: absolute;
	top: 26%;
    left: 26.5%;
	/*z-index: 1;*/
}
/*mumbai*/
.address-six {
	width: 30%;
	height: auto;
	position: absolute;
	top: 60%;
    left: 15.5%;
	/*z-index: 1;*/
}
/*nashik*/
.address-seven {
	width: 30%;
	height: auto;
	position: absolute;
	top: 56%;
    left: 17.5%;
	/*z-index: 1;*/
}
/*ahamadnagar*/
.address-eight {
	width: 30%;
	height: auto;
	position: absolute;
	top: 60%;
    left: 20.5%;
	/*z-index: 1;*/
}
/*mysore*/
.address-nine {
	width: 30%;
	height: auto;
	position: absolute;
	    top: 80%;
    left: 22.5%;

	/*z-index: 1;*/
}
/*chennai*/
.address-ten {
	width: 30%;
	height: auto;
	position: absolute;
        top: 84%;
    left: 29.5%;
	/*z-index: 1;*/
}
/*ranchi*/
.address-eleven {
	width: 30%;
	height: auto;
	position: absolute;
	    top: 45%;
    left: 42.5%;
	/*z-index: 1;*/
}
/*pune*/
.address-twelve {
	width: 30%;
    height: auto;
    position: absolute;
    top: 63%;
    left: 18%;
    /* background-color: red; */
    /*z-index: 1;*/
}
.address-text {
	width: 100%;
	height: auto;
}
.address-text p {
	font-family: "PT Sans";
	font-size: 12px;
	font-weight: 100;
	color: #444;
	margin: 0px;
	/*text-align: left;*/
	justify-content:center;
	display: flex;
	padding-top:6px;
}
.address-text p span{
	font-weight:600;
	font-size:15px;
	color: #444;
}
.address-text i {
	font-size: 12px !important;
	color: #F00;
}
.tooltip-col {
	position: relative;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}
.tooltip-col i {
z-index: 2;
    font-size: 10px;
    color: #fff;
    position: relative;
    padding-right: 5px;
    padding-top: 2px;

}
.address-twelve .tooltip-col i{
        font-size: 24px;
    color: #e1ff00;
}
.tooltiptext3 {
	visibility: hidden;
    width: 250px;
    height: auto;
    background-color: rgb(255 255 255);
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 9;
   top: 37px;
    right: -104px;
}
.tooltiptext3::after {
	content: "";
	position: absolute;
	top: -20px;
	left: 125px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #f2ea1b transparent;
}
.tooltip-col:hover .tooltiptext3 {
	visibility: visible;
}
@media screen and (max-width: 767.9px) {
    /*rajkot*/
.address-first {
	width: 30%;
	height: auto;
	position: absolute;
	top: 48%;
    left: 0.5%;

	z-index: 999;
}
/*kolkata*/
.address-second {
	width: 30%;
	height: auto;
	position: absolute;
	top: 44%;
    left: 54%;
	z-index: 99;
}
/*ahamdabad*/
.address-three {
	width: 30%;
	height: auto;
	position: absolute;
	top: 43%;
    left: 4%;
	z-index: 99999;
}
/*jaipur*/
.address-four {
	width: 30%;
	height: auto;
	position: absolute;
	top: 33%;
    left: 15.5%;
	z-index: 9999;
}
/*delhi*/
.address-five {
	width: 30%;
	height: auto;
	position: absolute;
	top: 26%;
    left: 24.5%;
	z-index: 999;
}
/*mumbai*/
.address-six {
	width: 30%;
	height: auto;
	position: absolute;
	top: 58%;
    left: 8.5%;

	z-index: 999;
}
/*nashik*/
.address-seven {
	width: 30%;
	height: auto;
	position: absolute;
	top: 53%;
    left: 12.5%;
	z-index: 999;
}
/*ahamadnagar*/
.address-eight {
	width: 30%;
	height: auto;
	position: absolute;
	top: 57%;
    left: 15.5%;
	z-index: 999;
}
/*mysore*/
.address-nine {
	width: 30%;
	height: auto;
	position: absolute;
	top: 79%;
    left: 18.5%;
	z-index: 999;
}
/*chennai*/
.address-ten {
	width: 30%;
	height: auto;
	position: absolute;
    top: 83%;
    left: 26.5%;
	z-index: 999;
}
/*ranchi*/
.address-eleven {
	width: 30%;
	height: auto;
	position: absolute;
	top: 43%;
    left: 46%;
	z-index: 99;
}
/*pune*/
.address-twelve {
width: 30%;
    height: auto;
    position: absolute;
    top: 59%;
    left: 12%;
  
    z-index: 99;
}
}
