main {
    background-size: 100% 65%;
    background-image: url("/global/assets/files/images/pages/contact_us-bg.png");
    background-repeat: no-repeat;
}
.about-us__title {
    margin-top: 40px;
}

.info-box__icons {
    min-width: 65px;
    height: 65px;
}

main hr {
    margin: 2rem 0;
    width: 100%;
    height: 3px;
    text-align: right;
}
.socialMedia-icon {
    height: 40px;
    width: 40px;
    margin-left: 10px;
    background: rgba(53, 157, 150, 0.48);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.11);
    transition: background-color 0.3s;
}
.socialMedia-icon:hover {
    background-color: rgba(53, 157, 150, 1);
}
.form_input {
    border: 1px solid #dee3e4;
    outline: none;
}
.form_input:focus {
    outline: none;
}

.form_input:focus {
    border: 1px solid red;
}
.map {
    filter: drop-shadow(0px 4px 27px rgba(0, 0, 0, 0.16));
    height: 350px;
}

::placeholder {
    color: #bcbcbc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bcbcbc;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #bcbcbc;
}

.main-breadcrumb-list .swiper-slide {
    width: auto !important;
}
