.world-map-wrap {
    position: relative;
}

.wmap-pin {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.point-wrap {
    position: absolute;
    pointer-events: none;
}

.point-ind {
    top: 49%;
    left: 67%;
}

.point-ind01 {
    top: 33%;
    left: 16%;
}

.point-ind02 {
    top: 10%;
    left: 35%;
}

.point-ind03 {
    bottom: 25%;
    left: 30%;
}

.point-ind04 {
    top: 33%;
    left: 48%;
}

.point-ind05 {
    top: 50%;
    left: 53%;
}

.point-ind06 {
    top: 57%;
    left: 49%;
}

.point-ind07 {
    bottom: 25%;
    left: 53%;
}

.point-ind08 {
    top: 15%;
    right: 10%;
}

.point-ind09 {
    top: 31%;
    right: 14%;
}

.point-ind10 {
    bottom: 36%;
    right: 14.7%;
}

.point-ind11 {
    top: 27%;
    right: -6.3%;
}

.point-ind12 {
    bottom: 20%;
    right: 0;
}

.location-info > h6 {
    color: #0056a3;
    font-family: TwCenMTStd Regular;
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
}

.location-info {
    padding-left: 60px;
    position: relative;
    pointer-events: none;
    display: inline-block;
}

.location-info::before {
    position: absolute;
    content: "";
    background-color: #0056a3;
    height: 2px;
    width: 0;
    top: 6px;
    left: 0;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

.loc-thumb {
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 6px;
    margin-bottom: 15px;
    opacity: 0;
    display: inline-block;
}

.loc-thumb > img {
    width: 220px;
    border-radius: 50%;
    height: 220px;
    object-fit: cover;
}

.point-wrap:hover .location-info > h6, .point-wrap:hover .loc-thumb, .point-wrap:hover .location-info {
    opacity: 1;
}

.point-wrap:hover .dot {
    height: 11px;
    width: 11px;
}

.point-wrap:hover .location-info::before {
    width: 50px;
}

.point-noida {
    top: 27%;
    left: 29%;
}

.point-noida {
    top: 27%;
    left: unset;
    width: 500px;
    right: 70%;
}

.point-noida span.dot {
    position: absolute;
    right: 0;
}

.imap-pin .location-info > p {
    font-family: TwCenMTStd Regular;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.imap-pin .location-info > h6 {
    color: #fff;
    font-size: 20px;
    font-family: TwCenMTStd Bold;
    position: relative;
    padding-bottom: 15px;
    padding-left: 0;
    margin-bottom: 30px;
}

.imap-pin .location-info > h6::before {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    bottom: 0;
    width: 120px;
    background-color: #fff;
}

.imap-pin .location-info {
    padding-left: 0;
    position: relative;
    pointer-events: none;
    display: inline-block;
    width: 340px;
    opacity: 0;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

.imap-pin .point-noida .location-info::before {
    width: 300px;
    right: -160px;
    transform: rotate(-9deg);
    background-color: #4ba2d7;
    left: unset;
    top: 26px;
}

.hover-state:hover {
    fill: #4ba2d7;
}

.hover-state {
    position: relative;
}

.list-of-states {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.list-of-states li {
    padding: 2px 4px;
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    transition: all 300ms ease-in-out;
    opacity: 0;
}

.list-of-states li.on {
    opacity: 1;
    pointer-events: auto;
}

#states *.on, .state-path.on path {
    fill: #4ba2d7;
}

.state-thumb > img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-bottom: 10px;
}

.state-info > h4 {
    font-family: TwCenMTStd Regular;
    position: relative;
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
}

.state-info > h4::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 120px;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.state-info > p {
    color: #fff;
    font-family: TwCenMTStd Regular;
    font-size: 17px;
    font-weight: 300;
}

#IN-HR {
    position: relative;
}

#IN-HR::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #000;
}

#IN-JK + circle {
    cx: 170px;
    cy: 70px;
}

#IN-HR + circle {
    cx: 170px;
    cy: 200px;
}

#IN-AP + circle {
    cx: 37%;
    cy: 75%;
}

#IN-GJ + circle {
    cx: 170px;
    cy: 50%;
}

#IN-GJ + circle {
    cx: 105px;
    cy: 51%;
}

#IN-UP + circle {
    cx: 196px;
    cy: 209px;
}
#IN-MH + circle {
    cx: 102px;
    cy: 63%;
}

#IN-TN + circle {
    cx: 188px;
    cy: 87%;
}

.hover-state + circle {
    r: 4px;
    fill: #0056a3;
    transition: all 300ms ease-in-out;
    pointer-events: none;
}

.hover-state:hover + circle, circle:hover {
    fill: #0056a3;
    r: 6px;
    stroke: white;
}

circle.animate-circle.hdgj {
    cx: 105px;
    cy: 51%;
    stroke: #0056a3;
    fill: transparent;
    r: 4;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    cursor: pointer;
}

circle.animate-circle.rghr {
    cx: 170px;
    cy: 200px;
    stroke: #0056a3;
    fill: transparent;
    r: 4;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    cursor: pointer;
}

circle.animate-circle.rgjk {
    cx: 170px;
    cy: 70px;
    stroke: #0056a3;
    fill: transparent;
    r: 4;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    cursor: pointer;
}

circle.animate-circle.rgup {
    cx: 196px;
    cy: 209px;
    stroke: #0056a3;
    fill: transparent;
    r: 4;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    cursor: pointer;
}

circle.animate-circle.rgmh {
    cx: 102px;
    cy: 63%;
    stroke: #0056a3;
    fill: transparent;
    r: 4;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    cursor: pointer;
}

circle.animate-circle.rgtn {
    cx: 188px;
    cy: 87%;
    stroke: #0056a3;
    fill: transparent;
    r: 4;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    cursor: pointer;
}

@keyframes btnIconRipple {
    0% {
        r: 5;
    }
    25% {
        r: 6;
    }
    50% {
        r: 7;
    }
    75% {
        r: 8;
    }
    100% {
        opacity: 0;
    }
}