@media(min-width: 991px) {
    #contactModal .modal-body .btn-close {
        position: absolute;
        left: -80px;
        width: 60px;
        height: 60px;
        background-color: white;
        opacity: 1;
        color: #000;
        border-radius: 100%;
        top: 0;
    }
}
@media(max-width: 990px) {
    footer .content-column .desc {
        text-align: center;
        margin: 0 auto;
    }
    footer .contact-lines {
        justify-content: center;
        flex-direction: column;
    }
    .section-3 .title {
        width: 100%;
        max-width: 100%;
    }
    #contactModal .modal-header {
        display: block!important;
    }
    #contactModal .modal-body .btn-close {
        display: none;
    }
    .bottom-header {
        padding-top: 0;
    }
    .bottom-social,
    .top-header {
        display: none;
    }
    .navbar-nav {
        padding-right: 0;
    }
    .content-column .title,
    .main_section .title {
        font-size: 42px;
        line-height: 38px;
    }
    .main_section .content {
        padding: 30px 0;
    }
    .section-3 .image:after {
        display: none;
    }
    .main_section {
        border-radius: 0 0 0 10em;
    }
    .beauty-list .item {
        padding-bottom: 40px;
    }
    .content-column .content {
        padding-right: 0;
    }
    .beauty-list >div:last-child >div {
        padding-bottom: 0;
    }
    .section-6:before,
    .section-6:after,
    .section-2:after, .section-4:after {
        display: none;
    }
    .slider-content {
        font-size: 18px;
    }
    footer .footer-top {
        text-align: center;
    }
    .footer_contact {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-social {
        padding-top: 20px;
    }
    footer .copyright,
    .footer-social {
        justify-content: center;
        padding-right: 0;
        min-height: 35px;
    }
    .content-column {
        padding: 70px 0;
    }
    .section-3 {
        padding-top: 70px;
    }
    .main_head:after,
    .main_head:before{
        display: none;
    }
    .main_head {
        border-radius: 0;
    }
    .content-column .content > .subtitle {
        padding-top: 30px;
    }
}