/* COMMON STYLE */

.bg-black {
    background: #000 !important;
}
.fw-600 {
    font-weight: 600 !important;
}

.heading-h2 {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    line-height: 1.33;
    font-family: "Rubik", sans-serif;
    margin: 0 0 0;
    font-weight: 500;
}

/* COMMON STYLE CLOSED */

/* HOME LATEST JOB POST SECTION */

.nh-latest-job-section {
    background: #00023f;
    padding: 60px 0 70px;
}
.nh-latest-job-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nh-latest-job-heading h3 {
    font-family: "Rubik", sans-serif;
    margin: 0 0 0;
    line-height: 1.44;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.nh-latest-job-heading a {
    font-family: "Rubik", sans-serif;
    display: inline-block;
    color: #ff63b1;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.nh-latest-job-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nh-job-box {
    background: #fff;
    border-radius: 8px;
    position: relative;
    padding: 20px 30px;
    margin: 40px 12px 0;
}
.nh-job-box .job-box-head {
    position: relative;
    /* height: 100%; */
}
.verified-user-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}
.verified-user-icon img {
    max-width: 26px;
    margin-left: 10px;
    display: inline-block;
}
.job-box-head h4 {
    font-family: "Rubik", sans-serif;
    color: #1d00cf;
    margin: 0 0 0;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 7px;
    padding-right: 60px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.job-box-head .company-rating {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.job-box-head .company-rating strong {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    margin-right: 10px;
    color: #000;
}
.job-box-head .company-rating .rate-stars {
    display: flex;
}
.job-box-head .company-rating .rate-stars i {
    display: inline-block;
    margin-right: 2px;
    color: #c4c4c4;
    font-size: 13px;
}
.job-box-head .company-rating .rate-stars i.active {
    color: #ff63b1;
}
.job-box-head .company-rating span {
    font-family: "Rubik", sans-serif;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-left: 4px;
    color: #000;
}
.job-box-head .text-address {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #646c7b;
    display: flex;
    align-items: center;
}
.job-box-head .text-address i {
    color: #ff63b1;
    display: inline-block;
    margin-right: 7px;
}
.job-box-head ul.company-offer-list {
    padding: 5px 0 0;
    margin: 0 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.job-box-head ul.company-offer-list li {
    font-family: "Rubik", sans-serif;
    border-radius: 5px;
    background-color: #f4f4f4;
    color: #646c7b;
    line-height: 1.08;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
}
.job-box-head ul.company-hiring-list {
    padding: 5px 0 15px;
    margin: 0 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.job-box-head ul.company-hiring-list li {
    font-family: "Rubik", sans-serif;
    display: flex;
    align-items: center;
    color: #646c7b;
    line-height: 1.42;
    font-size: 12px;
    font-weight: 500;
    margin-right: 22px;
    margin-top: 10px;
}
.job-box-head ul.company-hiring-list li img {
    max-width: 16px;
    display: inline-block;
    margin-right: 4px;
}
.job-box-head .text {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.57;
    color: #000;
    padding-bottom: 32px;
}
.job-box-head .job-post-date {
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.42;
    padding-top: 15px;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.job-box-head .job-post-date span {
    color: #ff63b1;
}

/* COMMON SLIDER DOTS */

.common-slider-dots ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 50px 0px 0;
}
.common-slider-dots ul.slick-dots li {
    width: 15px;
    height: 15px;
    border: solid 1px #fff;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
}
.common-slider-dots ul.slick-dots li button {
    display: none;
}
.common-slider-dots ul.slick-dots li.slick-active {
    background-color: #ff63b1;
    border: solid 1px #ff63b1;
}

@media (max-width: 991.98px) {
    .nh-latest-job-heading h3 {
        font-size: 30px;
    }
    .nh-latest-job-heading a {
        font-size: 16px;
    }
    .job-box-head .company-rating strong {
        font-size: 14px;
        line-height: 1.2;
    }
    .job-box-head h4 {
        font-size: 18px;
    }
    .job-box-head .text-address {
        font-size: 12px;
    }
    .verified-user-icon img {
        max-width: 16px;
    }
    .job-box-head .text {
        font-size: 12px;
    }
    .nh-job-box {
        padding: 20px 20px;
        margin-top: 30px;
    }
    .nh-latest-job-section {
        padding: 40px 0 50px;
    }
    .heading-h2 {
        font-size: 40px;
    }
}
@media (max-width: 767.98px) {
    .nh-latest-job-heading {
        display: block;
        text-align: center;
    }
    .heading-h2 {
        font-size: 36px;
    }
}

/* MOCK BANNER STYLING */

.mock-banner-wrapper {
    background: url("../../assets/images/mock-interview/mock-banner-bg.png")
        no-repeat top center;
    padding: 100px 0 50px;
    background-size: 100%;
}
.mock-banner-text h2 {
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 20px;
}
.mock-banner-text h2 small {
    display: block;
    font-size: 33px;
    font-weight: 500;
}
.mock-banner-text p {
    color: #fff;
    font-size: 22px;
    font-family: "Rubik", sans-serif;
    line-height: 1.36;
    margin: 0 0 0;
    font-weight: 100;
}
.mock-banner-text .btn {
    border-radius: 10px;
    background-color: #fff;
    color: #ff63b1;
    font-size: 30px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    box-shadow: none !important;
    border: none;
    outline: none;
    margin-top: 40px;
    min-width: 217px;
}

/* CONPAMIES REPRESENTED STYLING */

.mock-company-wrapper {
    background: url("../../assets/images/mock-interview/arrors-light.png")
        no-repeat #00023f;
    padding-top: 56px;
    padding-bottom: 80px;
    background-size: 370px;
    background-position: 83% 86%;
}
.mock-company-wrapper .contant-here h4 {
    color: #fff;
    font-family: "Rubik", sans-serif;
    line-height: 1.33;
    font-size: 48px;
    font-weight: 500;
    margin: 0 0 0;
}
.mock-company-wrapper .contant-here h2 {
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 127px;
    font-weight: 500;
    margin: 20px 0 40px;
}
.mock-company-wrapper .contant-here a {
    font-family: "Rubik", sans-serif;
    box-shadow: none;
    outline: none;
    border: none;
    font-size: 26px;
    font-weight: 600;
    min-width: 186px;
    border-radius: 10px;
}

/* INTERVIEW PERCENTAGE */

.prepare-interview-wrapper {
    position: relative;
    margin: -96px 0;
}
.prepare-interview-inner {
    border-radius: 20px;
    box-shadow: 0 17px 25px 0 rgba(0, 0, 0, 0.16);
    background-color: #ff63b1;
    display: flex;
    align-items: center;
    padding: 40px 60px;
}
.prepare-interview-inner .in-left h3 {
    margin: 0 0 0;
    line-height: 0.5;
    font-size: 127px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    color: #fff;
    text-shadow: 0 12px 0 rgba(0, 0, 0, 0.12);
}
.prepare-interview-inner .in-right {
    padding-left: 60px;
    max-width: 800px;
}
.prepare-interview-inner .in-right p {
    margin: 0 0 0;
    font-size: 40px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    color: #fff;
    line-height: 1.4;
}

/* TESTIMONIAL STYLING */

.mock-testimonial-wrapper {
    background-image: radial-gradient(circle at 31% 25%, #1d00cf, #0f0068 132%);
    padding-top: 140px;
}
.mock-text-quotes {
    max-width: 725px;
    background: url("../../assets/images/mock-interview/quotes-img.png")
        no-repeat top left;
    background-size: 65px;
    padding-left: 90px;
    margin-top: 70px;
}
.mock-text-quotes p {
    margin: 0 0 0;
    color: #fff;
    line-height: 1.5;
    font-style: italic;
    font-family: "agaramond";
    font-size: 24px;
}
.testimonial-meta-data {
    padding-top: 40px;
}
.testimonial-meta-data h4 {
    margin: 0 0 0;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.testimonial-meta-data span {
    display: block;
    font-size: 16px;
    color: #7fb7f8;
    font-weight: 600;
    padding: 2px 0;
}
.testimonial-meta-data small {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #bcbcbc;
}
.mock-img-quotes img {
    max-width: 100%;
    display: inline-block;
}

/* MOCK MEETING STYLING */

.mock-meeting-wrapper {
    /* background:url('../../assets/images/mock-interview/start-now-bg.png')no-repeat top center; */
    background: #fff;
    background-size: cover;
    padding: 50px 0;
}
.mock-meeting-text {
    padding: 0 0px 0 50px;
}
.mock-meeting-text h2 {
    color: #ff63b1;
    margin: 0 0 20px;
    font-family: "Rubik", sans-serif;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
}
.mock-meeting-text p {
    color: #000;
    margin: 0 0 0;
    font-family: "Rubik", sans-serif;
    line-height: 1.36;
    font-size: 22px;
    font-weight: 300;
    padding: 20px 0px 0px;
}
.mock-meeting-text .btn {
    font-family: "Rubik", sans-serif;
    box-shadow: none;
    outline: none;
    border: none;
    font-size: 26px;
    font-weight: 600;
    min-width: 186px;
    border-radius: 10px;
}

/* UPCOMING EVENTS STYLING */

.upcoming-mock-interview {
    background: #00023f;
    padding: 60px 0 70px;
}
.upcoming-mock-interview .container-fluid {
    padding-right: 0px;
}
.upcoming-mock-interview .heading-here {
    padding-bottom: 25px;
}
.upcoming-mock-interview .heading-here h2 {
    color: #fff;
    line-height: 1.33;
    font-size: 48px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    margin: 0 0 0;
}
.upcoming-mock-interview .heading-here p {
    line-height: 1.3;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin: 15px 0 0;
}
.upcoming-mock-interview .heading-here .btn {
    font-size: 26px;
    margin-top: 30px;
    padding: 14px 45px;
    border-radius: 10px;
}
.single-upcoming-event {
    border-radius: 30px;
    box-shadow: 0 3px 21px 0 rgba(0, 0, 0, 0.22);
    background: #fff;
    padding: 35px;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    text-decoration: none;
}
.single-upcoming-event .img-icon img {
    width: auto;
    max-width: 100%;
    height: 100px;
    object-fit: contain;
}
.single-upcoming-event .text h4 {
    color: #000;
    margin: 20px 0 0px;
    line-height: 1.2;
    font-size: 26px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    /*max-width: 250px;*/
}
.single-upcoming-event .text h5 {
    margin: 30px 0 5px;
    font-family: "Rubik", sans-serif;
    color: #72878d;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.single-upcoming-event .text span {
    font-family: "Rubik", sans-serif;
    font-size: 17px;
    font-weight: 500;
    display: block;
    line-height: 1.56;
}
.single-upcoming-event .text span small {
    font-weight: 400;
    font-weight: 100%;
}

.mock-interview-slider .slick-list {
    padding: 0 150px 0 0 !important;
}
.mock-interview-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 50px 0px 0;
}
.mock-interview-slider ul.slick-dots li {
    width: 15px;
    height: 15px;
    border: solid 1px #fff;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
}
.mock-interview-slider ul.slick-dots li button {
    display: none;
}
.mock-interview-slider ul.slick-dots li.slick-active {
    background-color: #ff63b1;
    border: solid 1px #ff63b1;
}

/* FAQ'S STYLING */

.mock-faqs-wrapper {
    background-color: #1d00cf;
    padding: 60px 0;
}
.faqs-heading {
    text-align: center;
}
.faqs-heading h2 {
    color: #fff;
    line-height: 1.33;
    font-size: 48px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    margin: 0 0 0;
}
.faqs-heading h4 {
    margin: 6px 0 30px;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    font-weight: 500;
}
.faqs-search {
    position: relative;
    max-width: 583px;
    margin: 0 auto;
}
.faqs-search form {
    position: relative;
    display: block;
    width: 100%;
}
.faqs-search input[type="text"] {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    background-color: #fff;
    display: block;
    box-shadow: none;
    height: 61px;
    padding: 0 22px 0 57px;
    color: #646c7b;
    line-height: 0.72;
    font-size: 18px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
}
.faqs-search i {
    color: #1d00cf;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    left: 22px;
    font-size: 20px;
}
.accordian-wrapper {
    padding-top: 40px;
}
.accordian-wrapper .accordion {
    padding: 0;
    margin: 0;
    list-style: none;
}
.accordian-wrapper .accordion li.single-accordion {
    border-bottom: 1px solid #4f33ff;
    display: list-item;
}
.accordian-heading a {
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
    padding: 25px 30px 20px 0px;
    transition: all 0.3s;
}
.accordian-heading a:hover {
    color: #fff;
}
.accordian-heading a::after {
    content: "";
    background: url("../../assets/images/mock-interview/icon-minus-circle.png")
        no-repeat center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 12px;
    width: 24px;
    height: 24px;
    background-size: contain;
}
.accordian-heading a.collapsed::after {
    content: "";
    background: url("../../assets/images/mock-interview/icon-plus-circle.png")
        no-repeat center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 12px;
    width: 24px;
    height: 24px;
    background-size: contain;
}
.accordion-content {
    padding-bottom: 26px;
    padding-right: 40px;
}
.accordion-content p {
    margin: 0 0 0;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
}
.faqs-load-more {
    text-align: center;
    margin-top: 60px;
}
.faqs-load-more button {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    padding: 10px 0;
    border-radius: 30px;
    border: solid 2px #fff;
    text-align: center;
    min-width: 250px;
    transition: all 0.3s;
    background-color: transparent;
}
.faqs-load-more button:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.faqs-load-more button.noContent {
    pointer-events: none;
    opacity: 0.6;
}
.faqs-load-more button:hover {
    color: #1d00cf;
    background: #fff;
}
.faqs-load-more button i {
    font-size: 20px;
    display: inline-block;
    margin-left: 8px;
}

/* STILL QUESTION STYLING */

.faqs-stil-question {
    background-color: #ff63b1;
    padding: 45px 0;
}
.faqs-stil-question .text {
    text-align: center;
}
.faqs-stil-question .text h2 {
    margin: 0 0;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
}
.faqs-stil-question .text p {
    margin: 5px 0 0;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}
.faqs-stil-question .text p a {
    color: #fff;
}
.faqs-stil-question .text p i {
    display: inline-block;
    margin: 0 2px;
}

@media (max-width: 1400.98px) {
    .mock-text-quotes p {
        line-height: 1.4;
        font-size: 21px;
    }
    .mock-banner-text h2 {
        font-size: 48px;
    }
}

@media (max-width: 1199.98px) {
    .mock-banner-text h2 {
        font-size: 40px;
    }
    .mock-banner-text p {
        font-size: 20px;
    }
    .mock-banner-text .btn {
        font-size: 24px;
    }
    .mock-banner-text h2 small {
        font-size: 26px;
    }
    .mock-company-wrapper .contant-here h4 {
        font-size: 36px;
    }
    .mock-company-wrapper .contant-here h2 {
        font-size: 90px;
    }
    .mock-company-wrapper .contant-here a {
        font-size: 24px;
    }
    .prepare-interview-inner .in-left h3 {
        font-size: 100px;
    }
    .prepare-interview-inner .in-right p {
        font-size: 30px;
    }
    .mock-text-quotes p {
        font-size: 18px;
    }
    .mock-text-quotes {
        margin-top: 40px;
        background-size: 45px;
        padding-left: 65px;
    }
    .testimonial-meta-data {
        padding-top: 30px;
    }
    .mock-meeting-text {
        padding: 0 0px 0 0px;
    }
    .mock-meeting-text h2 {
        font-size: 40px;
    }
    .mock-meeting-text p {
        font-size: 18px;
        padding: 13px 0px 0px;
    }
    .mock-meeting-text .btn {
        font-size: 24px;
    }
    .upcoming-mock-interview .heading-here h2 {
        font-size: 40px;
    }
    .faqs-heading h2 {
        font-size: 40px;
    }
    .faqs-heading h4 {
        font-size: 24px;
    }
    .faqs-stil-question .text h2 {
        font-size: 36px;
    }
}

@media (max-width: 991.98px) {
    .upcoming-mock-interview .heading-here .btn {
        font-size: 22px;
        padding: 8px 30px;
    }
    .mock-banner-wrapper {
        background-size: cover;
        background-position: 0 0;
        text-align: center;
        padding: 60px 0 50px;
    }
    .mock-banner-wrapper .row {
        flex-direction: column-reverse;
    }
    .mock-company-wrapper .contant-here {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .prepare-interview-inner .in-left h3 {
        font-size: 74px;
    }
    .prepare-interview-inner .in-right {
        padding-left: 40px;
    }
    .prepare-interview-inner .in-right p {
        font-size: 20px;
    }
    .prepare-interview-inner {
        padding: 40px 40px;
    }
    .prepare-interview-wrapper {
        margin: -68px 0;
    }
    .mock-text-quotes {
        margin-top: 0;
    }
    .mock-img-quotes {
        padding-top: 20px;
    }
    .mock-img-quotes img {
        max-width: 400px;
        margin: 0 auto;
        display: block;
    }
    .mock-meeting-wrapper {
        background-size: cover;
        text-align: center;
    }
    .mock-meeting-text {
        padding: 40px 0px 0 0px;
    }
    .upcoming-mock-interview {
        padding: 50px 0 60px;
    }
    .upcoming-mock-interview .heading-here {
        padding-bottom: 20px;
    }

    .upcoming-mock-interview .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mock-interview-slider .slick-list {
        padding: 0 0px 0 0 !important;
    }
    .single-upcoming-event {
        padding: 25px 20px;
    }
    .mock-faqs-wrapper {
        padding: 50px 0 60px;
    }
    .faqs-load-more {
        margin-top: 50px;
    }
    .accordian-wrapper {
        padding-top: 30px;
    }
    .faqs-stil-question {
        padding: 40px 0;
    }
}

@media (max-width: 767.98px) {
    .mock-banner-text h2 {
        font-size: 36px;
    }
    .mock-banner-text h2 small {
        font-size: 22px;
    }
    .mock-banner-text p {
        font-size: 18px;
    }
    .mock-banner-text .btn {
        font-size: 22px;
        min-width: 160px;
    }
    .mock-company-wrapper .contant-here h4 {
        font-size: 28px;
    }
    .mock-company-wrapper .contant-here h2 {
        font-size: 60px;
        margin: 15px 0 20px;
    }
    .mock-company-wrapper .contant-here a {
        font-size: 18px;
    }
    .prepare-interview-inner {
        padding: 30px 20px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .prepare-interview-inner .in-left h3 {
        font-size: 54px;
        line-height: 1;
    }
    .prepare-interview-inner .in-right p {
        font-size: 18px;
        padding-top: 15px;
    }
    .prepare-interview-wrapper {
        margin: -90px 0;
    }
    .mock-company-wrapper .contant-here {
        padding-bottom: 60px;
    }
    .mock-meeting-text h2 {
        font-size: 36px;
    }
    .mock-meeting-text .btn {
        font-size: 22px;
    }
    .prepare-interview-inner .in-right {
        padding-left: 0;
    }
    .upcoming-mock-interview .heading-here h2 {
        font-size: 36px;
    }
    .single-upcoming-event .img-icon img {
        height: 80px;
    }
    .single-upcoming-event .text h4 {
        font-size: 22px;
        /*max-width: 210px;*/
    }
    .faqs-heading h2 {
        font-size: 36px;
    }
    .faqs-heading h4 {
        font-size: 20px;
    }
    .accordian-heading a {
        font-size: 20px;
        padding: 20px 20px 20px 0px;
    }
    .accordion-content p {
        font-size: 16px;
    }
    .accordion-content {
        padding-bottom: 20px;
    }
    .faqs-load-more button {
        font-size: 18px;
        min-width: 200px;
    }
    .faqs-stil-question .text p {
        font-size: 20px;
    }
}

@media (max-width: 400.98px) {
    .prepare-interview-inner .in-right p {
        font-size: 16px;
    }
}
