/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Basic typography */
body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
    color: #1b1b1b;
    letter-spacing: 0.5px;
    ;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Container */

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    margin: 0;

}

a {
    text-decoration: none;
    color: #0a044b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/*.lp_banner {
    background: #fff url('../images/bnnr_one.jpg') no-repeat center center/cover;
    padding: 100px 0;
    background-position: center top;
    background-size: cover;
    border-bottom: 1px solid #00000029;
}*/
.bnr_content_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
#form-one {
    max-width: 394px;
    margin-left: auto;
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0px 21px 48.9px rgba(0, 3, 82, 0.07);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.bnr_form h3 {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #001822;
}

.lp_banner h1 {
    font-size: 45px;
    font-weight: 600;
    color: #333333;
}

.lp_banner h1 span {
    color: #F2672B;
}

.lp_banner p {
    color: #000;
    margin: 30px auto;
    font-size: 22px;
}
.lp_banner p span {
    color: #f2672b;
    font-size: 28px;
    font-weight: 700;
}
.bnr_two_btn {
    display: flex;
    gap: 12px;
}

.button_design_a {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BF2026;
    border-radius: 35px;
    color: #fff;
    font-size: 15px;
    border: none;
    outline: none;
    box-shadow: none;
    font-family: "Poppins", sans-serif;
}

.button_design_a:hover {
    background: #F2672B;
    color: #fff;
    text-decoration: none;
}

.button_design_a img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0 0 0 10px;
}

.button_design_a:hover img {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.bnr_content .button_design_a {
    width: 374px;
    margin: 0;
}

.bnr_form .form-control {
    border: none;
    outline: none;
    padding: 6px 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 24, 34, 0.21);
    border-radius: 0;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #001822;
    margin: 10px 0;
}

.bnr_form select.form-control {
    background: #fff url('../images/slect_down.svg') no-repeat right 10px center/15px auto;
}

.bnr_form .form-control::placeholder {
    color: #001822;
    opacity: 1;
}

.lp-header {
    position: absolute;
    width: 100%;
    top: 15px;
}

.title_h2 {
    font-size: 42px;
    font-weight: 600;
    color: #333333;
}

.title_h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    color: #333333;
}

.paragraph_title {
    margin: 0;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #333;
}

.paragraph_title span {
    color: #F2672B;
}

.why_skill_box_image,
.why_skill_box_content {
    flex: 1;
}

.why_skill_box {
    gap: 100px;
}

.why_skill_box_content ul li span {
    height: 66px;
    max-height: 66px;
    min-height: 66px;
    width: 66px;
    max-width: 66px;
    min-width: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
    border-radius: 18px;
}

.why_skill_box_content ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    color: #333333;
    margin: 30px 0;
}

.why_skill_box_content .title_h3 {
    font-size: 31px;
}

.why_skill_box_content_2 ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0 0 0;
}

.why_skill_box_content_2 ul li {
    font-size: 16px;
    color: #333333;
    margin: 30px 0;
    text-align: center;
    flex: 1;
}

.why_skill_box_content_2 ul li span {
    height: 66px;
    max-height: 66px;
    min-height: 66px;
    width: 66px;
    max-width: 66px;
    min-width: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
    border-radius: 18px;
    margin: 0 auto 15px auto;
}

.why_choose_our_interview {
    background: #fef4e9 url('../images/why_inter_bg.png') no-repeat center center/cover;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.why_c_prep_box {
    padding: 45px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 15px 45.1px rgba(126, 47, 12, 0.04);
    min-height: 239px;
    margin: 10px 0;
}

.why_c_prep_box figure img {
    height: 55px;
}

.why_c_prep_box p {
    color: #333;
    font-size: 16px;
    margin: 0 0;
}

.why_c_prep_box p span {
    color: #F2672B;
}

.gradient_small {
    border-radius: 20px;
    background: linear-gradient(90deg, #F68821 -19.55%, #F2672B 54.03%, #BF2026 120.6%);
    max-width: 875px;
    margin: 40px auto 0;
    text-align: center;
    padding: 24px;
}

.gradient_small p {
    margin: 0;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

#practiceAccordion .accordion-item {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #cfcfcf;
    padding: 9px 0;
    background: transparent;
}

#practiceAccordion .accordion-item .accordion-button.collapsed {
    background: transparent;
    padding: 12px 0;
    font-size: 18px;
    color: #242C35;
    border: none;
    box-shadow: none;
    outline: none;
}

#practiceAccordion .accordion-item .accordion-button {
    background: transparent;
    padding: 12px 0;
    font-size: 18px;
    color: #F2672B;
    border: none;
    box-shadow: none;
    outline: none;
}

#practiceAccordion .accordion-body {
    padding: 10px 0;
}

.accor_bottom_text {
    border-radius: 6px;
    border-left: var(--stroke-weight-4, 4px) solid #BF2026;
    background: var(--color-white-solid, #FFF);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
    display: inline-flex;
    padding: 18px 30px 19px 34px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 35px;
}

.practice_learn_single {
    padding-left: 85px;
}

.download_app {
    background: #fff url('../images/app_bg.png') no-repeat;
    background-size: cover;
    background-position: center center;
}

.app_content h2 {
    color: #333;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
}

.app_content p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 25px 0;
}

.app_content p span {
    color: #F2672B;
}

.app_content img {
    height: 59px;
    display: block;
    margin: 0 auto;
}

.succes_stories_boxes {
    gap: 30px;

}

.succes_stories_box {
    flex: 1;
    border-radius: 17px;
    background: #FFF;
    box-shadow: 0 13px 48.9px 0 rgba(187, 154, 145, 0.11);
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    padding: 40px 30px;
}

.succes_stories_box p {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin: 15px 0;
}

.succes_stories_box h3 {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin: 30px 0 0 0;
}

.succes_stories_box span {
    color: #626E70;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    display: block;
}

.succes_stories .button_design_a {
    width: 350px;
    margin: 0 auto;
}

.how_work_boxes {
    gap: 60px;
}
.two_btn {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.two_btn .button_design_a {
    margin: 0 !important;
    width: fit-content !important;
    padding: 0 20px;
}
.how_work_box {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
}

.how_work_box h3 {
    color: #F2672B;
    text-align: center;
    font-family: "Open Sans";
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.how_work_box p {
    color: #626E70;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 15px 0 0 0;
}

.how_work_box span {
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    border-radius: 50%;
    margin: 0 auto 30px;
}

.work_icon_a {
    background: #FFE5C1;
}

.work_icon_b {
    background: #F3A852;
}

.work_icon_c {
    background: #FEEA94;
}

.how_work_boxes::after {
    content: "";
    position: absolute;
    top: 35px;
    height: 1px;
    border: 1px dashed #e1e1e1;
    width: 71%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.how_its_work .button_design_a {
    width: 306px;
    margin: 0 auto;
}

.next_job_box {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: url('../images/next_jb_bg.svg') no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px 30px;
}

.next_job_box p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.next_job_box .button_design_a {
    width: 393px;
    margin: 35px auto 0;
}

.next_job_box .button_design_a:hover {
    background: #333;
}

#faqAccordion .accordion-item {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #cfcfcf;
    padding: 9px 0;
    background: transparent;
}

#faqAccordion .accordion-item .accordion-button.collapsed {
    background: transparent;
    padding: 12px 0;
    font-size: 18px;
    color: #333333;
    border: none;
    box-shadow: none;
    outline: none;
}

#faqAccordion .accordion-item .accordion-button {
    background: transparent;
    padding: 12px 0;
    font-size: 18px;
    color: #333333;
    border: none;
    box-shadow: none;
    outline: none;
}

#faqAccordion .accordion-body {
    padding: 10px 0;
}

#faqAccordion .accordion-button::after {
    background: url('../images/faq_open.svg') no-repeat;
    width: 35px;
    height: 35px;
    margin-left: auto;
    content: "";
    content: '';
    background-size: 100%;
}

#faqAccordion .accordion-button:not(.collapsed)::after {
    background: url('../images/faq_close.svg') no-repeat;
    width: 35px;
    height: 35px;
    margin-left: auto;
    content: "";
    content: '';
    background-size: 100%;
}
.video_iframe {
    padding: 30px;
    margin: 0 auto;
    width: 100%;
    background: #f8f8f8;
    border-radius: 15px;
}
.video_iframe p {
    text-align: center;
    font-size: 15px;
    margin: 15px 0;
}
.video_iframe .button_design_a {
    width: fit-content;
    padding: 0 20px;
    margin: 0 auto;
}
.video_iframe iframe {
    width: 100%;
    height: 385px;
    border-radius: 15px;
    overflow: hidden;
}
.sto_img {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin: 15px 0 0 0;
}
/* media */
/* media */
/* media */

@media screen and (min-width: 1280px) and (max-width: 1400px) {
    .lp_banner h1 {
        font-size: 37px;
    }

    .lp_banner p {
        margin: 17px auto;
    }

    /*.lp_banner {
        padding: 60px 0;
      
    }*/

    .title_h3 {
        font-size: 30px;
    }

    .title_h2 {
        font-size: 35px;
    }

    .why_skill_box_content .title_h3 {
        font-size: 26px;
    }

    .why_c_prep_box p {
        font-size: 15px;
    }

    .why_c_prep_box {
        padding: 35px;
    }
}

@media only screen and (max-width:1199px) {
    .lp_banner h1 {
        font-size: 32px;
    }

    .lp_banner p {
        font-size: 15px;
    }

    .lp_banner p br {
        display: none;
    }

   /* .lp_banner {
        padding: 35px 0;
    }*/

    .title_h3 {
        font-size: 30px;
    }

    .title_h2 {
        font-size: 35px;
    }

    .why_skill_box_content .title_h3 {
        font-size: 26px;
    }

    .why_c_prep_box p {
        font-size: 15px;
    }

    .why_c_prep_box {
        padding: 35px;
    }

    .why_skill_box_content_2 ul li {
        font-size: 15px;
    }
}

@media only screen and (max-width:767px) {
    .lp-header {
        position: unset;
    }

    #form-one {
        max-width: 100%;
        margin: 25px 0 0 0;
    }

 

    .title_h2 {
        font-size: 30px;
    }

    .title_h3 {
        font-size: 22px;
        text-align: center;
    }

    .paragraph_title {
        font-size: 15px;
        text-align: center;
    }

    .why_skill_box {
        display: block !important;
    }

    .why_skill_box_content .title_h3 {
        font-size: 21px;
        margin: 21px 0 0 0;
        text-align: left;
    }

    .why_skill_box_content_2 ul {
        margin: 0;
        display: block;
    }

    .why_skill_box_content_2 ul li {
        display: flex;
        align-items: center;
        gap: 20px;
        font-size: 16px;
        margin: 15px 0 0 0;
        text-align: left;
    }

    .why_skill_box_content ul li {
        margin: 15px 0 0 0;
    }

    .why_c_prep_box {
        min-height: auto;
    }

    .gradient_small p {
        font-size: 15px;
        line-height: 22px;
    }

    .practice_learn_single {
        padding-left: 0;
        margin: 35px 0 0 0;
    }

    .download_app .col-md-5 img {
        height: 250px;
        width: auto;
        margin: 0 auto;
        display: block;
    }

    .download_app {
        padding: 0 0 50px 0;
    }

    .app_content h2 {
        font-size: 27px;
        line-height: 1.3;
    }

    .app_content p {
        font-size: 15px;
        line-height: 1.5;
        margin: 15px 0;
    }

    .succes_stories_boxes {
        display: block !important;
    }

    .succes_stories_box h3 {
        text-align: left;
    }

    .succes_stories_box {
        padding: 31px 30px;
        margin: 10px 0;
    }

    .how_work_boxes {
        display: block !important;
        text-align: left;
    }

    .how_work_box {
        display: flex;
        align-items: center;
        text-align: left;
        gap: 20px;
        margin: 0 0 32px 0;
    }

    .how_work_box span {
        height: 65px;
        min-height: 65px;
        max-height: 65px;
        width: 65px;
        min-width: 65px;
        max-width: 65px;
        margin: 0;
    }

    .how_work_box h3,
    .how_work_box p {
        text-align: left;
    }

    .how_work_boxes::after {
        content: "";
        position: absolute;
        top: 35px;
        border: 1px dashed #e1e1e1;
        width: 1px;
        z-index: 0;
        transform: rotate(0deg);
        left: 34px;
        height: 83%;
        right: 0;
    }

    .mt-5 {
        margin-top: 35px !important;
    }

    .mb-5 {
        margin-bottom: 35px !important;
    }

    .pt-5 {
        padding-top: 35px !important;
    }

    .pb-5 {
        padding-bottom: 35px !important;
    }

    .next_job_box .title_h2 {
        font-size: 23px;
    }

    .next_job_box p {
        font-size: 15px;
        line-height: 23px;
    }
.why_choose_us  .paragraph_title {
	margin: 15px 0 0 0;
}
.bnr_content .button_design_a {
    width: fit-content;
    margin: 0;
    padding: 0 30px;
}
.bnr_two_btn {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.video_iframe {
    padding: 15px;
    margin: 10px 0;
}
.two_btn {
    flex-wrap: wrap;
}
.two_btn .button_design_a {
    padding: 0 30px;
}
}

@media only screen and (max-width:575px) {
.lp_banner h1 {
	font-size: 25px;
}
.lp_banner p {
	margin: 20px 0;
}
.button_design_a {
	width: 100%;
	font-size: 13px;
}
.title_h3 {
	font-size: 20px;
}
.why_skill_box_content ul li, .why_skill_box_content_2 ul li {
	font-size: 15px;
}
.why_choose_our_interview {
	padding: 25px !important;
	margin: 0 !important;
}
.title_h2 {
	font-size: 26px;
}
.why_c_prep_box {
	padding: 20px;
}
.gradient_small {
	padding: 15px;
}
.accor_bottom_text {
	padding: 16px 15px 16px 20px;
}
.how_work_box h3 {
	font-size: 17px;
	line-height: 1.3;
}
.how_work_box p {
	font-size: 15px;
	line-height: 1.4;
}
.how_its_work .button_design_a {
	width: 100%;
}
.next_job_box .button_design_a {
	width: 100%;
	margin: 25px auto 0;
}
.next_job_box {
	padding: 21px 25px;
}
#faqAccordion .accordion-button:not(.collapsed)::after {
	width: 30px;
	height: 30px;
}
#faqAccordion .accordion-button::after {
	width: 30px;
	height: 30px;
}
.video_iframe iframe {
    height: 250px;
}
}