* {
    margin: 0;
    pad: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}


.btn:hover {
    color: unset;
    background-color: unset;
    border-color: unset;
}

header {
    background-color: transparent !important;
    z-index: 9 !important;
    position: fixed !important;
    top: 0;
    width: 100%;
}


    header .login_btn {
        color: #fff;
        background-color: unset !important;
        border: unset !important;
    }

    header .btn {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

        header .btn:hover {
            background-color: #fff;
            color: #121212;
            border: 0;
        }

    header ul li a {
        font-weight: 600 !important;
    }

h2 {
    font-weight: 700;
    font-size: 40px;
    color: #000B33;
}

p {
    font-weight: 400;
    font-size: 15px;
    color: #121212;
    text-align: justify;
}
.Privacy_banner {
    padding: 250px 0;
    background-color: #005985;
    position: relative;
}

.nav-tabs .nav-item.show .nav-link,
.nav .nav-link.active {
    border-bottom: 1px solid #FFCC2A;
    color: #FFCC2A !important;
    border-radius: 0 !important;
}

.nav .nav-link {
    color: #035A86 !important;
    font-weight: 700;
    font-size: 18px;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: transparent;
    border: 2px solid #fff;
    margin-left: 20px;
    border-radius: 5px;
}

    button:focus:not(:focus-visible) {
        outline: unset;
    }

.navbar-toggler:focus {
    text-decoration: unset;
    color: #fff;
    border: unset;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    transition: var(--bs-navbar-toggler-transition);
}

.slider {
    background-image: url(../image/banner.jpg);
    background-repeat: no-repeat;
    padding: 20px 10PX;
    position: relative;
    height: 745px;
    background-size: cover;
}

    .slider::after {
        content: "";
        position: absolute;
        background-image: url(../image/slider_laptop.png);
        right: 10%;
        background-size: cover;
        width: 519px;
        height: 668px;
        z-index: 9;
        bottom: 3px;
    }


.slider-content {
    width: 100%;
}

.slider .inner-slider {
    top: 24%;
}

    .slider .inner-slider h1 {
        width: 65%;
        font-size: 46px;
        font-weight: 700;
        color: #fff;
    }

    .slider .inner-slider .input-group {
        background-color: #fff;
        border-radius: 50px;
        padding: 15px 30px;
        width: fit-content;
        position: relative;
        width: 70%;
    }

        .slider .inner-slider .input-group .search i,
        .slider .inner-slider .input-group .location i {
            position: absolute;
            top: 29px;
        }

        .slider .inner-slider .input-group input {
            background-color: #fff;
            border: none;
            border-bottom: 1px solid #e5e5e5 !important;
            padding: 5px 10px !important;
        }

        .slider .inner-slider .input-group .search-btn {
            padding: 10px 25px;
            background-color: #035A86;
            border: 0;
            color: #fff;
            border-radius: 50px;
        }
.about p{
    width: 78%;
    margin: auto;
}
.story h3 {
    font-weight: 700;
    font-size: 36px;
    color: #035A86;
}

.philosophy {
    background-color: #FFCC2A;
    padding: 80px 0;
    position: relative;
}

    .philosophy::after {
        content: "";
        position: absolute;
        background-image: url(../image/philosophy_img.png);
        height: 200px;
        width: 200px;
        bottom: 80px;
    }

    .philosophy p {
        color: #000;
    }

.service .service-card {
    padding: 25px;
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
    background-color: #ffffff;
    border-radius: 10px;
    height: 244px;
}

    .service .service-card img {
        width: 15%;
        margin: 0 auto;
    }

    .service .service-card h5 {
        font-weight: 700;
        font-size: 20px;
        color: #000B33;
    }

.know-btn {
    background: #035A86;
    box-shadow: -15px 20px 50px rgba(3, 90, 134, 0.301961);
    border-radius: 28px;
    border: unset !important;
    padding: 8px 20px;
    color: #fff;
}

.counter {
    background-color: #035A86;
    padding: 100px 20px;
}

    .counter .card {
        border: unset !important;
        background-color: #035A86;
        width: 135px;
        height: 110px;
    }

.w-5 {
    width: 20%;
}

.works p {
    width: 50%;
    margin: auto;
}

.works h4 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}


.devices {
    background-color: #FFCC2A;
    padding: 100px 0;
}

    .devices img {
        width: 13%;
    }

footer {
    padding: 60px 0;
    background-color: #035A86;
}

    footer h3 {
        font-size: 24px;
        font-weight: 700;
    }

    footer ul li {
        margin-bottom: 8px;
    }

    footer img {
        width: 50%;
    }

    footer .inner-footer .footer-content img {
        width: 25% !important;
    }

    footer .inner-footer ul li {
        padding-right: 20px;
    }

/* .About */
.about_banner {
    background-image: url(../image/About_banner.jpg);
    position: relative;
    height: 800px;
    padding: 20px 10px;
    background-size: cover;
}

    .about_banner h1 {
        font-size: 46px;
        font-weight: 700;
        color: #fff;
    }

.value {
    background-color: #FFCC2A;
    padding: 80px 0;
}

    .value h5 {
        font-weight: 700;
        font-size: 20px;
        color: #000000;
    }

    .value p {
        font-weight: 400;
        font-size: 15px;
        color: #000000;
    }

    .value .content-value p {
        width: 40%;
        margin: auto;
    }

.choose .choose-card {
    background-color: #ffffff;
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
    border-radius: 10px;
    padding: 25px 35px;
}

    .choose .choose-card p {
        font-size: 16px;
        font-weight: 600;
        color: #000B33;
        width: 80%;
    }

.choose .choose-content .get-btn {
    background: #FD4C5C;
    border-radius: 3px;
    padding: 10px 20px;
    border: 0;
    color: #ffffff;
}

.choose .choose-content p {
    width: 70%;
}

.industry {
    background-color: #005985;
    padding: 80px 0;
}

    .industry .industry-content p {
        width: 75%;
        margin: auto;
    }

    .industry .industry-card {
        background-color: #ffffff;
        box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
        border-radius: 10px;
        padding: 35px;
        height: 230px;
    }

        .industry .industry-card .in-content h6 {
            font-size: 16px;
            line-height: 26px;
            color: #4D5571;
            font-weight: 700;
        }

        .industry .industry-card p {
            color: #4D5571;
        }

.review .rivew-card {
    background-color: #ffffff;
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
    border-radius: 10px;
    padding: 30px;
}

    

.review h2 {
    margin: auto;
}

/* .monthly_banner */
.subscripation_banner {
    padding: 250px 0;
    background-color: #005985;
    position: relative;
}

    .subscripation_banner h1 {
        font-weight: 600;
        font-size: 36px;
        color: #FFFFFF;
    }

    .subscripation_banner p {
        font-weight: 400;
        font-size: 16px;
        width: 59%;
        margin: auto;
        text-align: center;
        color: #FFFFFF;
    }

.pricing {
    background-color: #FFCC2A;
    padding: 130px 20px;
}

    .pricing .year-box {
        background-color: #fff;
        padding: 8px;
        display: inline-block;
        border: 1px solid #035A86;
        border-radius: 5px;
    }

.year-box .nav .nav-link.active {
    background-color: #005985;
    color: #fff !important;
    border-bottom: 0 !important;
}

.year-box .nav .nav-link {
    font-weight: 600;
    font-size: 14px;
    color: #035A86;
}

.pricing .month {
    background-color: #fff;
    padding: 44px 30px;
    border-radius: 15px;
}

.pricing .months {
    background-color: #005985;
    padding: 44px 30px;
    border-radius: 15px;
    position: relative;
}

    .pricing .months::after {
        content: "Best Seller";
        position: absolute;
        padding: 6px 30px;
        color: #005985;
        font-weight: 500;
        font-size: 13px;
        border-radius: 0px 15px;
        background-color: white;
        top: 0;
        right: 0;
    }

    .pricing .months h3::after {
        content: "";
        position: absolute;
        height: 110px;
        width: 1px;
        background-color: #ffffff;
        right: 0;
        top: 50%;
        bottom: 50%;
        transform: translateY(-50%);
    }


    .pricing .month h3,
    .pricing .months h3 {
        font-size: 28px;
        font-weight: 700;
        position: relative;
    }

        .pricing .month h3::after {
            content: "";
            position: absolute;
            height: 110px;
            width: 1px;
            background-color: #005985;
            right: 0;
            top: 50%;
            bottom: 50%;
            transform: translateY(-50%);
        }

    .pricing .month h4,
    .pricing .months h4 {
        font-size: 54px;
        font-weight: 700;
    }

    .pricing .month h6,
    .pricing .months h6 {
        font-size: 16px;
        color: #70798B;
        font-weight: 500;
    }

.features .benifit {
    background: #035A86;
    box-shadow: -10px 20px 60px rgba(3, 90, 134, 0.301961);
    border-radius: 15px;
    padding-bottom: 30px;
}

    .features .benifit h4 {
        background-color: #035A86;
        padding: 30px 0;
        border-radius: 15px 15px 0 0;
        border-bottom: 1px solid #5E94B0;
    }

.features h4 {
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}

.features .services ul, .features .premium-services ul {
    padding: 0 160px;
}

.features ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
}

.features .services,
.features .premium-services {
    background: #fff;
    box-shadow: -10px 20px 60px rgba(3, 90, 134, 0.301961);
    border-radius: 15px;
    padding-bottom: 30px;
}

    .features .services h4 {
        background-color: #FFCC2A;
        padding: 30px 0;
        border-radius: 15px 15px 0 0;
    }

    .features .premium-services h4 {
        background-color: #781BFF;
        padding: 30px 0;
        border-radius: 15px 15px 0 0;
    }

.premium {
    background-color: #FFCC2A;
    padding: 50px 20px;
}
.subscripation_banner h1{
    margin: auto;
    width:85%;
}

.premium h2 {
    width: 50%;
    margin: auto;
}

    .premium .display {
        background-color: #035A86;
        padding: 24px 20px;
        border-radius: 10px;
    }

        .premium .display h4,
        .premium .content h4 {
            color: #000B33;
            font-size: 22px;
            font-weight: 600;
        }

            .premium .display h4 span {
                font-size: 13px;
                font-weight: 400;
            }

    .premium .content {
        background: #FFFFFF;
        box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
        border-radius: 10px;
        padding: 24px 20px;
    }

.join-content {
    padding: 40px 120px;
    background-color: #005985;
    border-radius: 15px;
}

    .join-content h3 {
        width: 85%;
        color: #FFCB2A;
        font-size: 34px;
        font-weight: 700;
    }

    .join-content button {
        background-color: #FFCB2A;
        padding: 8px 32px;
        border: none;
        border-radius: 50px;
        color: #fff;
        font-weight: 700;
        box-shadow: 10px 9px 20px rgba(255, 203, 42, 0.301961);
    }

/* .blog */
.blog_banner {
    background-image: url(../image/blog_banner.jpg);
    background-repeat: no-repeat;
    padding: 232px 10PX;
    position: relative;
    background-size: cover;
}

    .blog_banner h1 {
        color: #fff;
        font-size: 48px;
        font-weight: 600;
    }

    .blog_banner .input-group {
        width: 750px !important;
    }

    .blog_banner .input-group-text {
        background-color: #fff !important;
    }

    .blog_banner .input-group .form-control {
        border: none;
    }

    .blog_banner .input-group input::placeholder,
    .blog_banner .input-group span i {
        color: #959EAD;
        font-weight: 600;
    }

    .blog_banner .search-btn {
        background-color: #005985;
        color: #fff;
        font-weight: 700;
        padding: 6px 15px;
        font-size: 14px;
    }

    .blog_banner .popular .nav .nav-link {
        color: #fff !important;
        border: 1px solid #fff;
        font-size: 15px;
        font-weight: 600;
    }

    .blog_banner .popular ul li {
        padding: 0 8px;
    }

.blog .blog-content {
    position: relative;
}

    .blog .blog-content h3 {
        position: absolute;
        bottom: 0;
        padding: 30px;
        color: #fff;
    }

    .blog .blog-content img {
        width: 100%;
    }

.admin-content .admin span {
    color: #005985;
}

.admin-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000B33;
}

.admin-content h4 {
    font-size: 15px;
    font-weight: 700;
    color: #000B33;
}

.admin-content h5 {
    font-size: 18px;
    color: #000B33;
    font-weight: 600;
}

.previous {
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
    border-radius: 10px;
    padding: 50px 30px;
}

    .previous h6 {
        color: #005985;
        font-size: 14px;
        font-weight: 400;
    }

.blog-detail img {
    width: 100%;
}

/* .job */
.Job .Job-card {
    background-color: #ffffff;
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
    border-radius: 10px;
    padding: 25px 35px;
}

    .Job .Job-card h4 {
        font-size: 20px;
        font-weight: 700;
        color: #000B33;
    }

.getting .content-getting ul span li {
    color: #000B33;
}

.getting .content-getting ul span i {
    color: #035A86;
    font-size: 10px;
}

.hunt h2 {
    width: 75%;
    margin: auto;
}

.hunt .hunt-content {
    padding: 20px 25px 30px 25px;
    background-color: #ffffff;
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
    border-radius: 10px;
    height: 280px;
}

    .hunt .hunt-content img {
        width: 15%;
    }

    .hunt .hunt-content h5 {
        font-size: 16px;
        font-weight: 700;
        color: #000B33;
    }

    .hunt .hunt-content p {
        width: 95%;
        margin: auto;
        color: #000B33;
    }

.hunt p {
    width: 75%;
    margin: auto;
    color: #000B33;
}

.service-work .content-service-work .box {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
}

    .service-work .content-service-work .box .work-box {
        background-color: #d7dde6;
        display: inline-block;
        border-radius: 10px;
        height: 40px;
        width: 50px;
    }

        .service-work .content-service-work .box .work-box h5 {
            color: #005985;
            font-weight: 700;
            font-size: 20px;
        }

.writing {
    background-color: #FBF9FF;
    padding: 64px 0;
    position: relative;
}

    .writing h2 {
        color: #000B33;
    }

    .writing .writing-service {
        background: #FFFFFF;
        border: 1px solid #EAE9F2;
        border-radius: 10px;
        height: 100px;
        padding: 10px 15px;
    }

        .writing .writing-service i {
            font-size: 20px;
            color: #5454D4;
        }

.time .time-box {
    background-color: #005985;
    padding: 20px;
}

    .time .time-box p {
        font-style: italic;
        font-weight: 700;
        font-size: 18px;
    }

.time .time-content i {
    color: #00BB98;
    font-size: 20px;
}

.time h4 {
    font-weight: 700;
    font-size: 20px;
    color: #121212;
}

.candidates .candidates-content h3 {
    font-weight: 600;
    font-size: 25px;
    color: #030314;
    width: 54%;
}

.candidates .candidates-content h5 {
    font-weight: 700;
    font-size: 16px;
    color: #030314;
}

.candidates .candidates-content .stars {
    color: #FFCB2A;
}
/*.carousel-control-next, .carousel-control-prev {
     position: unset !important; 
    top: 0;
    bottom: 0;
    z-index: 1;
     display: flex; 
     align-items: center; 
     justify-content: center; 
     width: 15%; 
     padding: 0; 
     color: #fff; 
     text-align: center; 
     background: 0 0; 
     border: 0; 
     opacity: .5; 
     transition: opacity .15s ease; 
}*/
.candidates-box .nav-link {
    background-color: #005985;
    color: #fff !important;
    border-bottom: 0 !important;
    display: inline-block;
    padding: 10px 15px;
}
.Privacy-detail ul li{
    list-style: initial !important;
    margin-bottom: 10px;
    text-align: justify;
}
    .candidates-box .nav-link:hover {
        background-color: #FFCB2A;
    }

.candidates .img-candidates{
    position: relative;
}
    .candidates .img-candidates::after {
        content: "";
        position: absolute !important;
        background-image: url(../image/candidate_icon.png);
        height: 70px;
        width: 70px;
        background-repeat: no-repeat;
        top: 50%;
        transform: translateY(-50%);
        right: -43px;
    }
.candidates .img-recruiters {
    position: relative;
}

    .candidates .img-recruiters::after {
        content: "";
        position: absolute !important;
        background-image: url(../image/candidate_icon.png);
        height: 70px;
        width: 70px;
        background-repeat: no-repeat;
        top: 50%;
        transform: translateY(-50%);
        left: -24px;
    }
    
.recruiters-box .nav .nav-link.active {
    background-color: #FFCB2A;
    color: #fff !important;
    border-bottom: 0 !important;
}

.recruiters-box .nav .nav-link {
    font-weight: 600;
    font-size: 14px;
    color: #035A86;
}

.mt-180 {
    margin-top: 185px;
}

.testimonial_banner {
    padding: 250px 0;
    background-color: #D6DFE4;
    height: 650px;
    position: relative;
    /*background-image: url(../image/tastimonial_banner.png);*/
}

    .testimonial_banner:after {
        content: "";
        position: absolute;
        background-image: url(../image/testimonial_lady.png);
        width: 33%;
        height: 72%;
        right: 0;
        bottom: 0;
    }

    .testimonial_banner:before {
        content: "";
        position: absolute;
        background-image: url(../image/testimonial_leaves.png);
        width: 65%;
        height: 24%;
        left: 0;
        bottom: 0;
    }

    .testimonial_banner .testimonial_banner_inner h1 {
        width: 50%;
        font-weight: 700;
        font-size: 38px;
        color: #005985;
        text-align: justify;
    }

.contact {
    padding: 150px 30px;
    background-color: #035A86;
    /* margin-top: 100px; */
}
.contact-detail{
    padding: 67px 30px;
    background: linear-gradient(#ffd349, #ffd54f);    
}

    .contact .form-select {
        color: #5a5b5e !important;
    }

    .contact h6 {
        color: #5a5b5e;
    }

    .contact-detail .submit-btn {
        background-color: #005985 !important;
        padding: 10px 15px;
        font-size: 14px;
        border: 0px !important;
        font-weight: 600;
        color: #fff;
    }

    .contact-detail .submit-btn:hover {
        color: #000;
        background-color: #fff !important;
    }
.state_drodown{
    font-weight: 700;
    color: #121212;
}

.dropdown-select {
    width: 85%;
}
.Opening_box_content {
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.10);
    background-color: #fff;
    padding: 20px;
    /*height: 277px;*/
}
    .Opening_box_content p i {
        color: #FFCC2A;
    }
    .Opening_box_content .apply-btn{
        margin: auto !important;
    }
    .Opening_box_content .apply-btn a{
        display: block !important;
    }
    .Opening_box h4 {
        background-color: #FFCC2A;
        padding: 15px 15px;
        font-size: 22px;
        /*height: 88px;*/
    }
    /* .testimonial_banner::before{
    content: '';
    position: absolute;
    height: 400px;
    width: 500px;
    top: 0;
    right: 0;
    background-image: url(../image/tastimonial_banner.png);
} */
    @media (max-width:575px) {
        .about p {
        width: 100%;
    }
    .dropdown-select{
        width: 85%;
    }
    .industry .industry-card {
        padding: 20px 20px;
        height: unset;
    }
    .contact {
        padding: 100px 20px;
    }
    .candidates .img-candidates img{
        width: 92%;
    }
    .candidates .img-candidates::after {
        right: -19px;
    }
    .contact .contact-content {
        margin-top: 120px !important;
    }
    .features .services ul, .features .premium-services ul {
        padding: 0 80px;
    }

    .testimonial_banner {
        padding: 80px 0;
        height: 780px;
    }
        .testimonial_banner .testimonial_banner_inner{
            top: 25%;
        }

        .testimonial_banner:before {
            content: unset;
        }

        .testimonial_banner:after {
            width: 120%;
            height: 59%;
        }

        .testimonial_banner .testimonial_banner_inner h1 {
            width: 100%;
            font-size: 28px;
        }

    .blog_banner h1 {
        font-size: 39px;
    }

    .blog_banner .search-btn {
        padding: 3px 6px;
        font-size: 10px;
    }

    .candidates .candidates-content h3 {
        font-size: 20px;
        width: 100%;
    }

    .testimonial_banner .testimonial_banner_inner h1 {
        width: 100%;
        font-size: 24px;
    }

    .review h2 {
        width: 100%;
        font-size: 22px;
    }

    .mt-180 {
        margin-top: 10px;
    }

    .blog_banner .input-group {
        width: 100% !important;
    }

    .subscripation_banner {
        padding: 240px 10px;
    }

        .subscripation_banner .top-50 {
            top: 63% !important;
        }

        .subscripation_banner h1 {
            font-size: 22px;
            width: 350px;
        }

        .subscripation_banner p {
            width: 90%;
        }

    .pricing {
        padding: 70px 20px;
    }

        .pricing .month h3,
        .pricing .months h3 {
            font-size: 22px;
        }

        .pricing .month h4,
        .pricing .months h4 {
            font-size: 36px;
        }

        .pricing .month,
        .pricing .months {
            padding: 30px 10px;
        }

            .pricing .month h3::after {
                height: 74px;
            }

            .pricing .months h3::after {
                height: 74px;
            }

            .pricing .months::after {
                padding: 3px 30px;
                font-size: 13px;
            }

    .premium h2 {
        width: 100%;
        font-size: 30px;
    }

    .premium .display {
        padding: 24px 15px;
    }

        .premium .display h4,
        .premium .content h4 {
            font-size: 23px;
        }

    .join-content {
        padding: 40px 20px;
    }

        .join-content h3 {
            width: 100%;
            font-size: 28px;
        }

    button {
        font-size: 14px !important;
    }

    .navbar-brand {
        margin-right: unset !important;
    }

    .slider .inner-slider h1 {
        font-size: 24px;
        margin-top: 80px;
        width: 100%;
    }

    .about_banner h1 {
        font-size: 20px;
        width: 205px;
    }

    .about_banner {
        padding: 10px !important;
        height: 500px;
    }

    .w-5 {
        width: 100%;
    }

    footer img {
        width: 75%;
    }

    footer h3 {
        font-size: 20px;
        font-weight: 700;
    }

    footer ul li {
        font-size: 14px;
    }

    .devices img {
        width: 51%;
        padding: 5px 0;
    }

    .devices {
        padding: 60px 0;
    }

    .philosophy .philosophy_img img {
        width: 100%;
    }

    .philosophy {
        padding: 40px 0;
    }

    .service .card-detail .card .card-content {
        padding: 20px 20px;
    }


    .works h4 {
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .works p {
        width: 80%;
    }

    .service .card-detail .card {
        padding: 5px 15px;
    }

    .counter {
        padding: 45px 10px;
    }

    p {
        font-size: 14px;
    }

    h2 {
        font-size: 27px;
        margin-bottom: 0;
    }

    /* .slider .inner-slider {
        padding: 20px;
    }

    .slider .inner-slider .input-group .search-btn {
        padding: 7px 20px;
        font-size: 14px;
    }

    .slider .inner-slider .input-group {
        border-radius: 75px;
    }

    .slider .inner-slider .input-group .location i {
        position: absolute;
        top: 58px;
    } */
    .slider .inner-slider .input-group .search-btn {
        padding: 7px 20px;
        font-size: 14px;
    }

    .slider .inner-slider .input-group .location i {
        position: absolute;
        top: 76px !important;
    }

    .slider .inner-slider .input-group {
        width: 90%;
        border-radius: 15px;
        padding: 15px;
    }

    .slider::after {
        bottom: 40px;
        width: 270px;
        height: 380px;
        right: 75px;
    }

    .slider .inner-slider h1 {
        width: 90%;
        font-size: 19px
    }


    .slider {
        background-image: url(../image/banner-mobile.jpg);
        padding: 15px 10px;
        background-repeat: no-repeat;
        height: 880px;
    }

    .about_banner .top-50 {
        top: 55% !important;
    }

    .slider .top-50 {
        top: 31% !important;
    }

    .slider::before {
        height: 60px;
        width: 60px;
        left: 5%;
        bottom: 30px;
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .slider .inner-slider h1 {
        /*margin-top: -15%;*/
    }

    .value .content-value p,
    .industry .industry-content p {
        width: 100%;
    }

    .writing .writing-service {
        height: 130px;
    }

    .blog_banner .top-50 {
        top: 60% !important;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .contact {
        padding: 100px 20px;
    }
    .candidates .img-candidates img {
        width: 95%;
    }

    .candidates .img-candidates::after {
        right: -18px;
    }
    .blog_banner .top-50 {
        top: 59% !important;
    }
    /* .features .benifit,
    .features .services,
    .features .premium-services {
        height: 1000px;
    } */
    .testimonial_banner {
        padding: 130px 0;
        height: 700px;
    }
        .testimonial_banner .testimonial_banner_inner{
            top: 28%;
        }

        .testimonial_banner:before {
            content: unset;
        }

        .testimonial_banner:after {
            width: 83%;
            height: 56%;
        }

        .testimonial_banner .testimonial_banner_inner h1 {
            width: 100%;
            font-size: 28px;
        }

    .candidates .candidates-content h3 {
        font-size: 20px;
        width: 100%;
    }

    .review h2 {
        width: 100%;
    }

    .features .benifit h4 {
        padding: 40px 0;
    }

    .features h4 {
        font-size: 20px;
    }

    .blog_banner .input-group {
        width: 525px !important;
    }

    .subscripation_banner {
        padding: 220px 10px;
    }

        .subscripation_banner .top-50 {
            top: 65% !important;
        }

        .subscripation_banner h1 {
            font-size: 22px;
            width: 467px;
        }

        .subscripation_banner p {
            width: 90%;
        }

    .pricing {
        padding: 70px 20px;
    }

        .pricing .month h3,
        .pricing .months h3 {
            font-size: 26px;
        }

        .pricing .month h4,
        .pricing .months h4 {
            font-size: 42px;
        }

        .pricing .month,
        .pricing .months {
            padding: 44px 10px;
        }

            .pricing .month h3::after,
            .pricing .months h3::after {
                height: 100px;
            }

            .pricing .months::after {
                padding: 6px 30px;
                font-size: 13px;
            }

    .premium h2 {
        width: 100%;
        font-size: 30px;
    }

    .premium .display {
        padding: 24px 15px;
    }

        .premium .display h4,
        .premium .content h4 {
            font-size: 23px;
        }

    .join-content {
        padding: 40px 20px;
    }

        .join-content h3 {
            width: 100%;
            font-size: 28px;
        }

    .value .content-value p,
    .industry .industry-content p,
    .choose .choose-content p {
        width: 100%;
    }

    .w-5 {
        width: 100%;
    }

    .review .review-content {
        width: 100%;
    }

    footer img {
        width: 55%;
    }

    footer h3 {
        font-size: 20px;
        font-weight: 700;
    }

    footer ul li {
        font-size: 14px;
    }

    .devices img {
        width: 30%;
    }

    .devices {
        padding: 60px 0;
    }

    .philosophy .philosophy_img img {
        width: 100%;
    }

    .philosophy {
        padding: 40px 0;
    }

    .service .card-detail .card .card-content {
        padding: 20px 20px;
    }

    .review .review-content {
        margin-bottom: -70px;
        margin-top: 20px;
    }

    .works h4 {
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .works p {
        width: 80%;
    }

    .service .card-detail .card {
        padding: 5px 15px;
    }

    .counter {
        padding: 45px 20px;
    }

    p {
        font-size: 14px;
    }

    h2 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .slider .inner-slider .input-group .search-btn {
        padding: 7px 20px;
        font-size: 14px;
    }

    .slider .inner-slider .input-group .location i {
        position: absolute;
        top: 58px;
    }
    .dropdown-select {
        width: 85%;
    }
    .slider .inner-slider .input-group {
        width: 67%;
        border-radius: 15px;
        padding: 15px;
    }

    .slider::after {
        bottom: 204px;
        width: 275px;
        height: 380px;
        right: 0;
    }

    .slider .inner-slider h1 {
        width: 59%;
        font-size: 27px;
    }

    .slider {
        background-image: url(../image/banner-768.jpg);
        padding: 15px 10px;
    }

        .slider .top-50 {
            top: 54% !important;
        }

        .slider::before {
            height: 60px;
            width: 60px;
            bottom: 26%;
            left: 20%;
        }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .slider .inner-slider h1 {
        margin-top: -15%;
    }

    .about_banner h1 {
        font-size: 27px;
    }

    .about_banner {
        height: 650px;
    }
    .contact .contact-content {
        margin-top: 150px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .contact {
        padding: 120px 30px;
    }
    .contact .contact-content {
        margin-top: 100px !important;
    }
    h2 {
        font-size: 28px;
    }

    .testimonial_banner .testimonial_banner_inner h1 {
        width: 74%;
    }

    .testimonial_banner:after {
        width: 43%;
    }

    .candidates .candidates-content h3 {
        font-size: 20px;
        width: 100%;
    }

    .devices img {
        width: 25%;
    }

    .review h2 {
        width: 100%;
    }

    .previous {
        padding: 50px 20px;
    }

    .blog_banner .input-group {
        width: 600px !important;
    }

    .subscripation_banner p {
        width: 100%;
    }

    .pricing .month h4,
    .pricing .months h4 {
        font-size: 54px;
    }

    .pricing .month h3,
    .pricing .months h3 {
        font-size: 24px;
    }

    .pricing .months::after {
        padding: 3px 30px;
        font-size: 14px;
    }

    .features .benifit,
    .features .services,
    .features .premium-services {
        height: 700px;
    }

    .features h4 {
        font-size: 24px;
    }

    .features ul li {
        line-height: 16px;
        margin-bottom: 15px;
    }

    .subscripation_banner h1 {
        width: 500px;
    }

    .subscripation_banner p {
        width: 100%;
    }

    .premium h2 {
        width: 90%;
    }

    .join-content {
        padding: 40px 44px;
    }

        .join-content h3 {
            font-size: 32px;
        }

    .about_banner h1 {
        font-size: 27px;
    }

    .about_banner {
        height: 650px;
    }

    .slider .inner-slider h1 {
        width: 100%;
        font-size: 40px;
    }

    .value .content-value p {
        width: 70%;
    }

    .industry .industry-card {
        padding: 20px 20px;
        height: 300px;
    }

    .review .rivew-card p {
        width: 100%;
    }

    .review .rivew-card {
        padding: 30px 20px;
    }

    .w-5 {
        width: 50%;
    }

    footer h3 {
        font-size: 15px;
        font-weight: 700;
    }

    .slider .inner-slider .input-group {
        width: 60%;
        border-radius: 15px;
        padding: 15px;
    }

    .slider::after {
        bottom: 27%;
        width: 305px;
        height: 425px;
        right: 3px;
    }

    .slider .inner-slider h1 {
        width: 66%;
        font-size: 27px;
    }

    .slider {
        background-image: url(../image/banner-768.jpg);
    }

        .slider .top-50 {
            top: 42% !important;
        }

        .slider::before {
            height: 60px;
            width: 60px;
            bottom: 26%;
        }

        .slider .inner-slider .input-group .location i {
            top: 62px;
        }

    .writing .writing-service {
        height: 140px;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .review .rivew-card {
        padding: 20px 15px;
        height: 290px;
    }
    h2 {
        font-size: 38px;
    }

    .devices img {
        width: 17%;
    }

    .candidates .candidates-content h3 {
        font-size: 20px;
        width: 100%;
    }

    footer h3 {
        font-size: 21px;
    }

    .subscripation_banner p {
        width: 100%;
    }

    .premium h2 {
        width: 64%;
    }

    .join-content button {
        padding: 8px 28px;
    }

    .w-5 {
        width: 30%;
    }

    .service .service-card {
        height: 292px;
    }

    .value .content-value p {
        width: 55%;
    }

    .industry .industry-card {
        padding: 22px;
        height: 240px;
    }

    .choose .choose-content p {
        width: 100%;
    }

    .slider::after {
        bottom: 137px;
        width: 310px;
        height: 415px;
        right: 2%;
    }

    .slider .inner-slider h1 {
        width: 72%;
        font-size: 38px;
    }

    .slider {
        background-image: url(../image/banner-tablet.jpg);
    }

        .slider .top-50 {
            top: 42% !important;
        }

        .slider .inner-slider .input-group {
            width: 69%;
            padding: 15px;
        }

        .slider::before {
            height: 80px;
            width: 80px;
            bottom: 17%;
        }
    .testimonial_banner .testimonial_banner_inner h1 {
        width: 55%;
    }
}

@media (min-width:1200px) and (max-width:1399px) {

    .review .rivew-card {
        padding: 22px;
    }
    .subscripation_banner p {
        width: 87%;
    }

    .testimonial_banner:after {
        width: 39%;
    }

    .subscripation_banner h1 {
        width: 700px;
    }

    .service .service-card {
        padding: 21px;
    }

    .w-5 {
        width: 30%;
    }

    .slider::after {
        right: 0;
        bottom: -12px;
        width: 420px;
        height: 565px;
    }

    .slider .inner-slider .input-group {
        width: 69%;
    }

    .slider {
        height: 715px;
    }

        .slider::before {
            bottom: -20px;
            left: 15%;
        }

        .slider .inner-slider h1 {
            width: 70%;
        }

    .testimonial_banner .testimonial_banner_inner h1 {
        width: 62%;
    }
}


@media (min-width:1400px) and (max-width:1599px) {
    .testimonial_banner .testimonial_banner_inner h1 {
        width: 52%;
    }

    .w-5 {
        width: 20%;
    }

    .slider::after {
        bottom: 7px;
        right: 0;
        width: 468px;
        height: 644px;
    }

    .slider .inner-slider .input-group {
        width: 70%;
    }
}

@media (min-width:1600px) and (max-width:1799px) {
    .slider::after {
        right: 0;
        bottom: 7px;
    }

    .testimonial_banner:before {
        width: 58%;
    }

    .slider .inner-slider .input-group {
        width: 76%;
    }
}

@media (min-width:1800px) and (max-width:1999px) {
    .slider::after {
        right: 8%;
    }

    .testimonial_banner:before {
        width: 55%;
    }

    .testimonial_banner:after {
        width: 27%;
        height: 71%;
    }
}

@media (min-width:2000px) and (max-width:2199px) {
    .slider::after {
        right: 12%;
    }

    .testimonial_banner:before {
        width: 45%;
    }

    .testimonial_banner:after {
        width: 23%;
        height: 71%;
    }
}

@media (min-width:2200px) and (max-width:2399px) {
    .slider::after {
        right: 16%;
    }

    .testimonial_banner:before {
        width: 46%;
    }

    .testimonial_banner:after {
        width: 23%;
        height: 71%;
    }
}

@media (min-width:2400px) and (max-width:2599px) {
    .slider::after {
        right: 18%;
    }

    .testimonial_banner:before {
        width: 40%;
    }

    .testimonial_banner:after {
        width: 19%;
        height: 71%;
    }
}

@media (min-width:2600px) and (max-width:2799px) {
    .slider::after {
        right: 20%;
    }

    .testimonial_banner:before {
        width: 37%;
    }

    .testimonial_banner:after {
        width: 19%;
        height: 71%;
    }
}

@media (min-width:2800px) and (max-width:2999px) {
    .slider::after {
        right: 22%;
    }

    .testimonial_banner:before {
        width: 37%;
    }

    .testimonial_banner:after {
        width: 19%;
        height: 71%;
    }
}

@media (min-width:3000px) and (max-width:3199px) {
    .slider::after {
        right: 24%;
    }

    .testimonial_banner:before {
        width: 33%;
    }

    .testimonial_banner:after {
        width: 17%;
        height: 71%;
    }
}

@media (min-width:3200px) and (max-width:3999px) {
    .slider::after {
        right: 24%;
    }

    .testimonial_banner:before {
        width: 30%;
    }

    .testimonial_banner:after {
        width: 16%;
        height: 71%;
    }
}

@media (min-width:4000px) and (max-width:5000px) {
    .testimonial_banner:before {
        width: 20%;
    }

    .testimonial_banner:after {
        width: 11%;
        height: 71%;
    }

    .slider::after {
        right: 33%;
    }
}
