a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
}

.base-maps {
    padding-top: 10px;
}


.maps-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.base-maps h2 {
    text-transform: capitalize;
    color: #004d5c;
    font-weight: bold;
    font-size: 45px;
    font-family: "Montserrat-Bold", serif;
}

.base-maps p {
    color: #16aa9d;
    text-transform: capitalize;
}

.base-maps .map {
    margin: 60px 12px;
    position: relative;
    text-align: center;
}


.base-maps .map h5 {
    color: #16aa9d;
    text-align: center;
    margin: 16px auto;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    min-height: 45px;
}

.base-maps .map h4 {
    color: #16aa9d;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}


.base-maps .map .icon {
    position: absolute;
    bottom: -19px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: var(--petrol);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
}

.base-maps .map .icon:hover {
    background-color: #fff;
    color: var(--petrol);
    border: 2px solid var(--petrol);
    border-right-style: dashed;
    border-left-style: dashed;
}

.base-maps img {
    border-radius: 11px;
    width: 100% !important;
    height: 200px;
    object-fit: fill;
    object-position: top;
   
}


@media (min-width: 960px) and (max-width: 1199px) {
 
}

.more-map:hover, .more-map:focus {
    background-color: #fff;
    color: #16aa9d;
    border: 2px solid #16aa9d;
}

.map a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
}