.header-title#page-contact {
    background: linear-gradient(90deg, #e4bfd0 0%, rgba(38, 64, 89, 0) 40%), url(/storage/upload/pagesImg/kapcsolatok.webp) no-repeat center bottom;
    background-size: cover;
    background-attachment: fixed;
}

.header-title .title {
    text-align: left;
}

.contact-section .contact-container {
    /*padding: 85px 100px 55px;*/
    /*box-shadow: 0 0 15px #d6d5d5;*/
}

.contact-section .contact-container .section-title {
    margin-bottom: 4rem !important;
}

.contact-section .contact-container .section-title h2 {
    margin-bottom: 15px;
    color: #00345c;
    font-size: 38px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 60px;
    letter-spacing: .1px;
}

.contact-section .contact-container .section-title p {
    font-family: 'Alice', Georgia, "Times New Roman", serif;
    color: #9c1852;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: .1px;
}

.contact-section .contact-container .form-section .contact-form .form-control {
    color: #ba5f88;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #e4bfd0;
    box-shadow: none;
    border-radius: 5px;
}

.form-floating > label {
    color: #ba5f88;
}

.contact-section .contact-container .form-section .contact-form .btn {
    width: 100%;
    color: #fff;
    border-radius: 33px 33px 33px 33px;
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    background: linear-gradient(119.49deg, #c21f67 3.02%, #ba5f88 111.32%) !important;
}

.btn-default:hover {
    border-color: #9c1852;
    background-color: #9c1852;
    color: #FFFFFF;
}

.btn-default::before {
    background-color: #9c1852;
}

.contact-location-wrapper {
    list-style-type: none;
}

.contact-location-wrapper li {
    font-size: 18px;
    line-height: 34px;
    color: #808080;
    margin-bottom: 15px;
}

.contact-location-wrapper li:last-child {
    margin-bottom: 0;
}

.contact-location-wrapper .contact-icon {
    color: #9c1852;
}

.contact-section .contact-left-bar {
    position: relative;
    background: rgba(24, 65, 106, 0.96);
    padding: 70px 55px 65px;
    border-radius: 8px;
    margin: -55px 0 0;
    z-index: 5;
}

.contact-section .contact-left-bar .header {
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    color: #00345c;
}

.contact-section .contact-left-bar h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #FFFFFF;
    margin: 8px 0;
}

.contact-section .contact-left-bar p {
    font-size: 15px;
    color: #9daab8;
}

.contact-section .contact-left-bar .contact-form {
    margin-top: 42px;
}

.contact-section .contact-left-bar .contact-form .padding-right {
    padding-right: 7px;
}

.contact-section .contact-left-bar .contact-form .padding-left {
    padding-left: 7px;
}

.contact-section .contact-left-bar .contact-form .form-control {
    font-size: 14px;
    border: 0;
    border-radius: 5px;
    padding: 22px 25px;
}

.contact-section .contact-left-bar .contact-form .form-control::placeholder {
    color: #8f969e;
}

.contact-section .contact-left-bar .contact-form .submitBtn {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 7px 25px;
    color: #FFFFFF;
    background: #00345c;
}

.contact-section .contact-left-bar .contact-form .selection .dropdown-select {
    width: 100%;
    color: #8f969e;
    border: 0;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.contact-section .contact-right-bar img {
    margin-top: -175px;
    margin-left: -145px;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .contact-section .contact-container {
        padding: 50px 100px;
    }

    .contact-location-wrapper {
        margin: 50px 0 0 0;
    }

    .contact-section {
        height: auto;
        padding: 80px 0;
    }

    .contact-section .contact-left-bar {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .contact-section .contact-container {
        padding: 50px;
    }

    .contact-section .contact-container .section-title {
        margin-bottom: 30px;
    }

    .contact-section {
        padding: 60px 0;
    }

    .contact-section .contact-left-bar .contact-form .padding-right {
        padding-right: 15px;
    }

    .contact-section .contact-left-bar .contact-form .padding-left {
        padding-left: 15px;
    }

    .header-title {
        background-size: cover;
        background-attachment: scroll !important;
    }
}

@media only screen and (max-width: 575.98px) {
    .input-group-md .form-control,
    .input-group-md .form-select,
    .input-group-md .input-group-text,
    .input-group-md .btn {
        border-radius: 0.25rem !important;
    }
}

@media only screen and (max-width: 479px) {
    .contact-section .contact-container {
        padding: 50px 15px;
    }

    .contact-section .contact-container .form-section .contact-form .form-control {
        font-size: 14px;
        padding: 20px;
    }

    .contact-section .contact-container .form-section .contact-form .btn {
        /*padding: 6px 16px;*/
    }

    .contact-location-wrapper li i {
        margin-top: 3px;
    }

    .contact-location-wrapper li .text {
        font-size: 16px;
        line-height: 27px;
        margin-left: 35px;
    }

    .contact-section .contact-left-bar {
        padding: 40px 15px 35px;
    }

    .contact-section .contact-left-bar h4 {
        line-height: 30px;
    }
}

.openingHourContainer figure.table {
    margin: 0;
    width: 80%;
    display: inline-block;
}

.openingHourContainer figure.table table {
    width: 90%;
}

.openingHourContainer figure.table table {
    color: #808080;
}