.contacts-address.contacts{
    margin: 60px auto;
}
.contacts-address .box{
    display: flex;
    align-items: center;
}
.contacts-address .box-address{
    width: 50%;
    padding-left: 100px;
}
.contacts-address .box-address #address{
    width: 100%;
    height: 350px;
    background: red;
  
}
.contacts-address .box-info{
    width: 50%;
}
.contacts-address .fa{
    color: #02993b!important;
    font-size: 26px;
    margin-right: 10px;
}
.contacts-address .iconbox h3{
    font-weight: 400;
}
.contacts-address .iconbox span{
    font-size: 17px;
}

.address-img{
    width: 100%;
}
.address-img img{
    max-width: 100%;
}

.wpb_row {
    position: relative
}
.single_image.align-center {
    text-align: center !important
}
.single_image img {
    display: inline-block !important;
    max-width: 100%;
    height: auto;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform-style: preserve-3d
}

.vc_responsive .wpb_row .vc_col-sm-12 {
    padding-left: 20px;
    padding-right: 20px
}

.pulse {
    background: rgba(2,153,59,.45);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    margin: 11px 0 0 -12px;
    transform: rotateX(55deg);
    z-index: 1
}

.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #02993b;
    animation-delay: 1.1s
}

.pulse-losAngeles {
    left: 17.7%;
    top: 45%;
}

.pulse-london {
    top: 38.5%;
    left: 46.5%;
}

.pulse-shenzhen {
    right: 23.5%;
    top: 43.5%;
}

.pulse-singaproe {
    top: 65.2%;
    right: 22%;
}

.pulse-sydney {
    right: 11.8%;
    top: 76.2%;
}

.pulse-hongkong {
    right: 16.2%;
    top: 48%;
}

@media only screen and (max-width: 767px) {
    .contacts-address .box{
        flex-direction: column;
    }
    .contacts-address .box-info{
        width: 100%;
    }
    .box-info h2{
        text-align: center;
    }
    .contacts-address .box-address{
        width: 100%;
        padding: 0;
    }
    .address-img{
        width: 350px;
        max-width: 350px;
        margin:  auto;
    }
    .pulse-losAngeles {
        left: 20.7%;
    top: 54%;
    }
    
    .pulse-london {
        top: 48.5%;
        left: 47.5%;
    }
    
    .pulse-shenzhen {
        right: 23.5%;
        top: 52.5%;
    }
    
    .pulse-singaproe {
        top: 69.2%;
        right: 22%;
    }
    
    .pulse-sydney {
        right: 12%;
        top: 77.2%;
    }
    
    .pulse-hongkong {
        right: 16.2%;
    top: 56%;
    }
}


@-moz-keyframes pulsate {
    0% {
        transform: scale(.1,.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2,1.2);
        opacity: 0
    }
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(.1,.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2,1.2);
        opacity: 0
    }
}

@-o-keyframes pulsate {
    0% {
        transform: scale(.1,.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2,1.2);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        transform: scale(.1,.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2,1.2);
        opacity: 0
    }
}
