@media(max-width:1440px) {
    .container-main {
        padding: 0px 40px;
    }
}

@media(max-width:1200px) {

    .home-banner-content h1,
    .about-banner-content h1 {
        font-size: 52px;
        line-height: 60px;
    }

    .home-about-right h2,
    .home-services-heading h2,
    .testimonials-heading h2,
    .candidate-placed-heading h2,
    .about-us-right h2,
    .contact-us-left h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .dream-job-content h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .why-us-right-block h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .footer-heading h2 {
        font-size: 38px;
    }

    .interview-process ul li {
        font-size: 16px;
    }

    .contact-box p {
        font-size: 18px;
    }

    .home-services-flex.home h4 {
        font-size: 20px;
    }
}

@media(max-width:991px) {
    .main-header {
        display: none;
    }

    .mob-header {
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .mob-header .navbar {
        background-color: #003459;
        padding: 15px 0px;
    }

    .mob-header .navbar>.container-fluid {
        padding: 0px 20px;
    }

    .mob-header .navbar-brand img {
        max-width: 200px;
    }

    .mob-header .navbar-brand {
        padding: 0;
        margin: 0;
    }

    .mob-header .navbar-toggler {
        padding: 0;
        border: unset;
    }

    .mob-header .navbar-toggler-icon {
        background-image: url(../images/menu-icon.webp);
        background-repeat: no-repeat;
        width: 30px;
        height: 28px;
        filter: invert(1);
    }

    body.menu-open .mob-header .navbar-toggler-icon {
        background-image: url(../images/close-icon.webp);
        height: 30px;
        margin-right: 7px;
    }

    body.menu-open {
        overflow: hidden;
    }

    .mob-header .navbar-collapse {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        background-color: #003459;
        padding: 0px 20px;
        z-index: -1;
    }

    .mob-header .navbar-nav {
        padding-bottom: 600px;
        padding-top: 110px;
    }

    .mob-header .nav-link {
        font-size: 16px;
        display: block;
        font-weight: 500;
        color: #fff;
        padding: 10px 0px;
    }

    .mob-header .navbar-toggler:focus {
        box-shadow: unset;
    }

    .navbar-nav .dropdown-menu {
        margin: 10px 0px;
        background-color: #003459;
        border: unset;
    }

    .dropdown-item {
        color: #fff;
    }

    .dropdown-divider {
        border-top: 1px solid rgb(255 255 255);
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #fff;
        background-color: unset;
    }

    .home-banner-main,
    .about-banner-main {
        padding-top: 97px;
    }

    .home-banner-info,
    .about-banner-info {
        padding-top: 97px;
    }

    .home-about-right.services h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .home-about-right.services {
        padding-left: 50px;
    }

    .home-about-flex.services.reverse .home-about-right.services {
        padding-right: 50px;
    }

    .interview-process ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-services-block.refer-earn {
        width: 50%;
    }

    .home-services-flex.home .home-services-block {
        width: 33.33%;
        padding: 20px 15px;
    }

    .home-services-flex.home {
        margin: -20px -15px;
    }
}

@media(max-width:870px) {

    .home-about-left,
    .home-about-right,
    .about-us-left,
    .about-us-right,
    .contact-us-left,
    .contact-us-right {
        width: 100%;
    }

    .home-about-right,
    .about-us-right {
        padding-left: 0px;
        padding-top: 40px;
    }

    .home-about-main.about-new {
        padding-bottom: 100px;
    }

    .home-about-main.about-new .home-about-right {
        padding-top: 150px;
    }

    .about-fix-img {
        margin-left: 0px;
        width: 80%;
    }

    .home-about-main.about-new .home-about-left {
        padding-left: 50px;
    }

    .home-services-block {
        width: 50%;
    }

    .why-us-left {
        width: 100%;
        padding-right: 0px;
        display: flex;
    }

    .why-us-right {
        width: 100%;
        margin: -15px;
        padding-top: 30px;
    }

    .why-us-left-block {
        width: 33.33%;
        height: 100%;
        margin-bottom: 0;
        margin-right: 20px;
    }

    .why-us-left-block:last-child {
        margin-right: 0;
    }

    .why-us-right-block {
        padding: 15px;
    }

    .footer-flex {
        flex-wrap: wrap;
    }

    .home-about-flex.what-we-do {
        flex-flow: column;
    }

    .home-about-right.what-we-do {
        padding-right: 0px;
    }

    .home-success-left {
        width: 100%;
        padding-right: 0px;
        padding-top: 40px;
    }

    .home-success-right {
        width: 100%;
    }

    .home-success-flex {
        flex-flow: column-reverse;
    }

    .contact-us-left {
        padding-right: 0;
        padding-bottom: 50px;
    }

    .home-about-flex.about-page {
        flex-flow: column;
    }

    .home-about-main.about-new.about-page {
        padding-bottom: 0px;
    }

    .home-about-flex.about-us.reverse {
        flex-flow: column;
        padding-top: 110px;
    }

    .home-about-right.about-page,
    .home-about-flex.about-us.reverse .home-about-right.about-us {
        padding-right: 0px;
    }

    .home-about-right.services {
        padding-left: 0px;
    }

    .home-about-flex.services.reverse {
        flex-flow: column;
    }

    .home-about-flex.services.reverse .home-about-right.services {
        padding-right: 0px;
    }

    .contact-us-flex.refer-earn {
        flex-flow: column;
    }

    .contact-us-left.refer-earn {
        padding-left: 0px;
    }

    .home-about-left.services.details {
        width: 100%;
    }

    .home-about-right.services.details {
        width: 100%;
    }
}

@media(max-width:768px) {
    .home-banner-bg {
        height: unset;
    }

    .home-banner-content h1,
    .about-banner-content h1 {
        font-size: 46px;
        line-height: 50px;
    }

    .why-us-right {
        flex-flow: column;
        margin: -15px 0px;
    }

    .why-us-right-block {
        width: 100%;
        padding: 15px 0px;
    }

    .testimonials-heading h2 {
        max-width: 300px;
    }

    .footer-block {
        width: 50%;
        padding: 20px;
    }

    .footer-flex {
        margin: -20px;
    }

    .home-about-flex.services {
        padding-bottom: 40px;
    }

    .interview-process ul {
        grid-template-columns: repeat(2, 1fr);
    }


    .home-services-flex.home .home-services-block {
        width: 50%;
    }

    .how-it-works-block {
        padding: 15px 0px;
        width: 100%;
        border-bottom: 10px solid #ECF2FB;
    }

    .how-it-works-block:last-child {
        border-bottom: unset;
    }

    .how-it-works-flex {
        margin: -15px 0px;
    }

    .how-it-works-block::before,
    .how-it-works-block:last-child:after {
        display: none;
    }

    .how-it-works-block-bg img {
        object-fit: cover;
    }

    .how-it-works-main {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .bonus-credit-main {
        padding-bottom: 70px;
    }

    .refer-earn-condition-main {
        padding-bottom: 70px;
    }
}

@media(max-width:600px) {
    .container-main {
        padding: 0px 20px;
    }

    .home-banner-bg {
        height: 470px;
    }

    .home-banner-content h1,
    .about-banner-content h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .home-banner-content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .home-about-main,
    .home-services-main,
    .dream-job-main,
    .testimonials-main,
    .about-us-main,
    .contact-us-main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-about-right,
    .about-us-right {
        padding-top: 25px;
    }

    .home-about-right h2,
    .home-services-heading h2,
    .testimonials-heading h2,
    .candidate-placed-heading h2,
    .about-us-right h2,
    .contact-us-left h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .home-about-right p,
    .home-services-heading p,
    .about-us-right p,
    .contact-us-left p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .home-services-block {
        width: 100%;
        padding: 30px 0px;
    }

    .home-services-flex {
        margin: -30px 0px;
    }

    .home-services-block p {
        font-size: 16px;
        line-height: 24px;
    }

    .home-services-block-inner {
        padding: 55px 20px 32px 20px;
    }

    .service-icon {
        left: 20px;
    }

    .dream-job-main {
        padding: 0;
    }

    .dream-job-content h2 {
        font-size: 26px;
        line-height: 35px;
    }

    .dream-job-content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .dream-job-content a {
        font-size: 12px;
    }

    .why-us-main {
        padding-top: 50px;
    }

    .why-us-left-block {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .why-us-left {
        flex-flow: column;
    }

    .why-us-right-block h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .why-us-right-block p {
        font-size: 16px;
        line-height: 24px
    }

    .testimonials-slider .owl-theme .owl-nav {
        display: none;
    }

    .testimonials-heading h2 {
        max-width: unset;
    }

    .testimonials-heading,
    .candidate-placed-heading {
        margin-bottom: 30px;
    }

    .testimonials-block p {
        font-size: 16px;
        line-height: 24px;
    }

    .footer-heading h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .footer-heading p {
        font-size: 16px;
        line-height: 24px;
    }

    .footer-flex {
        margin: -20px 0px;
    }

    .footer-block {
        width: 100%;
        padding: 20px 0px;
    }

    .footer-block p {
        font-size: 16px;
        line-height: 24px;
    }

    .footer-block h6 {
        padding-bottom: 15px;
    }

    .footer-copyright p {
        font-size: 16px;
        line-height: 24px;
        max-width: 335px;
        margin: 0 auto;
    }

    .footer-block ul li {
        font-size: 16px;
        line-height: 24px;
        padding: 5px 0px;
    }

    .home-about-main.about-new .home-about-right {
        padding-top: 125px;
    }

    .home-about-main.about-new {
        padding-bottom: 60px;
    }

    .home-success-main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .e-con-inner {
        width: 50%;
    }

    .e-con-inner::before,
    .e-con-inner::after {
        display: none;
    }

    .btn-wrap {
        flex-flow: column;
    }

    .home-success-left p {
        font-size: 16px;
        line-height: 24px;
    }

    .about-us-left {
        margin: -10px 0px;
        flex-flow: column;
    }

    .about-us-left-block {
        width: 100%;
        padding: 10px 0px;
    }

    .about-block-bg {
        height: 260px;
    }

    .about-us-left-block.reverse {
        flex-flow: column;
    }

    .about-us-left-block.reverse .about-block-content {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .about-block-content h3 {
        font-size: 36px;
        line-height: 43px;
    }

    .about-banner-main {
        padding-top: 97px;
    }

    .about-banner-bg {
        height: 350px;
    }

    .contact-box {
        width: 100%;
    }

    .contact-box-inner {
        border-top: unset;
    }

    .contact-box-flex {
        padding-top: 0px;
    }

    .contact-us-right {
        padding: 30px 20px;
    }

    .contact-us-right p {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-field {
        width: 100%;
    }

    .submit-btn {
        justify-content: flex-start;
        max-width: 165px;
    }

    .submit-btn input {
        margin: 0;
    }

    .contact-field input {
        font-size: 16px;
    }

    .contact-us-right h3 {
        margin-bottom: 7px;
    }

    .contact-us-left {
        padding-bottom: 35px;
    }

    .home-about-flex.about-us.reverse {
        padding-top: 55px;
    }

    .home-about-flex.services {
        padding-bottom: 20px;
    }

    .home-about-right.services h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .interview-process p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .interview-process h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .interview-process h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .interview-process ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .interview-process ul li {
        padding: 20px 0px;
        border-radius: 10px;
    }

    .home-services-heading.details h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .home-services-heading {
        margin-bottom: 60px;
    }

    .home-services-block.refer-earn {
        width: 100%;
    }


    .home-services-flex.home .home-services-block {
        width: 100%;
        padding: 10px 0px;
    }

    .home-services-flex.home {
        margin: -10px 0px;
    }

    .home-services-flex.home .service-icon {
        height: 90px;
        width: 90px;
        line-height: 90px;
    }

    .how-it-works-main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bonus-credit-main {
        padding-bottom: 50px;
    }

    .refer-earn-condition-main {
        padding-bottom: 50px;
    }

    .how-it-works-heading h2 {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    .how-it-works-block-content h4 {
        font-size: 34px;
        line-height: 48px;
    }

    .bonus-credit{
        padding: 30px 20px;
    padding-bottom: 30px;
    }

    .bonus-credit ul li,
    .refer-earn-condition ul li{
        font-size: 16px;
    line-height: 24px;
    }
}