.contact-container {
    padding: 0px 0px 141px 0px;
    gap: 184px;
}

.little-title-contact {
    margin: 108px 0px 0px 0px;
}

.little-title-contact>h5 {
    color: black;
    font-size: 16px;
    letter-spacing: 3.2px;
    font-weight: 600;
    margin-bottom: 40px;
}

.form {
    width: 576px !important;
    margin-right: 88px !important;
    padding: 0px !important;
}

.form>h1 {
    font-size: 56px;
    line-height: 66px;
    color: black;
    font-weight: 400;
    margin-bottom: 42px;
    font-family: 'Playfair Display', serif;
}

.maps {
    width: 424px !important;
    margin-top: 20px;
    margin-left: 88px !important;
    padding: 0px !important;
}

iframe {
    width: 100%;
    height: 100%;
}


/* .all-contact-page {
    margin: 0px 368px;
} */

.info-titles {
    width: 150px;
    font-family: 'Playfair Display', serif;
    color: black;
    font-size: 24px;
    font-weight: 400;
}

.info p {
    margin-bottom: 0rem;
    font-size: 16px;
}

.fields {
    margin-bottom: 42px;
}

.fields label,
.text-area label {
    color: black;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}

.fields input {
    border: 1px solid #707070;
    border-radius: 0px;
    height: 61px;
    padding: 0px 21px;
    color: black;
}

.text-area textarea {
    border: 1px solid #707070;
    border-radius: 0px;
    padding: 20px 21px;
    color: black;
    resize: none;
    margin-bottom: 65px;
}


/* Works on Firefox */

.text-area textarea {
    scrollbar-width: thin;
    scrollbar-color: #707070 white;
}


/* Works on Chrome, Edge, and Safari */

.text-area textarea::-webkit-scrollbar {
    width: 7px;
    cursor: pointer;
}

.text-area textarea::-webkit-scrollbar-track {
    background: white;
}

.text-area textarea::-webkit-scrollbar-thumb {
    background-color: #707070;
    border: 3px solid #707070;
}

.cbs input {
    border: 3px solid #CECECE;
    border-radius: 0px;
}

.cbs input:checked {
    background-color: #CECECE;
}

.cbs label {
    color: black;
    font-size: 16px;
    font-weight: 400;
}

.cbs a:hover {
    color: black;
}

#cbox1 {
    margin-bottom: 32px;
}

#cbox2 {
    margin-bottom: 43px;
}

#map-container-google-2 {
    margin-bottom: 58.67px;
    height: 563px !important;
}


/* #mapDiv>div>div>div:last-child>div {
    display: none;
} */

.address,
.email-and-phone,
.schedule {
    border-top: 1px solid black;
}

.schedule {
    border-bottom: 1px solid black;
}

.info-data>div {
    margin: 32px 0px 40px 0px;
}

.fourth-section>div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.fourth-section>div>input {
    margin-right: 19px;
    width: 19px;
    height: 19px;
    border-radius: 0px;
    border: 3px solid #CECECE;
    appearance: none;
    -webkit-appearance: none;
}

.fourth-section>div>input:checked {
    background-color: black;
}

.fourth-section>div:nth-child(1) {
    margin-bottom: 32px;
}

.fourth-section>div:nth-child(2) {
    margin-bottom: 42px;
}

iframe .gm-style .place-card-large {
    display: none !important;
}

/* .loader {
    width: 48px;
    height: 48px;
    border: 4px solid #E5007E;
    top: -315px;
    left: 180px;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    animation: pulse 1s linear infinite;
}

.loader:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border: 3px solid #E5007E;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaleUp 1s linear infinite;
}

@keyframes scaleUp {
    0% {
        transform: translate(-50%, -50%) scale(0)
    }
    60%,
    100% {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes pulse {
    0%,
    60%,
    100% {
        transform: scale(1)
    }
    80% {
        transform: scale(1.2)
    }
} */

@media (max-width: 1200px) {
    .form {
        margin-right: 0px !important;
        margin-bottom: 80px;
    }
    .maps {
        margin-left: 0px !important;
        width: 576px !important;
    }
    .text-change {
        text-align: center;
        margin-bottom: 70px !important;
    }
    .little-title-contact {
        display: flex;
        justify-content: center;
    }
    /* .loader {
        left: 255px;
    } */
}

@media (max-width: 576px) {
    .form,
    .maps {
        width: 350px !important;
    }
}