.login {
    background: url(../img/ezgif\ 9.png);
    padding: 105px 0px;
    margin-top: 112px;
    background-repeat: no-repeat;
    background-size: cover;
}
.register_section {
    background: url(../img/ezgif\ 9.png);
    padding: 79px 0px;
    margin-top: 112px;
    background-repeat: no-repeat;
    background-size: cover;
}

.login_bar {
    background-color: #FFFFFF;
    padding: 80px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 625px;
    flex-direction: column;
    text-align: center;
    gap: 40px;
}

.mob_topimg {
    display: none;
}

.login_title {
    color: var(--primary-blue-02-headings, #292D3F);
    text-align: center;
    font-family: AvantGardeMdITC;
    font-size: 56px;
    display: block;
    font-style: normal;
    margin: 0px;
    font-weight: 500;
    line-height: 139%;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.mob_login_title {
    color: var(--primary-blue-02-headings, #292D3F);
    text-align: center;
    display: none;
    font-family: AvantGardeMdITC;
    font-size: 24px;
    font-style: normal;
    margin: 0px;
    font-weight: 500;
    line-height: 139%;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.email_password {
    display: flex;
    padding: 0px 42px;
    flex-direction: column;
    margin-bottom: 40px;
    gap: 24px;
}

.login_email {
    display: flex;
    max-width: 381.5px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.email_title {
    color: var(--primary-blue-02-headings, #292D3F);
    font-family: AvantGardeMdITC;
    font-size: 18px;
    font-style: normal;
    margin: 0px;
    font-weight: 500;
    line-height: 158%;
    text-transform: capitalize;
}

.email_textbox {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 87px;
    border-bottom: 1px solid var(--primary-blue-04-p-text, #092B5E);
    background: var(--neutral-400, #F4F4F4);
}

.signin_account {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin: auto;
}

.signin_button {
    display: flex;
    height: 70px;
    padding: 24px 40px;
    justify-content: center;
    align-items: center;
    width: 465px;
    gap: 16px;
    border-radius: 84px;
    border: 1px solid var(--primary-blue-04-p-text, #092B5E);
    color: #292D3F;
    text-align: center;
    max-width: 465px;
    font-family: AvantGardeMdITC;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 139%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.signin_button:hover {
    background-color: #000;
    border: 1px solid var(--primary-blue-04-p-text, #092B5E);
    color: #FFFFFF;
}


.have_account {
    color: #005BB9;
    text-align: center;
    font-family: AvantGardeMdITC;
    font-size: 16px;
    font-style: normal;
    max-width: 465px;
    margin: 0px;
    font-weight: 500;
    line-height: 139%;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1.5px solid #000;
}

/* ----------------------- Checkbox ----------------------- */

.c-checkboxF input[type='checkbox']:checked~label:after,
.c-checkboxF input[type='checkbox']:checked~.label:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
}


.c-checkboxF>.c-divF>label:before,
.c-checkboxF>.c-divF>.label:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: none;
    border: 1.9px solid #E28413;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 5%);
    border-radius: 10px;
    top: 5px;
    left: 0px;
}


input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.c-checkboxF input[type='checkbox'] {
    display: none;
}

.c-checkboxF input[type='checkbox']~label:after,
.c-checkboxF input[type='checkbox']~.label:after {
    content: url('../img/Vector\ \(1\).png');
    display: block;
    position: absolute;
    color: #E28413 !important;
    border-radius: 0;
    border: 0;
    font-family: "Poppins";
    font-size: 17px;
    text-align: center;
    line-height: 12px;
    height: 1px;
    width: 1px;
    left: 5px;
    top: 7px;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.c-checkboxF {
    position: relative;
    margin-bottom: 16px;
}


.login_strongF {
    color: #092B5E;
    font-family: AvantGardeMdITC;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 158%;
    margin: 0px;
    text-transform: capitalize;
}

.login_strongF>.link_re_global {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #EBAA47;
    margin-bottom: 0px;
    text-decoration: none;
}

.c-textF {
    margin-left: 36px;
    margin-top: 2px;
}


.forgot_passF,
.forgot_passF:hover {
    color: #005BB9;
    font-family: AvantGardeMdITC;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 158%;
    text-transform: capitalize;
}

.login_strongR {
    color: #092B5E;
    font-family: AvantGardeMdITC;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 169.5%;
}

/** Checkbox End **/




















.register_bar {
    background-color: #FFFFFF;
    padding: 80px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 947px;
    flex-direction: column;
    text-align: center;
    gap: 40px;
}

.terms_policy {
    text-decoration: none;
    color: #005BB9;
}

.signup_title {
    color: #292D3F;
    text-align: center;
    font-family: AvantGardeMdITC;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 139%;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.name_password {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.name_email {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.c_password {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sign_captcha {
    gap: 40px;
    margin: auto;
    max-width: 657px;
    margin-top: 40px;
    margin-bottom: 40px;
}


/* ----------------------- Checkbox ----------------------- */

.r-checkboxF input[type='checkbox']:checked~label:after,
.r-checkboxF input[type='checkbox']:checked~.label:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
}


.r-checkboxF>.r-divF>label:before,
.r-checkboxF>.r-divF>.label:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: none;
    border: 1.9px solid #E28413;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 5%);
    border-radius: 10px;
    top: 18px;
    left: 0px;
}

.r-checkboxF input[type='checkbox'] {
    display: none;
}

.r-checkboxF input[type='checkbox']~label:after,
.r-checkboxF input[type='checkbox']~.label:after {
    content: url('../img/Vector\ \(1\).png');
    display: block;
    position: absolute;
    color: #E28413 !important;
    border-radius: 0;
    border: 0;
    font-family: "Poppins";
    font-size: 16px;
    text-align: center;
    line-height: 12px;
    height: 1px;
    width: 1px;
    left: 5px;
    top: 21px;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.r-checkboxF {
    position: relative;
    margin-bottom: 16px;
}

.r-textF {
    margin-left: 36px;
    margin-top: 0px;
    text-align: left;
}

/** Checkbox End **/












.success_banner {
        background: url(../img/check_success.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding-top: 155px;
        padding-bottom: 156px;
}
.total_button_success{
    border-radius: 61px;
    background: #E28413;
    display: flex;
    height: 70px;
    padding: 24px 0px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    color: #111121;
    font-family: AvantGardeMdITC;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 139%;
    text-transform: capitalize;
}
.total_button_success:hover{
    border-radius: 61px;
    background: none;
    border: 1px solid #E28413;
    display: flex;
    height: 70px;
    padding: 24px 0px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    color: #111121;
    font-family: AvantGardeMdITC;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 139%;
    text-transform: capitalize;
}









.fail_banner {
    background: url(../img/check_fail.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 155px;
    padding-bottom: 125px;
}
.total_button_fail{
    border-radius: 38px;
    background: #C81414;
    display: flex;
    height: 70px;
    padding: 24px 0px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    color: #FFFFFF;
    font-family: AvantGardeMdITC;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 139%;
    text-transform: capitalize;
}
.total_button_fail:hover{
    border-radius: 38px;
    background: #C81414;
    border: 1px solid #E28413;
    display: flex;
    height: 70px;
    padding: 24px 0px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    color: #111121;
    font-family: AvantGardeMdITC;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 139%;
    text-transform: capitalize;
}




.checkout_banner {
    background: url(../img/checkout.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 155px;
    padding-bottom: 125px;
}
.checkout_captcha{
    margin: 40px 0px;
    gap: 40px;
}
.bottom_cart{
    display: flex;
    gap: 40px;
    justify-content: center;
}
.mastercard{
    height: 70px;
}
.detail_title{
    color: #092B5E;
    text-align: center;
    font-family: AvantGardeMdITC;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 139%;
    margin-bottom: 32px;
    text-transform: capitalize;
}
.personal_details{
    border: 1px solid var(--primary-blue-03, #363950);
    background: var(--grayscale-white, #FFF);
    display: flex;
    padding: 40px;
    margin-bottom: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}
.user_name{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.first_name{
    color: #292D3F;
    font-family: AvantGardeMdITC;
    font-size: 18px;
    font-style: normal;
    margin: 0px;
    font-weight: 500;
    line-height: 158%;
    text-transform: capitalize;
}
.detail_name {
    display: flex;
    gap: 24px;
}
.checkout_cart{
    background-color: #f6f6f6;
}
.textbox_dropdown{
    background-image: url(../img/Icon.png);
    background-position: right 12px center;
    background-repeat: no-repeat;
}


.service_landing_a5 {
    background: url(../img/adv_cont.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 848px;
    position: relative;
}
.product_desc{
    color: var(--primary-blue-01, #111121);
text-align: center;

/* Headings/H3 */
font-family: AvantGardeMdITC;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 139%; /* 44.48px */
text-transform: capitalize;
}
.advertising_banner {
    background: url(../img/adv_banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.service_landing_a3{
    padding: 88px 0px;
}
.pd_r_3{
    display: flex;
    gap: 24px;
}
.card_sl_a3_bottom.card_a2 {
    background: url(../img/card_a1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.advertising_container{
    padding: 0px;
    max-width: 1440px;
}
.card_description {
    padding: 64px;
    background: #FFF8E7;
    width: 708px;
    margin-bottom: 41px;
    position: relative;
    z-index: 3;
    min-height: 435px;
}
.card_description_bottom {
    padding: 64px;
    background: #FFF8E7;
    width: 708px;
    margin-bottom: 0px;
    position: relative;
    z-index: 3;
    min-height: 435px;
}
.card_img_fold{
    position: absolute;
    top: 4px;
    right: 0px;
    z-index: 2;
}
.card_sl_a3_bottom {
    height: 463px;
    width: 823px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.mob_contact{
    display: none;
}
.contact_title{
    color: #292D3F;
    text-align: center;
    font-family: AvantGardeMdITC;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 139%;
    text-transform: capitalize;
}
.contact_subtitle{
    color: #092B5E;
    text-align: center;
    font-family: AvantGardeMdITC;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 222%;
}
.card_mob_img{
    display: none;
}
.advertising_top{
    align-items: center;
    padding: 190px 0px;
}
.adv_domain{
    color: var(--primary-green-05, #E28413);
    text-align: center;
    font-family: AvantGardeMdITC;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 139%;
    text-transform: capitalize;
}
.other_title_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.adv_title{
    color: var(--grayscale-white, #FFF);
    text-align: center;
    font-family: AvantGardeMdITC;
    font-size: 64px;
    font-style: normal;
    margin: 0px;
    font-weight: 500;
    line-height: 139%;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.adv_subtitle{
    color: var(--grayscale-white, #FFF);
    text-align: center;
    font-family: AvantGardeMdITC;
    font-size: 16px;
    max-width: 720px;
    font-style: normal;
    margin: 0px;
    font-weight: 500;
    line-height: 169.5%;
    opacity: 0.8;
}
.adv_readmore{
    color: var(--grayscale-white, #FFF);
    text-align: center;
    font-family: AvantGardeMdITC;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 139%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.card_sl_a3_bottom.desk_card2_img {
    background: url(../img/content_card2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.card_img_fold_r{
    position: absolute;
    top: 2px;
    left: 0px;
    z-index: 2;
}
.card_sl_a3_bottom.card_c1 {
    background: url(../img/con_card1_desc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.service_landing_c5 {
    background: url(../img/con_contact_bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 848px;
    position: relative;
}
.service_landing_soc5 {
    background: url(../img/soc_contbg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 848px;
    position: relative;
}
.card_sl_a3_bottom.soc_card1_dec {
    background: url(../img/soc_dec_card1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.card_sl_a3_bottom.soc_card2_dec {
    background: url(../img/soc_dec_card2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.social_banner {
    background: url(../img/soc_titlebg_dec.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.corporate_banner {
    background: url(../img/con_titlebg_dec.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.service_landing_cw5 {
    background: url(../img/cw_contactbg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 848px;
    position: relative;
}
.content_writing_banner {
    background: url(../img/cw_titlebg_dec.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.card_sl_a3_bottom.cw_card1_dec {
    background: url(../img/cw_card1_dec.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.card_sl_a3_bottom.cw_card2_dec {
    background: url(../img/cw_card2_dec.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}





/* Modal Css */
.modal_outline {
    display: flex;
    justify-content: center;
}

.modal-content {
    width: auto;
    border-radius: 0px;
}

.modal-body {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px;
    width: 760px;
}
.modal_title{
    color: #292D3F;
    text-align: center;
    font-family: AvantGardeMdITC;
    font-size: 24px;
    font-style: normal;
    align-self: stretch;
    font-weight: 500;
    line-height: 139%;
    text-transform: capitalize;
}
.modal_subtitle{
    color: #092B5E;
    text-align: center;
    font-family: AvantGardeMdITC;
    font-size: 16px;
    font-style: normal;
    align-self: stretch;
    margin: 0px;
    font-weight: 500;
    line-height: 169.5%;
}
.modal_info_bar{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}
.modal_info_div{
    position: relative;
}
.insert_label{
    color: #292D3F;
    font-family: AvantGardeMdITC;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 158%;
    text-transform: capitalize;
}
.modal_select{
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 87px;
    border-radius: 87px;
    color: var(--primary-blue-04-p-text, #092B5E);
    font-family: AvantGardeMdITC;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 169.5%;
    border-bottom: 1px solid var(--primary-blue-04-p-text, #092B5E);
    background: var(--neutral-400, #F4F4F4);
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.modal_turn{
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 87px;
    border-radius: 87px;
    color: var(--primary-blue-04-p-text, #092B5E);
    font-family: AvantGardeMdITC;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 169.5%;
    border-bottom: 1px solid var(--primary-blue-04-p-text, #092B5E);
    background: var(--neutral-400, #F4F4F4);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-image: url('../img/arrow_down_o.svg');
}
.modal_quality_title{
    color: #292D3F;
    text-align: center;
    font-family: AvantGardeMdITC;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 158%;
    text-transform: capitalize;
}

.quality_button_bar{
    display: flex;
    flex-direction: row;
}
.quality_button{
    display: flex;
    height: 52px;
    padding: 24px 40px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    border-radius: 84px;
    border: 1px solid var(--primary-blue-03, #363950);
    color: #292D3F;
    text-align: center;
    font-family: AvantGardeMdITC;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 139%;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.quality_button.active{
    border-radius: 84px;
    background: #E28413;
    color: #FFFFFF;
}
.total_bar{
    background: #F4F4F4;
    display: flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}
.modal_totalbox{
    border-radius: 87px;
background: linear-gradient(0deg, rgba(226, 132, 19, 0.30) 0%, rgba(226, 132, 19, 0.30) 100%), #FFF;
display: flex;
padding: 8px 16px;
align-items: center;
gap: 8px;
align-self: stretch;
color: var(--primary-blue-02-headings, #292D3F);

/* P/Standard 18px */
font-family: AvantGardeMdITC;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 158%; /* 28.44px */
text-transform: capitalize;
}
.cancel_step{
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.modal_cancel{
    border-radius: 84px;
    border: 1px solid var(--primary-blue-04-p-text, #092B5E);
    display: flex;
    height: 70px;
    padding: 24px 40px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}
.quantity_minus{
    cursor: pointer;
    background: none;
    border: none;
    padding: 0px;
    position: absolute;
    bottom: 10px;
    right: 40px;
}
.quantity_plus{
    cursor: pointer;
    background: none;
    border: none;
    padding: 0px;
    position: absolute;
    bottom: 10px;
    right: 12px;
}
.modal_select_textbox{
    border-radius: 87px;
border-bottom: 1px solid var(--primary-blue-04-p-text, #092B5E);
background: var(--neutral-400, #F4F4F4);
display: flex;
padding: 8px 16px;
align-items: center;
gap: 8px;
align-self: stretch;
}
.modal_success_title{
    color: var(--primary-blue-02-headings, #292D3F);
    text-align: center;
    font-family: AvantGardeMdITC;
    font-size: 32px;
    font-style: normal;
    margin-top: 8px;
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 139%;
    text-transform: capitalize;
}
.fail_button{
    display: flex;
    gap: 24px;
    width: 401px;
    margin: auto;
}       
.cw_contact {
    background: #F4F4F4;
    padding: 80px;
    max-width: 1041px;
    position: absolute;
    right: 240px;
    top: 24px;
    max-height: 365px;
}
.sm_contact {
    background: #F4F4F4;
    padding: 80px;
    max-width: 1041px;
    position: absolute;
    right: 240px;
    top: 24px;
    max-height: 365px;
}