.world__map a {
    display: none;
}

rect.sm_location {
    width: 20px;
    height: 20px;
}

.star-required-name:after {
    position: absolute;
    content: "*";
    left: 25%;
    top: 5%;
    color: #d01930;
}

.star-required-email:after {
    position: absolute;
    content: "*";
    left: 45%;
    top: 10%;
    color: #d01930;
}

.star-required-country:after {
    position: absolute;
    content: "*";
    left: 35%;
    top: 20%;
    color: #d01930;
}

.star-required-message:after {
    position: absolute;
    content: "*";
    left: 40%;
    top: 15%;
    color: #d01930;
}

.contact-form {
	margin: 0 0 80px 0px;
	background: #105b2d;
	padding: 50px 0;
}
.contact__card__box {
	background: #b8d2c1;
	padding: 20px;
	font-size: 18px;
	height: 150px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.contact__card__box a {
	text-decoration: none;
	color: unset;
}

.gm-style-iw-d strong {
    font-weight: 600;
    font-size: 24px;
}

#contactForm label.error {
	font-size: 14px;
	color: #ec5252;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .contact__card__box {
        background: #b8d2c1;
        padding: 20px;
        font-size: 18px;
        height: 180px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 15px 15px;
    }

    .star-required-name:after {
        position: absolute;
        content: "*";
        left: 90%;
        top: 5%;
        color: #d01930;
    }
    
    .star-required-email:after {
        position: absolute;
        content: "*";
        left: 90%;
        top: 10%;
        color: #d01930;
    }
    
    .star-required-country:after {
        position: absolute;
        content: "*";
        left: 90%;
        top: 20%;
        color: #d01930;
    }
    
    .star-required-message:after {
        position: absolute;
        content: "*";
        left: 90%;
        top: 15%;
        color: #d01930;
    }

}