.blog-button-wrap {
    text-align: center;
}
.modal {
    background: rgb(0 0 0 / 73%);
    height: 100%;
    left: 0;
    overflow-y: auto;
    padding: 40px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.modal .modal-body {
    background: #fff;
    box-shadow: 7px 9px 9px rgba(0,0,0,.16);
    margin: 20px auto;
    max-width: 700px;
    padding: 30px 25px;
    position: relative;
}
.modal .modal-body h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 40px !important;
}

.modal #close {
    color: #ffffff; 
    font-size: 40px;
    font-weight: 500;
    line-height: 25px;
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
}

.modal .modal-body .hbspt-form .actions {
    display: block;
}
.modal .modal-body .logo-form-bottom {
    position: absolute;
    right: 35px;
    bottom: 28px;
}

.modal .modal-body .submitted-message p:first-child {
    text-align: center;
    color: #000;
    font-size: 30px;
    margin-bottom: 40px !important;
    opacity: 0.5;
}

.modal .modal-body p a {
    background-color: #507383;
    border: 1px solid #9ec9ad;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    padding: 10px 29px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
}

.modal .modal-body .submitted-message p {
    margin: 0 !important;
}


@media (max-width: 767px) {
  .modal .modal-body .logo-form-bottom {
    position: static;
    bottom: 28px;
    right: 35px;
    text-align: center; */
}
  
}
 
