/* ==================== innerpages-header style ============================== */

.innerpages-header-form {
    /* background-image: url(https://d1bxu7lzmlpwm1.cloudfront.net/images/inner-header.jpg); */
    background-size: cover;
    position: relative;
}

.innerpages-header-form:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://d1bxu7lzmlpwm1.cloudfront.net/images/inner-header-after.png);
    background-size: cover;
    opacity: 0.7;
}

.innerpages-header-form h2 {
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 5;
    font-size: 45px;
    line-height: 1.5;
}

.innerpages-header-form .content {
    padding-left: 20px;
}

.innerpages-header-form .form-box .form {
    background-color: rgba(52, 58, 64, 0.9) !important;
    margin-top: 0 !important;
    border-top-left-radius: 0;
}

.innerpages-header-form .form-box .form form .form-group label {
    color: #fff !important;
}

.innerpages-header-form .form-links {
    display: flex;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.innerpages-header-form .form-links li {
    /* width: 15%; */
}

.innerpages-header-form .form-links li a {
    padding: 15px 0;
    text-align: center;
    color: #fff;
    margin-right: 2px;
    font-size: 1vw;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    font-weight: 400;
    min-width: 110px;
    text-align: center;
}

.innerpages-header-form .form-links li a:hover,
.innerpages-header-form .form-links li.active a {
    color: #495057;
    background: #fff;
}

.innerpages-header-form .form-links li i {
    margin-right: 5px;
}

.innerpages-header-form .form-box .form form .form-group .icon {
    left: 15px;
}


/* ==================== responsive style ============================== */

@media screen and (max-width: 1300px) {
    .innerpages-header-form {
        padding: 25px 0;
    }
    .innerpages-header-form .form-links li a {
        padding: 12px 0;
    }
    .innerpages-header-form .form-box .form {
        padding: 20px 30px;
    }
    .innerpages-header-form .form-box .form form {
        margin-top: 0;
    }
    .innerpages-header-form .form-box .form form .form-group input {
        height: 35px;
    }
    .innerpages-header-form .form-box .form form .form-group .icon {
        bottom: 5px;
    }
    .innerpages-header-form .form-box .form .nav-tabs .nav-link {
        padding: 10px 30px;
    }
}


/* ======== */

@media screen and (max-width: 991px) {
    .innerpages-header-form .form-box .form {
        border-top-right-radius: 0;
    }
    .innerpages-header-form .form-box {
        margin: 0 15px;
    }
}


/* ======== */

@media screen and (max-width: 787px) {
    .innerpages-header-form .form-links li {
        width: 25%;
    }
    .innerpages-header-form .form-links li a {
        font-size: 3.1vw;
        padding: 8px 0;
        min-width: auto;
    }
    .nav-tabs .nav-link {
        min-width: 90px;
    }
    .innerpages-header-form {
        padding-top: 20px;
    }
}


/* ======= */

@media screen and (max-width: 480px) {}