.ContactUs .ltsTalk1 h1 {
    font-family: 'nohemisemi_bold', fallback-font;
    text-transform: uppercase;
    font-size: 56px;
    line-height: 72px;
    text-shadow: 0 0 black;
    text-align: center;
    display: block;
    margin-bottom: 0;
    font-weight: 400;
}
.addressBox {
    background-color: #fff;
    border: 1px solid #dee1e5;
    border-radius: 20px;
    padding: 22px;
    margin-bottom: 15px;
    width: 100%;
    min-height: 157px;
    text-align: left;
}

.addressBox h2 {
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 1rem !important;
    line-height: 0 !important;
}

.addText {
    display: flex;
}
.addressBox p.addTextImg {
    width: 35px;
}

.serviceL .addressBox img,
.serviceL .phoneHolder img {
    width: 16px;
    height: 16px;
    margin-top: -4px;
    border-radius: 0;
    margin-right: 4px;
    margin-bottom: 0;
}

.ltsTalk .serviceL .addressBox a,
.ltsTalk1 .serviceL .addressBox a {
    color: var(--main-black);
    font-family: "nohemiregular", fallback-font;
    font-size: 12px;
    text-decoration: none;
}
.addressBox p {
    font-size: 12px;
}
.mapHolder {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
@media (max-width: 767px) {
    .ContactUs .ltsTalk1 h1 {
        font-size: 30px;
        line-height: 32px;
        font-weight: 400;
        text-shadow: 0 0 black;
        position: relative;
        text-align: center;
        margin-bottom: 24px;
    }
    /* .addressBox {
        border: 1px solid #dee1e5;
        border-radius: 20px;
        padding: 22px;
        margin-bottom: 15px;
        width: 80%;
        
    } */
    

    
    
}
@media (max-width: 991px) {
    .ContactUs .ltsTalk1 .col-6 {
        width: 100%;
    }
    .ltsTalk1 .serviceL h2 {
        font-size: 1rem !important;
        margin-bottom: 15px;
        text-align: left;
    }

    .addressBox img{
        display: inline-block !important;
    }
    .addText p{
        margin-bottom: 0;
    }
    .addressBox p.addTextImg {
        width: 50px;
    }
    .addressBox .phoneHolder {
        height: 24px;
    }
    .addressBox .icon{
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1400px){
    .addressBox h2{
        margin-bottom: 1rem !important;
    }
}