/* .wmip-address-main {
    position: relative;
    margin: 10px 0 50px 0;
    min-height: 350px;
}

.wmip-address-box-loader {
    position: absolute;
    top: 40%;
    left: 47%
}
.wmip-map iframe {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 15px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.2);
}
.wmip-address-box {
    position: absolute;
    background: #fff;
    padding: 15px 15px 20px 15px;
    width: 575px;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 15px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.2);
    top: 15px;
    left: 15px;
}
.wmip-address-box h4 {
    color: #f60000;
}

.wmip-address-box ul {
    margin-top: 1rem;
}
.wmip-address-box ul li {
    display: inline-block;
    width: 49%;
    font-size: 1.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.wmip-prov-main {
    padding: 50px 0;
}
.wmip-prov-box {
    margin: 25px 0;
}
.wmip-prov-box-inr {
    padding: 15px 0;
    background-color: #fff;
}

.wmip-prov-mid {
    margin: 15px 0;
}
.wmip-prov-btm ul {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}
.wmip-prov-btm ul li {
    text-align: left;
    position: relative;
    padding-left: 30px;
}
.wmip-prov-btm ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free', sans-serif;
    position: absolute;
    top: 0;
    left: 5px;
    font-weight: 900;
    color: #595959;
}
.wmip-prov-mid .cta-box {
    margin: 15px 0;
}

.wmip-prov-box:first-child .wmip-prov-box-inr {
    transform: scale(1.07); /* Equal to scaleX(0.7) scaleY(0.7)
} 

.wmip-prov-box:first-child .wmip-prov-btm ul li:before {
    color: #7acd32;
}
.wmip-prov-box:first-child .btn-vst, .wmip-prov-box:first-child .btn-vst:hover, .wmip-prov-box:first-child .btn-vst:focus, .wmip-prov-box:first-child .btn-vst:active:focus {
    background-color: #f24400;
}
.wmip-amz-ways-sec-ttl {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
}
.wmip-aw-txt-col>h2>b {
    color: #f24400;
}
.wmip-way-box {
    margin-top: 50px;
}

*/

/* .wmip-address-main {
    position: relative;
    margin: 10px 0 50px 0;
    min-height: 515px;
}
.wmip-address-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.wmip-address-box-loader {
    position: absolute;
    top: 40%;
    left: 47%
}
.wmip-map iframe {
    width: 100%;
    min-height: 515px;
} */
/* .wmip-address-main .ip-info-col {
    box-shadow: 20px 0px 12px -12px #9b9b9b;
} */
