.post, .page {
    margin: 0;
}
.form-control:focus {
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
textarea.form-control {
    resize: none;
}
.consultaion-form textarea.form-control {
    resize: none;
}
.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}
/* Error msg */
.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -18px;
    right: 0;
    font-size: 11px;
    background-color: #dc3231;
    padding: 2px 5px 2px;
    border-radius: 0;
    height: 20px;
    line-height: 18px;
    color: #fff;
}
.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px;
}
.wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto !important;
}
.padding-top150
{
    padding-top: 150px;
}
/* ============ Partner Logo =================== */
.partner {
    color: #fff;
}
.partner-logos li:hover {
    box-shadow: 0px 0px 10px 5px #00000021;
    cursor: pointer;
}
.partner-logos li {
    background-color: #ffffff1a;
    padding: 10px;
    border-radius: 5px;
    margin: 0 8px;
    width: 190px;
    transition: all 0.3s ease-in-out;
}