.custom_locations-bg {
    position: relative;
    padding-bottom: 29px;
}
.custom_locations-bg .custom_locations-top-section {
    padding-bottom: 60px;
    text-align: center;
}
.custom_locations-bg .custom_locations-top-section h2 {
    margin: 0;
}
.custom_locations-bg .custom_locations-top-section p {
    font-size: 1rem;
    line-height: 1.625em;
}
.custom_locations-bg .custom_locations-mid-section-inner > .wrap_svl {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    position: relative;
    max-width: 100%;
}
.custom_locations-bg .images_wrap img {
    width: 100%;
    height: auto;
    display: block;
}
.custom_locations-bg .drag_element {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1px;
    min-height: 1px;
    cursor: pointer;
}
.custom_locations-bg .drag_element .point_style {
    position: relative;
    z-index: 10;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    box-sizing: border-box;
    text-align: center;
}
.custom_locations-bg .drag_element .pins_animation.ihotspot_pulse {
    -webkit-animation: Ani-pin 3s infinite;
    -moz-animation: Ani-pin 3s infinite;
    animation: Ani-pin 3s infinite;
}
.custom_locations-bg .drag_element .pins_animation.ihotspot_pulse {
    -webkit-animation: Ani-pin 3s infinite;
    -moz-animation: Ani-pin 3s infinite;
    animation: Ani-pin 3s infinite;
    border: none;
    width: 30px !important;
    height: 30px !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -15px;
    margin-left: -15px;
    -webkit-opacity: .2;
    -khtml-opacity: .2;
    -moz-opacity: .2;
    opacity: .2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    filter: alpha(opacity=20);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: #1e73be;
    position: absolute;
}
.custom_locations-bg .drag_element .point_style img {
    max-width: 30px !important;
    vertical-align: inherit;
    position: absolute;
    width: inherit;
    border: medium none;
    height: auto;
}
.custom_locations-bg .custom_locations-bottom-section {
    margin: 0 -15px;
    margin-top: -42px;
    position: relative;
    z-index: 1;
}
.custom_locations-bg .custom_locations-bottom-item {
    width: 100%;
    float: left;
}
.custom_locations-bg .custom_locations-bottom-item-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.custom_locations-bg .custom_locations-bottom-item-inner .iconbox {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 10%;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 5px 35px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 35px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 35px rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 35px rgba(0,0,0,.1);
    box-shadow: 0 5px 35px rgb(0 0 0 / 10%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.custom_locations-bg .custom_locations-bottom-item-inner .iconbox .box-title {
    margin: 0 0 10px 0;
    font-size: 1.25rem;
    line-height: 1.35em;
}
.custom_locations-bg .custom_locations-bottom-item-inner .box-icon {
    margin: 40px 0 0 0;
    position: relative;
    z-index: 2;
    height: 80px;
}
.custom_locations-bg .custom_locations-bottom-item-inner .box-icon:before {
    position: absolute;
    height: 8px;
    width: 66px;
    content: "";
    bottom: -15px;
    left: 50%;
    margin-left: -33px;
    background: rgba(0,0,0,.06);
    z-index: -1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    transition-timing-function: cubic-bezier(.12,.845,.305,1);
}
.custom_locations-bg .custom_locations-bottom-item-inner .box-icon img {
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    transition-timing-function: cubic-bezier(.12,.845,.305,1);
}
.custom_locations-bg .custom_locations-bottom-item-inner .iconbox:hover img {
    -webkit-transform: translateX(-50%) translateY(-20px) rotate(8deg);
    transform: translateX(-50%) translateY(-20px) rotate(8deg);
}
.custom_locations-bg .box-readmore {
    margin-top: 40px;
}
.custom_locations-bg .box-readmore a {
    font-weight: 500;
    color: #f68b1f;
    text-transform: none;
    font-size: 1rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    padding: 10px 18px 8px 0;
    border: none;
    background: transparent;
    height: auto;
    line-height: 1;
}
.custom_locations-bg .box-readmore a:before {
    content: "";
    font-family: "Ionicons";
    font-size: 16px;
    font-weight: normal;
    text-indent: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom_locations-bg .box-readmore a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -2px;
    bottom: 0;
    z-index: -1;
    background: #f68b1f;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    left: -10px;
    right: -10px;
}
.custom_locations-bg .box-readmore a:hover {
    color: #fff;
}
.custom_locations-bg .box-readmore a:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
}
.custom_locations-bg .tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    visibility: visible;
    padding: 0.455em;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2;
    text-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    text-align: left;
}
.custom_locations-bg .tooltip.top {
    margin-top: -0.273em
}
.custom_locations-bg .tooltip.right {
    margin-left: 0.273em
}
.custom_locations-bg .tooltip.bottom {
    margin-top: 0.273em
}
.custom_locations-bg .tooltip.left {
    margin-left: -0.273em
}
.custom_locations-bg .tooltip-inner {
    background: #fff;
    width: 320px;
    padding: 22px 30px;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 35px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 35px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 35px rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 35px rgba(0,0,0,.1);
    box-shadow: 0 5px 35px rgb(0 0 0 / 10%);
    color: #627792;
    font-size: 15px;
    line-height: 150%;
    font-weight: 300;
}




@media (min-width: 768px) {
  .custom_locations-bg .custom_locations-mid-section-inner {
      width: 66.66666667%;
      margin: 0 auto;
  }
  .custom_locations-bg .custom_locations-bottom-item {
      width: 33.33333333%;
  }
  .custom_locations-bg .mobile-view {
    display:none !important;
  }
  .custom_locations-bg .custom_locations-top-section {
      max-width: 66.66666667%;
      margin-left: auto;
      margin-right: auto;
  }
}


@media (max-width: 768px) {
  .custom_locations-bg .custom_locations-top-section h2 {
      font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .custom_locations-bg .desktop-view {
    display:none !important;
  }
  .custom_locations-bg .custom_locations-mid-section-inner>.wrap_svl {
      padding-left: 0;
      padding-right: 0;
  }
  .custom_locations-bg .custom_locations-top-section {
      padding-bottom: 63px;
  }
  .custom_locations-bg .custom_locations-bottom-item:not(:last-child) {
      margin-bottom: 30px;
  }
}

@media (max-width: 544px) {
  .custom_locations-bg .tooltip-inner {
      width: auto;
      padding: 15px;
      min-width: 200px;
  }
  .custom_locations-bg .tooltip.top {
      margin-left: 25px;
  }
}



