@font-face{
    font-family: 'BullBold';
    src:  url('./Fonts/Bull-Bold.ttf') ;
  }
  @font-face{
    font-family: 'BullHeavy';
    src:  url('./Fonts/Bull-Heavy1.ttf') ;
  }
  @font-face{
    font-family: 'BullMedium';
    src:  url('./Fonts/Bull-Medium.ttf') ;
  }
  .locmainkey{
    padding: 100px 0px;
    background-image: url('./assets/bg2.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
  }
.algncntr{
    justify-content: center;
    align-items: center;
}
  .mapstylem{
    max-width: 100%;
    height: auto;
    padding-right: 6%;
}
.headloc{
    font-family: "BullHeavy";
    font-size: 30px;
}
.loc_sprttxt{
    color: #58595b;
    font-family: 'BullMedium';
    font-size: 22px;
    line-height: 120%;
}
.kllnk{
    color: #58595b;
    text-decoration: none;
}
.kllnk:hover{
    color: rgb(13, 110, 253);
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    .locmainkey{
        padding: 50px 0px 100px 0px;
      }
    .mapstylem{
      margin-bottom: 42px;
      padding-right: 0px;
    }
    .headloc{
        font-size: 24px;
    }
    .loc_sprttxt{
        font-size: 19px;
        
}
}