﻿.modal-body{
    padding: unset!important;
}

.modal-body .close{
    color: white;
    float: right;
    font-size: 24px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    position: absolute;
    right: -14px;
    top: -15px;
    z-index: 9999999;
}

.modal-body{
    max-height: 720px;
    overflow: auto;
    overflow-x: hidden;
    position: unset;
}

.modal-body .close:hover,
.close:focus {
  color: #efc0b8 !important;
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
}

.modal-body .content-right .detail-social-icon {
    margin-top: 40px;
}

.modal-body .content-right .detail-social-icon .social-media {
    display: flex;
    justify-content: center;
}

.modal-body .content-right form.subscribe-form {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 7px 27px -3px #efc0b8;
    display: flex !important;
}

.modal-body .content-right form.subscribe-form input {
    width: calc(100% - 180px);
    padding-left: 30px;
    border: none;
    height: 60px;
    color: #211e1c;
}

.modal-body .content-right form.subscribe-form input::placeholder {
    color: #211e1c;
}

.modal-body .content-right form.subscribe-form button {
    width: 180px;
    height: 69px;
    padding-right: 0;
    background-color: #efc0b8;
    color: #fff;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    transition: 0.4s;
}

.modal-body .content-right form.subscribe-form button:hover {
    background-color: #fff;
    color: #211e1c;
    border-color: #211e1c;
}

@media only screen and (max-width: 991px)  {
    .modal-body .img-popup{
        height: 200px !important;
    }
    .modal-body .content-right{
        padding-left: 30px
    }
}
