/* Animation */
@font-face {
  font-family: 'proxima-nova';
  src: url('/wp-content/themes/hello-elementor-child/css/Proxima-nonva.otf') format('opentype');
}
@font-face {
  font-family: 'proxima-nova-light';
  src: url('/wp-content/uploads/2023/09/Proxima-Nova-Light.ttf');
}


.innertab_content_right{
opacity:unset !important;
}

/*@-webkit-keyframes 
pulsate {  0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.8;
}
 45% {
 -webkit-transform: scale(1.75);
 transform: scale(1.75);
 opacity: 0;
}
}
@keyframes 
pulsate {  0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.8;
}
 45% {
 -webkit-transform: scale(1.75);
 transform: scale(1.75);
 opacity: 0;
}
}*/

body { margin: 0; }

/* Hotspot */

#hotspotImg {
  /* background-color: #ededed; */
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
}

#hotspotImg .img-responsive { max-width: 100%; }

#hotspotImg .hot-spot.hotspot_red{
	
  background-color: #d66d27;
}
#hotspotImg .hot-spot.hotspot_green{
	
  background-color: #00a651;
}

#hotspotImg .hot-spot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 5px;
  text-align: center;
  background-color: #d8d02b;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  transition: all .3s ease;
}
#hotspotImg .empty-circle {
  background-color: transparent !important;
  /* background-image: url('/wp-content/uploads/2023/08/circles_03.png');
  background-repeat: no-repeat;
  background-size: 100%; */
  border: 1px solid #d8d02b;
}
#hotspotImg .small-circle {
  /* background-image: url('/wp-content/uploads/2023/08/circles_07.png'); */
}
#hotspotImg .htmousecolor_1, #hotspotImg .htmousecolor_2, #hotspotImg .htmousecolor_3, #hotspotImg .htmousecolor_4, #hotspotImg .htmousecolor_7 , #hotspotImg .htmousecolor_8 , #hotspotImg .htmousecolor_9 , #hotspotImg .htmousecolor_10  {
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: center;
}
#hotspotImg .hot-spot .circle:hover{
  border-color: #b817bc;
}
#hotspotImg .hot-spot.sacramento, #hotspotImg .hot-spot.active, #hotspotImg .hot-spot:hover{
  background-color: #b817bc !important;
  border-color: #b817bc !important;
  border:1px;
 
}
#hotspotImg .hot-spot.active:after, #hotspotImg .hot-spot:hover:after, #hotspotImg .hot-spot.af_active:after{
 content: "";
    display: block;
    position: absolute;
  width: 140%;
    height: 140%;
    top: -26%;
    left: -25%;
    border: 1px solid #b817bc;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
box-sizing:unset;
}
#hotspotImg .hot-spot.small-circle.af_active:after{
 content: "";
    display: block;
    position: absolute;
  width: 140%;
    height: 140%;
    top: -26%;
    left: -25%;
    border: 1px solid #b817bc;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}
#hotspotImg .hot-spot.af_active:after{
content: "";
    display: block;
    position: absolute;
    width: 120%;
    height: 120%;
    top: -5.5px;
    left: -5.5px;
    border: 1px solid #b817bc;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    box-sizing:unset;
}
.af_active{
background-color:#b817bc !important;
border-color:#b817bc;
}
#hotspotImg .hot-spot.big-circle.active:after, #hotspotImg .hot-spot.big-circle:hover:after{
    content: "";
    display: block;
    position: absolute;
    width: 120%;
    height: 120%;
    top: -5.5px;
    left: -5.5px;
    border: 1px solid #b817bc;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    box-sizing:unset;
}

#hotspotImg .hot-spot .circle.active{
border-color:#b817bc;
}
#hotspotImg .hot-spot .circle.sacramento {
    border-color: #b817bc;
}
/* #hotspotImg .hot-spot:hover{
  background-color: #b817bc !important;
  border-color: #b817bc !important;
} */
#hotspotImg .green-circle{
    background-color: #00a651;
}
#hotspotImg .yallow-circle{
    background-color: #d9cf2c;
}
#hotspotImg .orange-circle{
    background-color: rgb(255 107 41);
}
#hotspotImg .white-circle{
    background-color: #fff;
}
#hotspotImg .hot-spot .circle {
  display: block;
  position: absolute;
  top: 45%;
  left: 45%;
  width: 2em;
  height: 2em;
  margin: -1em auto auto -1em;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-radius: 50%;
  border: 1px solid #d8d02b;
  opacity: 0;
  /* -webkit-animation: pulsate 3s ease-out infinite;
  animation: pulsate 3s ease-out infinite; */
}

#hotspotImg .hot-spot .tooltip {
  background-color: rgba(58, 95, 150, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: none;
  font-size: 14px;
  opacity: 1.0;
  left: 0px;
  padding: 15px 5px;
  position: absolute;
  text-align: left;
  top: 30px;
  width: 280px;
  z-index: 999;
}

#hotspotImg .hot-spot .tooltip .img-row {
  padding: 10px;
  text-align: center;
}

#hotspotImg .hot-spot .tooltip .text-row { padding: 15px; }

#hotspotImg .hot-spot .tooltip h4 {
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}

#hotspotImg .hot-spot .tooltip p {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

#hotspotImg .hot-spot .tooltip p:last-child { margin-bottom: 0; }

/* .map_sacramento_tooltip_1{
  display: block !important;
} */
.main-heading-tab{
    font-size: 45px;
    color: #3f3f3f;
    margin-bottom: 20px;
    margin-top: 0px;
    position: relative;
}
.main-heading-tab span{
    display: block;
    margin-right: 247px;
    text-align: right;
}
.map_inner_content p {
    font-family: 'proxima-nova';
    font-size: 18px;
    margin-top: unset;
}


.text-row h4 {
    font-family: 'proxima-nova';
    font-size: 20px;
    font-weight: 400;
}
.map_inner_content p {
    font-family: sans-serif;
    font-size: 18px;
    margin-top: unset;
}

#california .main-heading-tab img{
margin-bottom:-18px;
}
.main-heading-tab img{
      /* position: absolute;
    left: 23%;
    top: -5px; */
        margin-right: 20px;
}
#califor_tab1-content #hotspotImg{
    width: 485px;
    height: 549px;
    margin-left: 287px;
    float: right;
}
#utah_tab1-content #hotspotImg{

margin-bottom: -19px;
}
#wash_tab1-content #hotspotImg, #oregon_tab1-content #hotspotImg, #colorado_tab1-content #hotspotImg, #utah_tab1-content #hotspotImg{
    height: auto;
margin-bottom: -19px;
 width: 509px;
    margin-left: 287px;
    float: right;
}
#utah img{
height:370px;
}
.california_content_5 #hotspotImg{
    width: 509px;
    height: 505px;
    margin-left:auto;
}
.california_content_6 #hotspotImg, .california_content_1 #hotspotImg, .california_content_2 #hotspotImg, .california_content_3 #hotspotImg, .california_content_4 #hotspotImg, .utah_content_1 #hotspotImg, .oregon_content_1 #hotspotImg, .colorado_content_1 #hotspotImg{
    width: 508px;
    height: 510px;
    margin-left: auto;
margin-top:50px;
}
.map_sect_outer_all .california_content_6 #hotspotImg, .map_sect_outer_all .california_content_1 #hotspotImg, .map_sect_outer_all .california_content_2 #hotspotImg, .map_sect_outer_all .california_content_3 #hotspotImg, .map_sect_outer_all .california_content_4 #hotspotImg, .map_sect_outer_all .utah_content_1 #hotspotImg, .map_sect_outer_all .oregon_content_1 #hotspotImg, .map_sect_outer_all .colorado_content_1 #hotspotImg{
    width: 508px;
    height: 510px;
    margin-left: auto;
margin-top:20px;
}