.send-a-message {
    background: #0e1d70;
    padding: 29px;
    color: #fff;
    border-radius: 10px;
}



.contact-address {
    display: grid;
    margin: 40px 0;
    column-gap: 60px;
    column-gap: 15px;
    row-gap: 15px;
}

.contact-address, .site-map-style ul, ul.blogs_listing {
    grid-template-columns: repeat(3, 1fr);
}

.social-media-contact {
    background: #fefefe;
    border-radius: 27px;
    padding: 30px;
    text-align: center;
    box-shadow: 3px 4px 9px 4px rgb(0 173 239 / 32%);
}

.social-media-contact img {
    width: 27%;
}

.social-media-contact p {
    color: #000;
    /*font-size: 20px;*/
    margin: 25px 0 0;
}

.send-a-message h3 {
    font-size: 20px;
    margin: 0 0 17px;
}



.inner-heading.custom-py {
    /*background: #0e1d70;*/
    text-align: center;
    margin-top: 60px;
}

.breadcrumb {
    justify-content: center;
    margin-top: 25px !important;
}

@media (max-width: 767px) {
  .inner-heading.custom-py {
    margin-top: 0 !important;
  }
}

/*li.breadcrumb-item a {*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*}*/

@media (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}

button.btn.btn-success, input[type=submit] {
    border: none;
    background: #fff;
    color: #000;
    width: auto;
    font-size: 14px;
    padding: 9px 33px;
    border-radius: 31px;
    font-weight: 500;
    margin: 0 auto;
}

@media (max-width: 991px) {
.contact-address {
  grid-template-columns: unset !important;
}
}

@media (min-width: 1400px) {
    .map-outer {
        margin-right: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-address {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .social-media-contact {
        padding: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .social-media-contact p {
        font-size: 14px !important;
    }
}


@media only screen and (max-width: 767px) {
    iframe {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-inner-img, .right-imgg img, iframe {
        height: auto !important;
    }
}

@media (min-width: 1700px) {
    .container-max {
        max-width: 1320px !important;
    }
}
