.info-box-left {
    color: #ffffff;
    float: left;
    width: 250px;
    margin-top: 38px;
    margin-right: 30px;
    margin-left: 0px;
    margin-bottom: 23px;
    background-color: #1a1449;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 23px;
    background-image: url("/wp-content/uploads/2023/04/info-box-icon.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: scroll;
    background-size: contain;
    background-size: 25%;
}

.info-box-left a {
    color: #f29f05;
}

@media (max-width: 700px) {
    .info-box-left {
        width: 100%;
        margin-top: 8px;
        background-size: 10%;

    }
}

@media (max-width: 500px) {
    .info-box-left {
        background-size: 21%;
        margin-bottom: 30px;
    }
}


.info-box-right {
    color: #ffffff;
    float: right;
    width: 250px;
    margin-top: 38px;
    margin-right: 0px;
    margin-bottom: 38px;
    margin-left: 30px;
    background-color: #1a1449;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 23px;
    background-image: url("/wp-content/uploads/2023/04/info-box-icon.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: scroll;
    background-size: contain;
    background-size: 25%;
}

.info-box-right a {
    color: #f29f05;
}

@media (max-width: 700px) {
    .info-box-right {
        width: 100%;
        margin-top: 8px;
        background-size: 10%;

    }
}

@media (max-width: 500px) {
    .info-box-right {
        background-size: 21%;
        margin-bottom: 30px;

    }
}


.info-box-full {
    color: #ffffff;
    float: left;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 23px;
    background-color: #1a1449;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url("/wp-content/uploads/2023/04/info-box-icon.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: scroll;
    background-size: contain;
    background-size: 10%;
}

.info-box-full a {
    color: #f29f05;
}

@media (max-width: 700px) {
    .info-box-full {
        width: 100%;
        margin-top: 8px;
        background-size: 10%;

    }
}

@media (max-width: 500px) {
    .info-box-full {
        background-size: 21%;
        margin-bottom: 30px;
    }
}

.custom-form div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 5px 0 !important;
}

.custom-form div.wpforms-container-full .wpforms-form input.wpforms-field-large,
div.wpforms-container-full .wpforms-form select.wpforms-field-large,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
    background-color: #f1f1f1 !important;
    border: 1px solid #cbcbcb !important;
    border-radius: 5px !important;
    padding: 22px 15px !important;
    font-size: 0.85rem !important;
    font-weight: 400 !important;
}

.custom-form div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    background-color: #f1f1f1 !important;
    border: 1px solid #cbcbcb !important;
    font-size: 0.85rem !important;
    font-weight: 400 !important;
}


div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    background-color: #f1f1f1 !important;
    border: 1px solid #cbcbcb !important;
    border-radius: 5px !important;
    padding: 22px 15px !important;
    font-size: 0.85rem !important;
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select {
    background: #fff url("/wp-content/uploads/2023/06/chevron-1.png") no-repeat scroll right center;
    background-position: 95%;
    background-size: 16px 16px;
    min-height: 32px;
    vertical-align: middle;
    -webkit-appearance: none;
    padding: 15px !important;
    height: 50px !important;
    padding-right: 40px !important;
    background-color: #f8f8f8 !important;
    font-weight: bold !important;
    font-size: 1rem !important;
    color: #838889;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
    background-color: #f1f1f1 !important;
    border: 1px solid #cbcbcb !important;
    border-radius: 5px !important;
    font-size: 0.85rem !important;
}

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    border-radius: 5px !important;
    width: 100%;
    color: #ffffff !important;
    font-size: 18px !important;
    background-color: #004873 !imortant;
}

div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
    padding: 0px !important;
    background-color: #ffffff;
    border: 0px !important;
    font-weight: bold !important;
    font-size: 0.85rem !important;
    color: #838889;
}

html div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__inner{
    border-radius: 5px !important;
    padding: 10px 10px 10px 10px !important;
    padding-top: 10px !important;
    border: 1px solid #cbcbcb !important;
    min-height: 46px;
}

div.wpforms-container .wpforms-form .choices__list--single .choices__item {
    color: #0a0a0a !important;
}


.card.cyber .author {
    display: none;
}

@media (min-width: 1024px) {
    .case-study-header {
        margin-top: 40px;
    }
}

.video-player iframe {
    border-radius: 7px;
}