header {
    background-color: #ffffff;
    box-shadow: 0 3px 12px #00000021;
}

.about-us .about-img {
    max-width: 320px;
    margin-bottom: 22px;
}


.contact-form {
    max-width: 840px;
    
    background-image: url(../images/bg-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.input-field,
.textarea-field,
.select-input.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding: 0.625rem 1rem;
    background-color: white;
    border: 1px solid #c7ddff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.input-field:focus-visible,
.textarea-field:focus-visible,
.select-input.bootstrap-select>.dropdown-toggle:focus,
.select-input.bootstrap-select>.dropdown-toggle:focus-visible {
    border-color: #b2d1ff;
    outline: none !important;
    box-shadow: 2px 3px 10px #37363621;
}

@media screen and (min-width: 1200px) {
    .about-us .about-img {
        max-width: 580px
    }
}

@media screen and (max-width: 991px) {
    .our-advantages .image-md {
        display: block;
    }

    .our-advantages .image-lg {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .our-advantages .content .icon-img {
        max-width: 360px;
    }
}

@media screen and (max-width: 575px) {
    .our-advantages .image-md {
        display: none;
    }

    .our-advantages .content {
        display: block;
    }

    .our-advantages .content .icon-img {
        max-width: 220px;
    }
}