.location-add {
    font-size: 1.4em;
    color: #E0CC4C;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
.contact-info-shortcoard > .wpb_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}


.contact-info-shortcoard .info-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7277%) hue-rotate(92deg) brightness(121%) contrast(93%);
}
.contact-details:not(.contact-details:last-child) {
    padding-right: 30px;
    border-right: 1px solid #ffffff3d;
}
.contact-details:not(.contact-details:first-child) {
    padding-left: 30px;
}


.contact-form-section .gform_wrapper {
    background: #181240;
    padding: 60px;
    border-radius: 30px;
    box-shadow: 1px 1px 31px #181240;
}

.wpb_gmaps_widget .wpb_wrapper { padding: 0 !important;}


.contact-details .footer-info:hover .info a{color: #E0CC4C;}
.contact-details .footer-info:hover .info-icon img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(95%) saturate(403%) hue-rotate(336deg) brightness(92%) contrast(90%);
}


/*newslatter form design*/
.newslatter-row .gform-footer.gform_footer.top_label {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    height: 57px;
    top: 0;
}
.newslatter-row {
    flex-wrap: nowrap !important;
    gap: 50px;
}
.newslatter-row .sub-title {
    font-weight: 600;
}
.newslatter-row .gform_wrapper.gravity-theme .gfield input.large {
    border-radius: 30px !important;
}
.newslatter-row .gform-footer.gform_footer.top_label .gform_button.button {
        border-radius: 30px;
    color: #fff;
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 0;
    display: inline-block !important;
    line-height: 1;
    min-width: inherit;
    height: 100%;
}

.newslatter-row form .gform-body.gform_body {
    width: 100%;
}
.newslatter-row form {
    display: flex;
    width: 100%;
    position: relative;
}


@media screen and (min-width: 3000px) { 
.newslatter-row .gform-footer.gform_footer.top_label{    height: 67px;}

}


@media screen and (max-width: 1500px) {
.location-add {font-size: 1.2em;}



}

@media screen and (max-width: 1400px) {
.contact-details:not(.contact-details:first-child) {padding-left: 20px; }
.contact-details:not(.contact-details:last-child) {padding-right: 20px;}



}

@media screen and (max-width: 1200px) {
.contact-info-shortcoard .info {font-size: 14px; }
.contact-info-shortcoard .info-icon img {width: 20px; min-width: 20px; }
.wpb_gmaps_widget .wpb_map_wraper iframe {height: 500px; }
.location-add {font-size: 1em; }


}

@media screen and (max-width: 960px) {
.contact-info-shortcoard > .wpb_wrapper {grid-template-columns: 1fr 1fr; gap: 30px; }
.contact-details:nth-child(2) {border-right: 0 !important; }
.vc_row.newslatter-row {flex-direction: column; gap: 20px; }
.vc_row.newslatter-row .vc_col-sm-6 {width: 100%; }
.newslatter-row .sub-title {font-size: 20px;}
.newslatter-row .sub-title br {display: none; }
.contact-details {padding-left: 0 !important;padding-right: 0 !important;}

}


@media screen and (max-width: 767px) {
.contact-details:not(.contact-details:last-child) {padding: 0; border-right: 0; padding-bottom: 20px; border-bottom: 1px solid #ffffff21; }
.contact-info-shortcoard > .wpb_wrapper {gap: 20px; grid-template-columns: 1fr; }
.contact-form-section .gform_wrapper {    padding: 40px; border-radius: 15px; }
.contact-details:not(.contact-details:first-child) {padding-left: 0 !important; }




}

@media screen and (max-width: 480px) {
.contact-form-section .gform_wrapper {padding: 30px;}
.newslatter-row .gform-footer.gform_footer.top_label {position: relative; height: auto; }
.newslatter-row form {flex-direction: column; gap: 15px; }
.newslatter-row .gform_wrapper.gravity-theme .gfield input.large {line-height: 1 !important; height: auto !important; min-height: inherit !important; padding: 10px 20px; }
.newslatter-row .gform-footer.gform_footer.top_label .gform_button.button {width: 100%; }

}