.contact-info-box {
    background: #161a49 !important;
}

#particles-bg {
    background: #00042B !important;
}

.contact-info-box .icon {
    background-image: linear-gradient(to bottom, #F4A83E 35%, #FC676E 100%, #F4A83E 100%) !important;
}

.contact-info-box .icon svg {
    color : white !important;
}


.contact-info-box h3 ,.contact-info-box p ,.contact-info-box a {
    color: white !important;
}

.contact-info-box p  {
    font-size: 14px !important;
}

.contact-info-box h3 {
    text-transform: uppercase;
}

.custom-support-icon {
    color: white;
    font-size: 22px;
}

.image-arrow-section-first {
    color: white;
    width: 14%;
    left: 170px;
    position: relative;
    top: 20px;
    filter:brightness(0) invert(1);
}

.price-content-button {
    text-align: center;
    margin-top: 50px;
}

.custom-contact-form input, .custom-contact-form textarea {
    background: transparent;
}

.recaptcha-parent {
    width: 100% !important;
    text-align: right;
}

.g-recaptcha > div {
    width: 100% !important;
}

.footer-area h3,.footer-area li , .footer-area a ,.footer-area p,.footer-area span {
    color: white !important;
}

.copyright-area {
    border-top: initial !important;
}

#formmessage {
    margin-bottom: 20px;
}

.button {
    z-index: 99999;
}

.section-form-contacts .alert-danger {
    background: #a94442;
}

.section-form-contacts {
    z-index: 999
}

#header .custom-logo-head-image {
    filter: brightness(0) invert(1);
}

.custom-button-lms {
    width: 120px;
}

@media (max-width: 766px) {
    .image-arrow-section-first {
        width: 30% !important;
        left: 122px !important;
    }

    .contact-form {
        margin-top: 40px !important;
    }

    .contacts-buttons-send {
        display: inline-flex;
        flex-direction: row-reverse;
    }

    .contacts-buttons-send .col-md-4 {
        position: absolute;
        top: 80px;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .section-form-contacts {
        margin-top: 40px;
    }

    .contacts-buttons-send .col-md-4 {
        width: 25% !important;
    }

    .contacts-buttons-send .col-md-8 {
        width: 75% !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .contact-info-box {
        min-height: 300px;
    }
}

@media (min-width: 950px) and (max-width: 1050px) {
   .col-tablet-mt-20 {
       margin-top: 20px;
   }
}
