* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    color: #000000;
}

ul,
li,
p {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
}

a,
a:hover {
    text-decoration: none;
}

.sub_heading {
    font-size: 45px;
    line-height: 75px;
    font-weight: 600;
    color: #000000;
}

.text-center {
    text-align: center;
}

.container-custom {
    max-width: 1320px !important;
    padding: 0 10px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

/* hero_banner css */
.hero_banner {
    background-image: url("../assets/front/img/banner-bg-m.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 980px; */
    min-height: 90vh;
    /* height: 100%; */
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0px 40px;
}

.hero_banner .hero_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

/* .hero_banner::before {
    position: absolute;
    bottom: 0;
    width: 50%;
    width: 52vw;
    width: 1009px;
    left: 0;
    height: 51vw;
    height: 980px;
    content: '';
    mask-image: url('/assets/front/img/Group 4424.svg');
    -webkit-mask-image: url('/assets/front/img/Group 4424.svg');
    -webkit-mask-size: cover;
    background-color: #FFFFFF;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-repeat: no-repeat;
    z-index: 2;
} */

.hero_banner .resume_banner_content {
    text-align: left;
}

.hero_banner h1 {
    font-size: 65px;
    line-height: 97.5px;
    font-weight: 600;
    /* max-width: 600px; */
    margin: 0 auto;
}

.main_para {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    margin: 0;
}

.hero_banner p {
    font-size: 21px;
    line-height: 32px;
    color: #717d92;
    max-width: 100%;
    margin: 20px 0 50px;
}

.hero_banner a.custom_btn {
    font-size: 18px;
    line-height: normal;
    width: fit-content;
    height: 100%;
    color: white;
    background-color: #0b0840;
    display: inline-block;
    border-radius: 14px;
    text-align: center;
    padding: 15px 45px;
}
.hero_banner a:hover {
    color: white;
}

.hero_banner img {
    display: block;
    margin: 0 auto;
}

/* template sec css */
.template_hero {
    padding: 100px 0px 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.template_hero::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30vw;
    width: 24.8vw;
    mask-size: cover;
    background-color: #f4f9ff;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-image: url("/assets/front/img/1temp_circle.png");
    -webkit-mask-image: url("/assets/front/img/1temp_circle.png");
}

.template_hero h2 {
    text-align: center;
    padding-bottom: 80px;
}

/* .template_hero .temp_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
} */

.template_hero .temp_grid_item {
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.template_hero .temp_grid_item::before {
    position: absolute;
    inset: 0;
    background-color: #000000ab;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.template_hero .temp_grid_item:hover::before {
    position: absolute;
    inset: 0;
    background-color: #000000ab;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.45s linear;
}

.template_hero .temp_grid_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    flex-direction: column;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 222;
    width: max-content;
}

.template_hero .temp_grid_item:hover .temp_grid_bottom {
    opacity: 1;
    transition: opacity 0.45s linear;
}

.template_hero .temp_grid_bottom p {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 15px;
    color: white;
}

.template_hero .temp_grid_bottom a {
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    padding: 8px 50px;
    border: 1px solid white;
    border-radius: 10px;
    color: rgb(255, 255, 255);
}

.template_hero .temp_grid_bottom button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-weight: 400;
    text-transform: capitalize;
}

.template_hero .temp_grid_bottom button:focus {
    outline: 0;
}

.template_hero .view_more {
    display: block;
    text-align: center;
}

.template_hero .view_more a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 50px auto 0;
    color: white;
    background-color: #0b0840;
    padding: 10px 15px;
    border-radius: 5px;
}

.template_hero .swiper-container {
    position: unset;
    margin-bottom: 100px;
    /* height: 400px; */
}
.template_hero .swiper-container > .swiper-slide__content {
    position: absolute;
    top: 0;
}
.swiper-slide {
    /* height: 311px; */
    display: flex;
    /* background: #eee; */
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transform: scale(0.8) !important;
}
.swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
}
.template_hero .swiper-slide__content {
    height: 311px;
}
.template_hero .swiper-button-prev {
    left: calc(50% - 40px - 5px);
}
.template_hero .swiper-button-next {
    right: calc(50% - 40px - 5px);
}
.template_hero .swiper-button-prev,
.template_hero .swiper-button-next {
    top: 80% !important;
    margin-right: 15px !important;
    background-image: unset !important;
    width: 30px !important;
    height: 30px !important;
}

.template_hero .swiper-button-next::before {
    content: unset !important;
    background-image: none  !important;
}
.template_hero .swiper-button-prev::before {
    content: unset !important;
    background-image: none  !important;
}

.swiper-button-prev,.swiper-button-next{
    background-image: none;
    height: 0;
    width: 0;
    top: 95%;
    bottom: 0;
}

.swiper-button-next{
    left:55px;
    right: 0;
}

.fa-chevron-right:before,.fa-chevron-left:before{
    background: #0B0840;
    padding: 8px 12px;
    border-radius: 100%;
    color: white;
}




/* url_section css */
.url_sec {
    background-color: #f2f8ff;
    padding: 75px 0 40px;
}

.url_sec .domain_field {
    position: relative;
}

.url_sec .domain_select {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    /* max-width: 23%;
    width: 100%; */
}

.url_sec .domain_select .custom-select {
    height: calc(100% - 34.19px);
    width: 200px;
}

.url_sec form input {
    height: 50px;
}

.url_sec .invalid_feedback {
    /* display: none; */
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #ff0000;
}

.url_sec form button[type="submit"] {
    max-width: 200px;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    font-weight: 600;
    color: white;
    font-size: 22px;
    line-height: 50px;
    border: 0;
    border-radius: 5px;
}

.url_sec form {
    /* padding: 100px 0 130px; */
    padding: 5.25vw 0 6vw;
}

.url_sec .url_extension h4 {
    padding-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.url_sec .url_extension .col:not(:last-child) {
    border-right: 1px solid #565872;
}

.url_sec .url_extension .col p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #565872;
}

.url_sec .url_extension .col p:has(span) {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #565872;
}
/* 26-05-23 select */
.url_text_content .nice-select:after {
    content: unset;
}
.url_sec .domain_select select {
    display: inline-block !important;
}
.url_sec .domain_select .nice-select.custom-select {
    display: none;
}

/* more_option css */
.more_option {
    padding: 75px 0 100px;
}

.more_option .more_option_inner {
    max-width: 1120px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
}

.more_option h3 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

.more_option .container-fluid > .row {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.more_option .more_option_box {
    border: 1px solid #56587233;
    align-items: center;
    justify-content: center;
    height: 98px;
}

.more_option .more_option_box [class*="col-"] {
    display: block;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #565872;
}

.more_option_box p:has(span) {
    display: inline-block;
    margin-right: 50px;
}

.more_option_box button {
    display: inline-block;
    background-color: #006400;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    border-radius: 5px;
    color: white;
    max-width: 160px;
    width: 100%;
    border: 0;
}

/* customer_love_sec css */
.customer_love_sec {
    margin-bottom: 100px;
}

.customer_love_sec .customer_love_inner {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.customer_love_sec .customer_testimonial i {
    font-size: 42px;
    display: inline-block;
    margin: 15px 0 30px;
    color: #21bda3;
}

.customer_love_sec .customer_testimonial p,
.customer_love_sec .customer_testimonial span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}

.customer_love_sec .customer_testimonial img {
    margin: 20px auto 9px;
    display: block;
}

/* footer */
footer .sub_footer_hero {
    background-color: #0b0840;
    padding: 18px 0;
}

footer .sub_footer_hero .sub_footer_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

footer .sub_footer_wrapper h6 {
    font-size: 24px;
    line-height: 36px;
    color: white;
    font-weight: 600;
}

footer .sub_footer_wrapper p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: white;
}

footer .sub_footer_wrapper ul {
    display: flex;
    list-style: none;
    justify-content: end;
}

footer .sub_footer_wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b0840;
    width: 35px;
    height: 35px;
    background-color: white;
    margin: 0 15px;
    border-radius: 50%;
}

footer .sub_footer_wrapper .social-link li:last-child a {
    margin-right: 0;
}

footer .sub_footer_wrapper .social-link li:first-child a {
    margin-left: 0;
}

/* preview page */
.mfp-iframe-holder .mfp-content {
    max-width: 80%;
    max-height: 95%;
    height: 100%;
}

.preview_hero {
    margin: 115px 0 45px;
}

.preview_hero .personal_details {
    margin-bottom: 30px;
}

.preview_hero .personal_details .preview_head {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 30px;
}

.preview_hero .personal_details label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.preview_hero .personal_details input,
.preview_hero .personal_details select {
    height: 46px;
    /* background: #EBEBEB; */
    margin-bottom: 15px;
}

#hobby input {
    /* max-width: 20%; */
    margin-right: 5px;
    display: inline-block;
    position: relative;
}

.hobby_input + .input_cross {
    color: red;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 20px;
}

.preview_hero .personal_details .col-6:has(select):first-child {
    padding: 0;
}

.custom_btn {
    width: 150px;
    height: 30px;
    font-size: 14px;
    line-height: 17px;
}

#Add_education {
    margin: 20px 15px 0;
}

.remove_ele {
    display: none;
}

.present_box {
    display: flex;
    align-items: center;
}

.present_box label,
.present_box input {
    margin-bottom: 0 !important;
}

.common_sub_heading {
    margin: 20px 0;
    font-size: 18px;
    padding: 0 15px;
    font-weight: 600;
}

#delet_education {
    margin: 20px 15px 40px;
}

/* domain_page css */
.domain_hero {
    /* padding: 120px 0; */
    background-color: #e7f1ff;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.domain_hero .domain_wrapper {
    max-width: 1500px;
    margin: 0 auto;
}

.domain_hero form .row {
    align-items: end;
}

.domain_hero form label {
    font-size: 30px;
    line-height: 45px;
    color: #0b0840;
    display: block;
    margin-bottom: 35px;
}

.domain_hero form .input_group {
    position: relative;
    max-width: 713px;
}

.domain_hero form .input_group input {
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border: 1px solid #565872;
    border-radius: 5px;
    font-weight: 500;
    /* font-size: 20px; */
    color: #565872;
}

.domain_hero .input_group span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #565872;
}

.domain_hero form button[type="button"] {
    background: #0b0840;
    border-radius: 5px;
    max-width: 285px;
    width: 100%;
    height: 50px;
    color: white;
    line-height: 50px;
    letter-spacing: 2px;
}

.domain_hero form .hr_sec {
    max-width: 713px;
    margin: 60px 0;
    text-align: center;
    display: block;
}

.domain_hero form .hr_sec span {
    font-size: 20px;
    line-height: 39px;
    color: #0b0840;
    opacity: 0.4;
    text-transform: uppercase;
    position: relative;
}

.domain_hero form .hr_sec span::before {
    position: absolute;
    content: "";
    top: 50%;
    width: 100px;
    height: 2px;
    right: 35px;
    background-color: #000000;
    opacity: 0.4;
    /* transform: translate(-35px, -50%); */
}

.domain_hero form .hr_sec span::after {
    position: absolute;
    content: "";
    top: 50%;
    width: 100px;
    height: 2px;
    left: 35px;
    background-color: #000000;
    opacity: 0.4;
    /* transform: translate(-35px, -50%); */
}

.domain_hero form button[type="submit"] {
    max-width: 673px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: white;
    background: #0b0840;
    border-radius: 5px;
    display: block;
    margin: 100px auto 0;
    letter-spacing: 2px;
}

.domain_hero .box_content .box_head {
    border-radius: 8px 8px 0px 0px;
    padding: 30px 0 23px;
    background: #0b0840;
    text-align: center;
    color: white;
}

.domain_hero .box_head h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #ffffff;
}

.domain_hero .box_head p {
    font-size: 16px;
    line-height: 24px;
}

.domain_hero .box_content .box_body {
    background: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    border-radius: 0 0 10px 10px;
    padding: 60px 25px;
}

.domain_hero .box_body ul {
    list-style: none;
}

.domain_hero .box_body li {
    padding: 20px 0;
}

.domain_hero .box_body li span {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    opacity: 0.55;
    padding-left: 20px;
}

.domain_hero .box_body li i {
    font-size: 25px;
}

/* 22-03-2023 */
.payment_hero {
    padding: 125px 0 110px;
    background-color: #f2f8ff;
}

.payment_hero .payment_wrapper {
    max-width: 1110px;
    margin: 0 auto;
}

.payment_hero .card_details {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.payment_hero .card_details .card_title {
    padding: 20px 20px 18px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid rgba(86, 88, 114, 0.2);
}

.payment_hero .card_details .card_title i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.payment_hero .card_details .card_title p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    display: inline-block;
}

.payment_hero .card_body {
    padding: 24px 65px 26px;
}

.payment_hero .card_body img {
    display: block;
    margin: 0 auto;
}

.payment_hero .card_body form label {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 10px;
}

.payment_hero .card_body form input {
    border: 1px solid #000000;
    border-radius: 5px;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    line-height: 16px;
    color: #565872;
    margin-bottom: 20px;
}

.payment_hero .card_body form #submit {
    max-width: 335px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background: #0b0840;
    border-radius: 5px;
}

.payment_hero .order_details .order_body {
    padding: 28px 26px 26px;
}

.payment_hero .order_details .order_body span {
    font-size: 12px;
    line-height: 14px;
    color: #565872;
}

.payment_hero .order_details .order_body .registration {
    margin-bottom: 30px;
    display: block;
    text-align: center;
}

.payment_hero .order_details .order_body .price {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    text-align: end;
    display: block;
}

.payment_hero .order_details .order_body .domain_privacy {
    margin: 25px 0 22px;
}

.payment_hero .order_details .order_body .sub_total {
    padding: 20px 0 15px;
    border-top: 1px solid rgba(86, 88, 114, 0.2);
    border-bottom: 1px solid rgba(86, 88, 114, 0.2);
}

.payment_hero .order_details .order_body .total {
    margin-top: 25px;
}

.payment_hero .order_details .order_body .total span {
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    font-weight: bold;
}

.payment_hero .order_details .order_body .img_payment {
    margin: 44px 0;
}

.payment_hero .order_details .img_payment .col-8 .row {
    row-gap: 10px;
}

.payment_hero .order_details .order_body .ssl_info {
    display: flex;
}

.payment_hero .order_details .order_body .ssl_info .ssl_content {
    padding-left: 24px;
}

.payment_hero .order_details .ssl_info .ssl_content h6 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #000000;
}

.payment_hero .order_details .ssl_info .ssl_content p {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

/* thankpage css */
/* 29-03-2023 */
.thank_banner_sec {
    background-color: #0b0840;
    height: 353px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank_desc {
    padding: 65px 0 150px;
    background-color: #f2f8ff;
    text-align: center;
}

.thank_desc h2 {
    font-size: 60px;
    line-height: 90px;
    color: #17e200;
}

.thank_desc p i {
    background-color: #17e200;
    height: 43px;
    line-height: 43px;
    width: 43px;
    color: white;
    border-radius: 50%;
    font-size: 20px;
}

.thank_desc p span {
    font-size: 30px;
    line-height: 45px;
    margin-left: 15px;
    font-weight: 500;
    color: #0b0840;
    vertical-align: middle;
}

.thank_desc .dec {
    margin-top: 30px;
}

.thank_desc .dec span {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    display: block;
}

/* change css default for he header customize 26-05-23 */
.header-navigation .nav-push-item-container {
    justify-content: end;
}
header .main-menu ul {
    text-align: center;
}

header.home_main {
    position: absolute;
    z-index: 111;
    top: 0;
    left: 0;
    right: 0;
}

/* Maharshi's CSS 02-07-24 */
.hero_banner .fa-brands {
    color: white;
    margin-top: 10px;
    background-color: #0b0840;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.card-maincontainer {
    display: flex;
    gap: 50px;
    margin-top: 80px;
}

.working_process-card h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.card_number {
    font-size: 80px;
    font-weight: 700;
    color: #dfdfdf;
}

.working_process-card {
    margin-left: 80px;
    margin-top: 35px;
    max-width: 310px;
    height: 103px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.card-1.working_process-card {
    background-color: #3898e2;
}
.card-2.working_process-card {
    background-color: #bc84ca;
}
.card-3.working_process-card {
    background-color: #56d8b1;
}

.card-icon {
    position: absolute;
    left: -50px;
    top: 0;
}

.working_process-card h4 {
    margin-left: 75px;
}

.card-content {
    margin-left: 65px;
    margin-top: 40px;
}
.job_category-section {
    position: relative;
    height: 600px;
    width: 100vw;
    margin-top: 60px;
}

.job_category-section:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background-image: linear-gradient(to right, #dbeafc, #fff);
    height: 100%;
    width: 45%;
    z-index: -99;
}

.job_category-heading {
    display: flex;
    padding-top: 70px;
}

.left-category-heading {
    width: 45%;
}

.right-category-heading {
    width: 35%;
    margin-top: 50px;
}

.job_category-card:before {
    content: url(../assets/front/img/job-category-circle.svg);
    position: absolute;
    left: -135px;
    bottom: -65px;
    z-index: 1;
}

.job_category-card-content,
.job_category-icon-container {
    position: relative;
    z-index: 2;
}

.job_category-icon-container img {
    margin-right: 60px;
}

.job_category-card {
    min-width: 360px;
    height: 190px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 25px 0px #3898e24d;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 50px;
}

.job_category-card-container {
    margin: 65px 0;
}

.job_category-card-content span {
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 25px;
    background-color: #0b0840;
    border-radius: 10px;
    margin-bottom: 12px;
}

/* Swiper Specific CSS */
.swiper-container {
    width: 100%;
    height: 100%;
}

/* Navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

/* talent section css */

.talent-section {
    width: 100%;
    background-image: url("../assets/front/img/talent-section-bg.svg");
    padding: 120px 0;
}

.talent-section__container {
    display: flex;
    justify-content: space-between;
}

.talent-section__image-column {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.talent-section__image-column img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    position: relative;
    z-index: 3;
}

.talent-section__content-column {
    flex: 2;
    background-color: #0e1a2b;
    color: #ffffff;
    border-radius: 8px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    background-image: url("../assets/front/img/talentcontentimg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -40px;
    gap: 60px;
    height: fit-content;
}

.talent-section__content-column div {
    width: 50%;
}

.talent-section__title,
.talent-section__subtitle {
    color: white;
}

.talent-section__title {
    font-size: 18px;
    font-weight: 500;
}

.talent-section__subtitle {
    font-size: 25px;
    font-weight: 600;
    width: 60%;
    margin-bottom: 15px;
}



.talent-section__benefits-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.talent-section__benefit-item {
    font-size: 16px;
    margin-bottom: 8px;
    padding-left: 28px;
    position: relative;
}

.list-1 li::before , .list-2 li::before{
    position: absolute;
    left: -5px;
    top: 0;
}

.list-1 li:nth-child(1)::before {
    content: url('../assets/front/img/talent-section-icon-4.svg');
}
.list-1 li:nth-child(2)::before {
    content: url('../assets/front/img/talent-section-icon-3.svg');
}
.list-1 li:nth-child(3)::before {
    content: url('../assets/front/img/talent-section-icon-2.svg');
}
.list-1 li:nth-child(4)::before {
    content: url('../assets/front/img/talent-section-icon-1.svg');
}

.list-2 li:nth-child(1)::before {
    content: url('../assets/front/img/talent-section-icon-5.svg');
}

.list-2 li:nth-child(2)::before {
    content: url('../assets/front/img/talent-section-icon-7.svg');
}

.list-2 li:nth-child(3)::before {
    content: url('../assets/front/img/talent-section-icon-6.svg');
}

.app-promo{
    padding: 80px 0;
}

.app-promo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 90px;
}



.phone-mockup {
    width: 500px;
    height: 500px;
    border-radius: 20px;
    background-image:url('../assets/front/img/app-promo-img.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.promo-content {
    max-width: 500px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.promo-content h3 {
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
}

.promo-content h4{
font-size: 45px;
font-weight: 600;
line-height: 67.5px;
}

.promo-content p {
    color: #555;
    margin: 0 0 20px;
}

.store-buttons {
    display: flex;
    gap: 15px;
}

.store-button img {
    width: 120px;
    height: auto;
}



/* faq_section css */
.content-faq-left{
    font-size: 18px;
}






/* media css */

@media only screen and (max-width: 1500px) {
   .container-custom{
        width: 80%;
   }
}

@media only screen and (max-width: 1360px) {
    .hero_banner h1 {
        font-size: 42px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 1200px) {
    .hero_banner p {
        margin-bottom: 35px;
    }

    .hero_banner a {
        font-size: 30px;
        line-height: 65px;
        max-width: 380px;
        width: 100%;
        height: 65px;
        font-family: "Courier New", Courier, monospace;
    }

    ._hea_heading {
        font-size: 36px;
        line-height: 46px;
    }

    .more_option h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .more_option .more_option_box [class*="col-"] {
        font-size: 18px;
    }

    .url_sec form button[type="submit"] {
        font-size: 20px;
    }

    footer .sub_footer_wrapper p {
        letter-spacing: 0;
    }

    .url_sec .domain_select .custom-select {
        width: 110px;
    }

    /* .img_resume .img_resume_inner{
        right: -12vw;
    } */

    /* 14-03-23 */
    .domain_hero .box_content .box_body {
        padding: 40px 15px;
    }

    .domain_hero {
        padding: 80px 0;
    }

    .domain_hero .box_content {
        max-width: 350px;
        margin: 0 auto 85px;
    }

    .domain_hero form .row {
        max-width: 80%;
        margin: 0 auto;
    }

    .domain_hero form label {
        font-size: 23px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .domain_hero form .hr_sec {
        margin: 45px 0;
    }

    .domain_hero .box_body li {
        padding: 12px 0;
    }

    .domain_hero .box_head h3 {
        font-size: 32px;
        line-height: 52px;
    }

    .domain_hero form .hr_sec {
        max-width: 100%;
    }

    /* 29-3-2023 */
    .thank_banner_sec {
        height: 290px;
    }

    .thank_banner_sec img {
        width: 200px;
    }

    .thank_desc {
        padding: 50px 0 135px;
    }

    .thank_desc h2 {
        font-size: 42px;
        line-height: 56px;
        margin-bottom: 15px;
    }

    .thank_desc p span {
        font-size: 22px;
        line-height: 36px;
    }

    .thank_desc p i {
        height: 30px;
        line-height: 30px;
        width: 30px;
        font-size: 15px;
    }

    .thank_desc .dec span {
        font-size: 20px;
        line-height: 30px;
    }
    /* 25-05-23 */
    .template_hero .temp_grid_bottom p {
        font-size: 28px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .customer_love_sec {
        margin-bottom: 75px;
    }

    .more_option {
        padding: 50px 0 75px;
    }

    .template_hero {
        padding: 50px 0 95px;
    }

    /* 14-03-23 */
    .domain_hero form button[type="submit"] {
        margin: 75px auto 0;
    }
    /* 25-05-23 */
    .template_hero h2 {
        text-align: center;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {
    /* .hero_banner {
        height: 550px;
    } */

    /* .template_hero .temp_grid {
        grid-template-columns: repeat(3, auto);
        grid-template-rows: repeat(2, auto);
        row-gap: 50px;
    } */

    footer .sub_footer_wrapper h6 {
        font-size: 20px;
        line-height: 32px;
    }

    .sub_footer_hero .container {
        max-width: 100%;
    }

    footer .sub_footer_wrapper ul {
        justify-content: center;
        margin-top: 15px;
    }

    footer .sub_footer_wrapper p {
        text-align: end;
    }

    /* 22-03-2023 */
    .payment_hero {
        padding: 85px 0 85px;
    }

    .payment_hero .payment_wrapper {
        max-width: 80%;
    }

    .payment_hero .card_details.order_details {
        margin-top: 45px;
    }

    .payment_hero .card_body form #submit {
        max-width: 100%;
    }

    .payment_hero .order_details .order_body .ssl_info {
        justify-content: center;
        align-items: center;
    }

    .payment_hero .card_body img {
        margin: 0 auto 20px;
    }
    /* 24-05-23 */
    .hero_banner {
        height: auto;
        padding: 50px 40px;
    }
    .hero_banner .resume_banner_content {
        text-align: center;
    }
    .hero_banner p {
        margin-left: auto;
        margin-right: auto;
    }
    .hero_banner::before {
        content: unset;
    }
    .hero_banner h1 span {
        display: block;
    }
    .template_hero .temp_grid_bottom p {
        font-size: 22px;
        line-height: 30px;
    }
    .template_hero .temp_grid_bottom a {
        padding: 5px 35px;
    }
    .hero_banner .resume_banner_content {
        margin-top: 60px !important;
    }
    .hero_banner .hero_inner {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 800px) {
    .hero_banner h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .sub_heading {
        font-size: 28px;
        line-height: 38px;
    }

    .more_option h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .url_sec .url_extension h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .url_sec .url_extension .col p {
        font-size: 16px;
        line-height: 24px;
    }

    .url_sec .url_extension .col p:has(span) {
        font-size: 18px;
        line-height: 28px;
    }

    .url_sec form input {
        height: 40px;
    }

    .url_sec form button[type="submit"] {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .hero_banner a {
        font-size: 22px;
        width: 75%;
        height: 55px;
        line-height: 55px;
    }

    /* 14-03-23 */
    .domain_hero form .row {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .more_option_box button {
        font-size: 18px;
        line-height: 40px;
        height: 40px;
        max-width: 125px;
    }

    .url_sec {
        padding: 40px 0;
    }

    .more_option {
        padding: 50px 0 60px;
    }

    .customer_love_sec {
        margin-bottom: 60px;
    }

    footer .sub_footer_wrapper a {
        margin: 0 10px;
    }

    .url_sec img {
        max-width: 50%;
        margin: 0 auto;
        display: block;
    }

    /* 22-03-2023 */
    .payment_hero .card_body {
        padding: 24px 25px 26px;
    }
}

@media only screen and (max-width: 600px) {
    /* .hero_banner {
        height: 450px;
    } */

    .hero_banner h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .hero_banner p {
        font-size: 16px;
        line-height: 22px;
        margin: 20px 0 20px;
    }

    .hero_banner a {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }

    .sub_heading {
        font-size: 22px;
        line-height: 32px;
    }

    .more_option h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .template_hero h2 {
        padding-bottom: 30px;
    }

    .template_hero .temp_grid_bottom {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .more_option_box p:has(span) {
        margin-right: 15px;
    }

    .more_option_box button {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
        max-width: 100px;
    }

    .url_sec form button[type="submit"] {
        display: block;
        margin: 10px auto 0;
    }

    .more_option .more_option_box [class*="col-"] {
        font-size: 16px;
    }

    footer .sub_footer_wrapper h6 {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    .hero_banner .resume_banner_content {
        text-align: center;
        max-width: 395px;
        margin: 0 auto;
    }

    /* 14-03-23 */
    .domain_hero form label {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .domain_hero form .hr_sec {
        margin: 30px 0;
    }

    .domain_hero form .row {
        justify-content: center;
    }

    .domain_hero form button[type="button"] {
        margin-top: 25px;
    }

    /* 22-03-2023 */
    .payment_hero .payment_wrapper {
        max-width: 100%;
    }

    /* 29-03-23 */
    .thank_desc p i {
        height: 25px;
        line-height: 25px;
        width: 25px;
        font-size: 13px;
    }

    .thank_desc p span {
        font-size: 19px;
        line-height: 26px;
    }

    .thank_desc .dec span {
        font-size: 18px;
        line-height: 26px;
    }

    .thank_desc h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .thank_banner_sec img {
        width: 175px;
    }
    /* 24-05-23 */
    .hero_banner {
        padding: 50px 15px;
    }
    /* 25-05-23 */
    .template_hero {
        padding: 50px 0 50px;
    }
}

@media only screen and (max-width: 460px) {
    .more_option_box p:has(span) {
        margin-right: 8px;
        display: flex;
    }

    .more_option_box button {
        font-size: 14px;
        max-width: 90px;
    }

    .more_option .more_option_box {
        height: 75px;
    }

    .more_option .more_option_box [class*="col-"] {
        font-size: 14px;
    }

    .more_option_box .col-lg-4.col-6 {
        display: flex;
        align-items: center;
    }

    .url_sec .url_extension .col p:has(span) {
        font-size: 16px;
        line-height: 26px;
        display: flex;
    }

    .url_sec .url_extension .col p {
        font-size: 14px;
        line-height: 22px;
    }

    .url_sec .url_extension .col {
        padding: 0 1.5vw;
    }

    .hero_banner a {
        font-size: 14px;
        height: 42px;
        line-height: 42px;
    }

    /* 14-03-23 */
    .domain_hero form label {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .domain_hero form .input_group input {
        height: 40px;
        line-height: 40px;
    }

    .domain_hero form button[type="button"] {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    /* 25-05-23 */
    .template_hero .temp_grid_bottom p {
        font-size: 18px;
        line-height: 20px;
    }
    .template_hero .temp_grid_bottom a {
        font-size: 12px;
        padding: 3px 22px;
    }
}

@media only screen and (max-width: 360px) {
    .more_option_box button {
        height: 35px;
        line-height: 35px;
        font-size: 11px;
    }

    .url_sec .url_extension .col p:has(span) {
        font-size: 14px;
        line-height: 20px;
    }

    .url_sec .url_extension .col p {
        font-size: 12px;
        line-height: 16px;
    }

    /* 14-03-23 */
    .domain_hero .box_body li span {
        font-size: 14px;
        line-height: 20px;
        padding-left: 10px;
    }
}
