#contact {
    padding: 50px 0;
}

#contact .items {
    padding: 0 125px;
}

#contact .items .item.left .gmap_canvas {
    width: 100%;
    height: 100%;
}

#contact .items .item.right {
    border: 1px solid #cddbd6;
    border-radius: 30px;
    padding: 30px;
}

#contact .items .item.right .title {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

#contact .items .item.right .title h1 {
    color: #bd2040;
    font-size: 1.5rem;
    font-weight: 700;
}

#contact .items .item.right .title .socmed a:first-child {
    margin-right: 8px;
}

#contact .items .item.right .title .socmed a svg {
    font-size: 1.2rem;
    color: #bd2040;
}

#contact .items .item.right form {
    margin-top: 30px;
}

#contact .items .item.right form .form-control {
    border: 1px solid #cacdcc;
    transition: none;
}

#contact .items .item.right form .form-select:focus {
    border: 1px solid #cacdcc;
    border-color: #cacdcc;
    box-shadow: unset;
    transition: none;
}

#contact .items .item.right form button {
    background: #ef0e65;
    border-radius: 30px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 6px 24px;
}

#contact #popupModal .modal-body {
    text-align: center;
}

#contact #popupModal .modal-body h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #bd2040;
    text-transform: uppercase;
}

#contact #popupModal .modal-body p {
    color: #212121;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 8px;
}

#contact #popupModal .modal-body .btnclose {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

#contact #popupModal .modal-body .btnclose svg {
    font-size: 1.2rem;
}

@media (orientation: portrait) {
    #contact .items {
        padding: 0 15px;
    }

    #contact .items {
        padding: 0 15px;
    }

    #contact .items .item.right {
        padding: 15px;
        margin-top: 30px;
        border-radius: 15px;
    }

    #contact .items .item.right .title h1 {
        font-size: 1.2rem;
    }

    #contact .items .item.right form .phone {
        margin-top: 1rem;
    }
}
