.above-lt.vc_col-sm-6 {
    padding-right: 3%;
}
.large-text {
    font-weight: 700;
    margin-bottom: 15px;
}
.call-infomation p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.call-infomation img {
    filter: invert(0%) sepia(100%) saturate(7429%) hue-rotate(12deg) brightness(7%) contrast(117%);
}

.call-infomation p a {
    color: #0D0D0D;
}
.contact-us-social ul {
    padding: 0 !important;
    margin: 0 !IMPORTANT;
    display: flex;
    gap: 10px;
}
.contact-us-social ul li {
    list-style-type: none;
    margin: 0;
}
.contact-us-social ul li img {
    margin: 0;
    display: block;
}

.select-services {
    position: relative;
}
.select-services.gfield .ginput_container_select:after {
    content: "";
    background: url(/wp-content/uploads/2024/10/down.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.call-detail .contact-form-cont,
.call-detail .call-infomation {
    margin-bottom: 25px;
}
.above-rt.contact-form {
    padding-left: 40px;
}



.contact-us-page {
    position: relative;
}
.contact-us-page:after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #0D0D0D;
}



/* =Map Pin Animation // ========================================================================== */
 @-webkit-keyframes pulsate {
     0% {
         -webkit-transform: scale(0.2);
         transform: scale(0.2);
         opacity: 1;
    }
     100% {
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
         opacity: 0;
    }
}
 @-moz-keyframes pulsate {
     0% {
         -webkit-transform: scale(0.2);
         transform: scale(0.2);
         opacity: 1;
    }
     100% {
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
         opacity: 0;
    }
}
 @keyframes pulsate {
     0% {
         -webkit-transform: scale(0.2);
         transform: scale(0.2);
         opacity: 1;
    }
     100% {
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
         opacity: 0;
    }
}
 .animated {
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
}
 @-webkit-keyframes bounceInDown {
     0% {
         opacity: 0;
         -webkit-transform: translateY(-2000px);
         transform: translateY(-2000px);
    }
     60% {
         opacity: 1;
         -webkit-transform: translateY(30px);
         transform: translateY(30px);
    }
     80% {
         -webkit-transform: translateY(-10px);
         transform: translateY(-10px);
    }
     100% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @keyframes bounceInDown {
     0% {
         opacity: 0;
         -webkit-transform: translateY(-2000px);
         -ms-transform: translateY(-2000px);
         transform: translateY(-2000px);
    }
     60% {
         opacity: 1;
         -webkit-transform: translateY(30px);
         -ms-transform: translateY(30px);
         transform: translateY(30px);
    }
     80% {
         -webkit-transform: translateY(-10px);
         -ms-transform: translateY(-10px);
         transform: translateY(-10px);
    }
     100% {
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
}
 .bounceInDown {
     -webkit-animation-name: bounceInDown;
     animation-name: bounceInDown;
}
/* =Places Map // ========================================================================== */

#places-map p {
    margin-bottom: 0;
    font-size: 16px;
}

 #places-map .wu-logo {
     display: none;
     height: 11.25em;
     width: 11.3125em;
}
 @media (min-width: 60em) {
     #places-map .wu-logo {
         background: url(/wp-content/uploads/2024/10/400x400_5.png) no-repeat;
         display: block;
         position: absolute;
         bottom: 1.875em;
         left: 2em;
    }
}
 @media (min-width: 87.5em) {
     #places-map .wu-logo {
         left: 50%;
         margin-left: -43.75em;
    }
}
#places-map .map > img {
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}
 .secondary-page #places-map .content {
     margin: 0;
     position: relative;
}
 @media (min-width: 60em) {
     .secondary-page #places-map .content {
         margin: 0 auto;
    }
}
 #places-map .map {
     position: relative;
}
 #places-map .map-pins {
     position: absolute;
     height: 100%;
     top: 0;
     left: 0;
     width: 100%;
}
#places-map .map-location-marker {
    cursor: pointer;
    position: absolute;
    height: 60px;
    margin-top: -1.875em;
    margin-left: -0.7857142857em;
    width: 45px;
    z-index: 3;
    background-size: contain;
}
 @media (min-width: 48em) {
     .js #places-map .map-location-marker {
         visibility: hidden;
    }
     .js #places-map .map-location-marker.bounceInDown {
         visibility: visible;
    }
}
#places-map .india-surat {
    left: auto;
    top: 37%;
    right: 35.4%;
}
 @media (max-width: 37.4375em) {
     #places-map .india-surat {
         left: 6%;
         top: 32%;
    }
}

#places-map .marker-usa {
    left: 14%;
    bottom: 38%;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#places-map .india-rajkot {
    left: 59%;
    top: 30%;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
#places-map .marker-canada {
    left: 11%;
    top: 21%;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
 #places-map .marker-vilnius {
     left: 19%;
     top: 29%;
     -webkit-animation-delay: 0.5s;
     animation-delay: 0.5s;
}
 #places-map .marker-singapore {
     left: 79%;
     bottom: 42%;
     -webkit-animation-delay: 0.7s;
     animation-delay: 0.7s;
}
#places-map .map-location-marker:after {
    -webkit-animation: pulsate 2s ease-in-out infinite;
    -moz-animation: pulsate 2s ease-in-out infinite;
    animation: pulsate 2s ease-in-out infinite;
    background: transparent;
    border: 2px solid #858585;
    border-radius: 30px;
    content: "";
    display: block;
    height: 31px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 44px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    width: 31px;
    z-index: -1;
    background: #858585;
}
 #page-places {
     position: relative;
}
#map-info {
    position: absolute;
    z-index: 10;
    width: 450px;
}
 #map-info .close-btn {
     background: url(/wp-content/uploads/2024/10/close-btn.png) no-repeat;
     cursor: pointer;
     display: block;
     height: 0.6875em;
     width: 0.6875em;
     position: absolute;
     right: 1.125em;
     top: 1.125em;
}
 @media (min-width: 30em) {
     #map-info {
         top: 50%;
         margin-top: -8.875em;
    }
}
 @media (min-width: 60em) {

}
 @media (min-width: 48em) {
     #map-info {
         margin-left: 0;
         margin-top: 0;
    }
#map-info.surat {
    left: auto;
    top: 50%;
    right: 10%;
}
#map-info.itali {
    left: 14%;
    top: 12%;
}
#map-info.usa {
    left: 0%;
    bottom: -13%;
    top: auto;
}
     #map-info.usa:before {
         top: 52px;
    }
#map-info.canada {
    bottom: 21%;
    left: -5%;
    top: auto;
}
     #map-info.canada:before {
         top: 45px;
    }
     #map-info.peterborough {
         top: 12.5%;
         left: 48%;
    }
     #map-info.flint {
         top: 17.5%;
         left: 23%;
    }
#map-info.rajkot {
    top: 41%;
    left: 41%;
}
     #map-info.kuala-lampur {
         left: auto;
         top: auto;
         bottom: 38%;
         right: 26%;
    }
     #map-info.kuala-lampur:before {
         border-width: 13px 0 13px 16px;
         border-color: transparent transparent transparent #000;
         left: auto;
         right: -16px;
         top: 55px;
    }
     #map-info.manila {
         left: auto;
         top: auto;
         bottom: 1.75%;
         right: 18.5%;
    }
     #map-info.manila:before {
         border-width: 13px 0 13px 16px;
         border-color: transparent transparent transparent #000;
         left: auto;
         right: -16px;
    }
     #map-info.sydney {
         left: auto;
         top: auto;
         right: 11.5%;
         bottom: 0;
    }
     #map-info.sydney:before {
         border-width: 13px 0 13px 16px;
         border-color: transparent transparent transparent #000;
         left: auto;
         right: -16px;
         bottom: 50px;
    }
}

 #map-info a {
     color: #ffdf1c;
     display: block;
     font-size: 0.75em;
     float: right;
     margin-right: 2.5em;
     margin-top: 0.6666666667em;
     text-decoration: underline;
}
 #map-info img {
     height: auto;
     max-width: 100%;
}




.location-title {
    color: #fff;
    font-size: 20px;
}
.map-title {
    border: 1px solid #0D0D0D;
    padding: 10px 20px;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
}
.map-desc:before {
    content: "";
    background: rgba(255, 255, 255, 0.80);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.map-desc {
    padding: 20px 25px;
    background: url(/wp-content/uploads/2023/09/Rectangle-4121-1.png) no-repeat center center;
    position: relative;
}
.map-desc .main-title {
    font-weight: bold !important;
    margin-bottom: 5px;
}
.map-desc * {
    position: relative;
}

.map .map-title img {
    max-width: 40px !important;
    display: block;
        filter: grayscale(100%);
}
#places-map .map-location-marker:before {
    content: "'";
    width: 15px;
    height: 15px;
    background: #858585;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 20px;
    z-index: -1;
}



@media (max-width: 1150px) {
#places-map .map-location-marker{    height: 50px;    width: 35px;}
#places-map .map-location-marker:before{    bottom: -4px;}
#places-map .map-location-marker:after{left: 2px;top: 32px;}
#places-map p { font-size: 14px;}
#map-info { width: 350px;}
.map-desc { padding: 20px 20px;}
.call-infomation img {max-width: 20px; }
.contact-us-social ul li img { max-width: 30px;}


    }


@media (max-width: 979px) {
#places-map .india-rajkot {left: 59%; top: 27%;}
#places-map .india-surat {top: 34%; right: 35.4%; left: auto; }
.above-rt.contact-form {padding-left: 20px; }
.vc_section.hero-section {height: 350px;}


    }

@media (max-width: 767px) {
.contact-us-page .above-form-row {gap: 30px; }
.above-lt.vc_col-sm-6 {padding-right: 0; }
#map-info {width: 100% !important; margin-top: 0 !important; }
#places-map .map-location-marker {height: 40px; width: 30px; }

#places-map .india-surat {top: 18%; right: 34.4%; }
#places-map .map-location-marker:after {left: 0px; top: 22px; }
#places-map .india-rajkot {left: 58%; top: 14%; }
#places-map .marker-usa {left: 14%; bottom: 62%;}
#places-map .marker-canada {left: 10%; top: 12%;}
#places-map p { min-height: 40px;}


#places-map .map { padding-bottom: 100px;}
.vc_section.hero-section { background: #0D0D0D;}
.hero-section .main-head {color: #fff; margin-bottom: 15px; }
.hero-section .hero-content {color: #fff; }
.contact-us-page:after{display: none;}
.above-rt.contact-form { background: #000; padding: 30px;}
.call-detail.vc_column_container>.vc_column-inner {padding: 0; }
.contact-us-social ul li img {max-width: unset; }





}


@media (max-width: 480px) {
.google-map-row > .vc_column_container>.vc_column-inner {padding: 0; }
#places-map .india-rajkot {left: 58%; top: 13%; }
#places-map .india-surat {top: 17%; right: 34%; }
#places-map .map-location-marker {height: 35px; width: 25px; }
#places-map .map-location-marker:after {left: -3px; top: 17px; }


}

