/*
:host,:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro"
}
*/

@font-face {
    font-family: Font Awesome\ 6 Pro;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fontawesome/fa-regular-400.woff2) format("woff2"), url(../fonts/fontawesome/fa-regular-400.ttf) format("truetype")
}

/*
:host,:root {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro"
}
*/

@font-face {
    font-family: Font Awesome\ 6 Pro;
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(../fonts/fontawesome/fa-solid-900.ttf) format("truetype")
}






.toggleShowHidePassword {
    position: absolute;
    right: calc((1.5rem / 2) + 1px) !important;
    top: 3px !important;
    font-size: 24px !important;
    text-align: center !important;
    width: 56px !important;
    padding: 13px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 9;
    transition: .2s;
}

.toggleShowHidePassword:hover {
    color: #f0624f !important;
}

/* .toggleShowHidePassword.fa-eye-slash {
    right: calc((1.5rem / 2) + 11px) !important;
} */


.al_wrap_formGenAccReg [class*="col-"].form-group>i {
    right: calc((var(--bs-gutter-x) / 2) + 21px)
}

.lang-btn.active {
    font-weight: bold;
    text-decoration: underline;
}


.codeDigitWrap {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 30px;
}

.code6 .codeDigitWrap,
.codeDigitWrap.code6 {
    justify-content: space-between;
}

.codeDigitWrap .codeDigit,
.codeDigitWrap .eDigit,
.codeDigitWrap .code-input {
    border: 1px solid;
    padding: 0;
    text-align: center;
    width: 55px;
    height: 55px;
    font-size: 30px;
}

#sendEmailCode,
#sendPhoneCode {
    /* padding: 11px 0 12px;
    font-size: 14px;
    width: 220px; */
    font-size: 11px;
    padding: 8px 0 7px;
    width: 120px;
    min-width: 120px;
    letter-spacing: 1px;
    background: #fff;
}

#sendEmailCode:hover,
#sendPhoneCode:hover {
    background: #665167;
    color: #fff;
}

.contact-form .form-group>i {
    background: transparent;
}

#emailCodeBox,
#phoneCodeBox {
    border-bottom: 1px solid #665167;
    margin-top: 15px;
}

.zagBigfForm,
.zagNBigfForm {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
}

.zagNBigfForm {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 13px;
}

.code6 .th-btn,
#phoneCodeBox .th-btn {
    padding: 15px 0 14px;
    font-size: 13px;
    letter-spacing: 1.2px;
    background: #665167;
    margin-top: 14px;
    margin-bottom: 14px;
    color: #fff;
    border: 1px solid #665167;
    font-weight: bold;
}

.code6 .th-btn:hover,
#phoneCodeBox .th-btn:hover {
    background: none;
    color: #665167;
}

.code6 .th-btn.thStylePole,
#phoneCodeBox .th-btn.thStylePole {
    background: none;
    color: #665167;
}

.code6 .th-btn.thStylePole:hover,
#phoneCodeBox .th-btn.thStylePole:hover {
    background: #665167;
    color: #fff;
}

.code6 .twoBtnWrap {
    display: flex;
    gap: 20px;
}

.code6 .twoBtnWrap .th-btn:last-child {
    background: #00b058;
    color: #fff;
    border: 1px solid #00b058;
}

.code6 .twoBtnWrap .th-btn:last-child:hover {
    background: none;
    color: #00b058;
}

.code6 .twoBtnWrap .th-btn {
    width: 50%;
    box-sizing: border-box;
}

.oneBtnWrap .th-btn {
    width: 100%;
    box-sizing: border-box;
}


.al_wrap_formGenAccReg .minZagAbout {
    font-size: 15px;
    line-height: 1.7;
}


.textCanRegFG {
    text-align: center;
    color: #665167;
}

.textCanRegFG a:first-child {
    /*        color: #f0624f;*/
    color: #665167;
    text-decoration: underline;
}

.textCanRegFG a:first-child:hover {
    text-decoration: none;
}

.textCanRegFG a:last-child {
    color: #00b058;
    font-weight: 600;
}

.textCanRegFG a:last-child:hover {
    text-decoration: underline;
}

.textCanRegFG span {
    padding: 0 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    vertical-align: text-bottom;
}

.iti {
    width: 100%;
}

.iti__selected-flag {
    border-radius: 12px 4px 4px 12px;
    border-right: 2px solid #eee;
    padding: 0 14px 0 16px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(255 255 255);
}

.afterInput_minLabel {
    margin-top: 2px;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #898080;
}



body,
html {

    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.al_wrap_formGenAccReg {
    flex: 1;
}

body,
.th-header {
    background: #f5f5f5;
}

.th-header {
    box-shadow: 0 -2px 17px 3px rgba(133, 169, 222, .35);
}

.al_wrap_formGenAccReg .sub-title {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.al_wrap_formGenAccReg .textCanLogin {
    text-align: center;
    font-weight: 500;
}

.al_wrap_formGenAccReg .textCanLogin a {
    font-weight: 900;
    margin-left: 2px;
    text-decoration: none;
}

.al_wrap_formGenAccReg .textCanLogin a:hover {
    text-decoration: underline;
    color: var(--theme-color);
}

.al_wrap_formGenAccReg .sec-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #665167;
}

.al_wrap_formGenAccReg .title-area .sec-title {
    font-weight: 500;
    color: #665167;
    margin-bottom: 25px;
}

.al_wrap_formGenAccReg .title-area .sec-title span:nth-child(1) {
    font-weight: 900;
    color: #f0624f;
}

.al_wrap_formGenAccReg .title-area .sec-title span:nth-child(2) {
    color: #00b058;
    font-weight: 600;
}

/* .al_wrap_formGenAccReg .title-area .sec-title span:nth-child(3) {
        font-weight: 500;
    } */

.al_wrap_formGenAccReg .sec-text b {
    display: block;
    font-weight: 500;
}

.al_wrap_formGenAccReg .sec-text b>span:nth-child(1) {
    color: #00b058;
    font-weight: 600;
}

.al_wrap_formGenAccReg .sec-text b>span:nth-child(2) {
    font-weight: 900;
}

.al_wrap_formGenAccReg .sec-text b>span:last-child {
    font-weight: 400;
}

.al_wrap_formGenAccReg .sec-text>span:nth-last-child(2) {
    color: #f0624f;
    font-weight: 600;
}

.al_wrap_formGenAccReg .sec-text span {
    white-space: nowrap;
}

.al_wrap_formGenAccReg .sec-text>span:last-child {
    white-space: normal;
}

/* .al_wrap_formGenAccReg .sec-text > span:last-child {
            color: #f0624f;
        } */
/* .al_wrap_formGenAccReg .form-group {
    margin-bottom: 15px;
} */

.input-group {
    width: 250px;
    margin: 10px 0;
}

.password-indicator {
    height: 5px;
    background: #ccc;
    border-radius: 3px;
    transition: background 0.3s, width 0.3s;
    /* width: 0;
  margin-top: 5px; */

    position: absolute;
    top: 52px;
    left: 16px;
    right: 16px;
}

/* .password-indicator.weak {
    background: #f0624f;
    width: 50%;
    border-radius: 0 0 0 12px;
}

.password-indicator.strong {
    //width: 100%;
    width: auto;
    background: #00b058;
    border-radius: 0 0 12px 12px;
} */

.al_mainviewWrap {
    width: 540px;
}

.al_mainviewWrapMegaTop {
    margin: 0 auto;
    position: relative;
}

.al_mainviewWrapMegaTop a {
    color: #f0624f;
    font-weight: bold;
    font-size: 16px;
    z-index: 2;
}

.al_mainviewWrapMegaTop a i {
    font-size: 15px;
    margin-left: 3px;
}

.password-indicator.weak {
    background: #f0624f;
    width: calc(33% - 32px);
    border-radius: 0 0 0 12px;
}

.password-indicator.medium {
    background: orange;
    width: calc(66% - 32px);
    border-radius: 0 0 0 12px;
}

.password-indicator.strong {
    background: #00b058;
    width: calc(100% - 32px);
    border-radius: 0 0 12px 12px;
}

.password-indicator.weak+.afterInput_minLabel,
.password-indicator.medium+.afterInput_minLabel,
.password-indicator.strong .domain-indicator+.afterInput_minLabel {
    margin-top: 10px;
}

.domain-indicator.ok {
    color: #00b058;
}

.domain-indicator.error {
    color: #f0624f;
}

.domain-indicator b {
    color: #665167;
    font-weight: 500;
    border-bottom: 1px dashed transparent;
    display: inline-block;
}

.domain-indicator b:hover {
    border-bottom: 1px dashed #665167;
    cursor: pointer;
}


header .sticky-wrapper {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

.al_ishome .sticky-wrapper {
    box-shadow: none;
}

header.header-layout6 .sticky-wrapper .menu-area {
    padding: 10px 0;
}

.wrapBtnTimer {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;

    position: absolute;
    top: 14px;
    right: 20px;
    z-index: 9;
    /* background: #fff;
    border-radius: 0 12px 12px 0; */
}

.wrapBtnTimer .al_timer {
    /* margin-left: 20px;
        font-size: 32px; */
    margin-left: 5px;
    font-size: 17px;
    margin-top: -2px;
    background: #fff;
    border-radius: 5px;
}

.al_wrap_formGenAccReg .form-group {
    margin-bottom: 14px;
}

.al_wrap_formGenAccReg select,
.al_wrap_formGenAccReg .form-control,
.al_wrap_formGenAccReg .form-select,
.al_wrap_formGenAccReg textarea,
.al_wrap_formGenAccReg input,
.al_wrap_formGenAccReg .th-btn {
    border-radius: 12px;
    font-size: 22px;
    box-shadow: 0 0 21px 0px #ececec;
}

.languageSwitcherWrap {
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 25px;
}

.languageSwitcherWrap p {
    text-align: center;
    margin-bottom: 25px;
}

.languageSwitcherWrap #langSwitcher {
    background: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    width: auto;
    min-width: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0;
    margin-left: 10px;
    display: inline-block;
}

.al_wrap_formGenAccReg .form-select:hover,
.al_wrap_formGenAccReg textarea:hover,
.al_wrap_formGenAccReg input:hover {
    border: 1px solid #897989
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 22px;
    font-weight: 500;
}

.iti__country-list {
    z-index: 99;
}

.al_wrap_formGenAccReg .th-btn {
    border-radius: 12px;
    font-size: 16px;
}

#phone {
    padding-left: 135px !important;
}

.blog-content .h62 {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--title-font);
    margin-bottom: 15px;
}

.blog-content p {
    font-size: 18px;
}

.blog-content u {
    border-bottom: 3px solid #1982dd;
    text-decoration: none;
}

.blog-content .checklist li {
    display: block;
    /*    font-size: 17px;*/
}

.blog-content .al_ultaZag {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.blog-content .al_ultaZag>span {
    color: #00b058;
    font-size: 32px;
    font-family: 'Roboto';
    font-weight: bold;
}

.blog-content .al_ultaZag h1,
.blog-content .al_ultaZag h2,
.blog-content .al_ultaZag h3,
.blog-content .al_ultaZag h4,
.blog-content .al_ultaZag h5,
.blog-content .al_ultaZag h6 {
    margin-left: 10px;
    margin-bottom: 0;
}

.blog-content .th-btn.style2,
.feature-content .th-btn.style2 {
    background-color: transparent;
    color: var(--theme-color) !important;
    border: 1px solid var(--theme-color) !important;
}

.blog-content .th-btn.style2:hover:before,
.blog-content .th-btn.style2:hover:after,
.feature-content .th-btn.style2:hover:before,
.feature-content .th-btn.style2:hover:after {
    background-color: var(--theme-color) !important;
    /*    color: var(--white-color) !important;*/
}

.blog-content .th-btn.style2:hover,
.feature-content .th-btn.style2:hover {
    color: var(--white-color) !important;
    /*    border-color: var(--white-color);*/
}

/*
        .blog-content .checklist li + li {
            margin-top: 15px;
        }
*/
.blog-content .checklist li:before {
    content: "\f00c";
    position: absolute;
    top: 2px;
    left: -2rem;
    font-family: Font Awesome\ 6 Pro;
    font-weight: bold;
    color: #00b058;
    font-size: 21px;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h5,
.blog-content h4,
.blog-content h6 {
    margin-bottom: 20px;
}

/*
.blog-content h4, .blog-content h6 {
    margin-bottom: 20px;
    font-weight: 600;
}
*/




.wrapFooterContanerBg {
    box-shadow: inset 0 6px 4px 0px rgba(1, 55, 232, .15);
    background: #e5ebff;
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.wrapFooterContaner {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}

.wrapFooterContaner .item {
    margin: 0;
    width: 100%;
    float: none;
    text-align: center;
}

.wrapFooterContaner .mycopyright,
.wrapFooterContaner .mycopyright a {
    font-size: 15px;
    color: #f0624f;
    font-weight: bold;
    margin: 0;
}

.wrapFooterContaner .mycopyright a {
    color: #3E66F3;
    letter-spacing: 1px;
    text-decoration: none;
}


.al_slider_twDw {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.al_slider_twDw .al_slider_twDw_item {
    flex: 1 1 calc((100% / 4) - 20px);
}

.al_slider_twDw .al_slider_twDw_item img {
    border-radius: 12px;
    box-shadow: 0 0 9px 0px rgba(159, 165, 177, .7);
}


.main-menu ul.sub-menu li a {
    text-transform: none;
}

.hero-style7 .hero-text ul li a {
    color: #00b058;
}

.hero-style7 .hero-text ul li a:hover {
    text-decoration: underline;
}

.project-card .project-content-wrap {
    bottom: inherit;
    opacity: 1;
}

.project-card .project-content-wrap {
    position: relative;
    display: block;
    left: inherit;
    right: inherit;
    bottom: inherit;
    width: 100%;
    max-width: 100%;
    z-index: 3;
    opacity: 1;
}

.project-card .project-content {
    padding: 15px 20px;
    border-radius: 0 0 10px 10px;
}

.project-card .project-img {
    border-radius: 10px 10px 0 0;
}

project-card {
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, .5);
}

.project-card .project-img:before {
    display: none;
}

.project-card .project-img a {
    z-index: 3;
    position: relative;
}

.project-card .project-img:before {
    z-index: 2;
}

.project-card .box-title:hover {
    text-decoration: underline;
}



.al_mainNavLinkWrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
}

.al_mainNavLinkWrap .al_mainNavLink {
    width: 50%;
    display: block;
    position: relative;
    text-align: center;
    padding: 10px 0 12px;
    /*        border-bottom: 2px solid transparent;*/
    transition: .25s;
    font-size: 16.5px;
    color: #f0624f;
    font-weight: 600;
    letter-spacing: 1.35px;
}

.al_mainNavLinkWrap .al_mainNavLink:after {
    content: " ";
    height: 3px;
    border-radius: 12px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background: transparent;
    transition: .25s;
}

.al_mainNavLinkWrap .al_mainNavLink:first-child {
    color: #00b058;
}

.al_mainNavLinkWrap .al_mainNavLink:first-child:hover:after,
.al_mainNavLinkWrap .al_mainNavLink:first-child.active:after {
    background: #00b058;
    /*            border-bottom: 2px solid #00b058;*/
}

.al_mainNavLinkWrap .al_mainNavLink:nth-child(2):hover:after,
.al_mainNavLinkWrap .al_mainNavLink:nth-child(2).active:after {
    background: #f0624f;
    /*            border-bottom: 2px solid #f0624f;*/
}






.al_single_wrap {
    align-items: center;
}

.al_single_wrap+.al_single_wrap {
    margin-top: 40px;
}

.al_single_imgInBlock {
    border-radius: 8px;
    box-shadow: 0 0 14px 0px #9fa5b1;
}

.al_single_imgInBlock.al_imgNoBS {
    box-shadow: none;
}

.al_single_wrap .col-lg-5:first-child {}

.al_single_wrap .col-lg-5:last-child {
    text-align: right;
}

.al_showOnlyMob {
    display: none !important;
}

@media (max-width: 991px) {

    .al_hideMob {
        display: none !important;
    }

    .al_showOnlyMob {
        display: block !important;
    }

    .al_linkGoAnchor.al_showOnlyMob.th-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .al_single_wrap .col-lg-5:first-child {
        order: 2;
    }

    .al_single_wrap .col-lg-5:first-child,
    .al_single_wrap .col-lg-5:last-child {
        text-align: center;
    }

    .al_single_wrap .al_single_imgInBlock {
        max-width: 100%;
        margin-top: 20px;
    }

    .al_slider_twDw {
        display: block;
    }

    .al_slider_twDw .al_slider_twDw_item img {
        padding: 2%;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .al_wrap_formGenAccReg .title-area .sec-title {
        font-size: 34px;
    }

    .al_wrap_formGenAccReg .title-area .sec-title span:nth-child(3) {
        display: block;
    }

    .checklist li+li {
        margin-top: 10px;
    }



    .codeDigitWrap {
        gap: 5px;
    }

    .codeDigitWrap .eDigit {
        width: 45px;
        height: 45px;
    }

    .al_single_wrap .al_single_imgInBlock {
        width: 80%;
    }

    .al_mob_mt40 {
        margin-top: 40px;
    }

    .al_mob_mt30 {
        margin-top: 30px;
    }

    .al_mob_mt20 {
        margin-top: 20px;
    }

    .al_mob_mt1rem {
        margin-top: 1rem;
    }

    .al_formOrderSiteDelivery .text-end {
        text-align: left !important;
    }
}


html,
body {
    overflow-x: hidden;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-bottom: 20px;
    list-style: none;
}

.breadcrumb li,
.breadcrumb .sep {
    position: relative;
    padding-right: 10px;
}

.breadcrumb li:last-child {
    padding-right: 0;
}

.breadcrumb li a {
    color: inherit;
    transition: color .15s;
}

.breadcrumb li a:hover {
    color: #1a66ff;
}

.slider-wrapper {
    position: relative;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: var(--title-color);
    opacity: .4;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s;
    border-radius: 50%;
    display: none;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-prev:hover,
.slick-next:hover {
    background: var(--title-color);
    opacity: .8;
}

.slick-prev i,
.slick-next i {
    font-size: 24px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    list-style: none;
}

.al_classForSlickSlider3 .slick-dots {
    margin-top: 40px;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button {
    font-size: 0;
    width: 16px;
    height: 16px;
    background-color: #bbb;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #ff0000;
}

@media(max-width: 991px) {

    .slick-prev,
    .slick-next {
        display: block;
    }
}


.header-logo {
    max-width: 100% !important;
}

.textAfterSubmit {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}

.textAfterSubmit b {
    font-weight: 900;
}

.textAfterSubmit a {
    font-weight: 500;
}

.textAfterSubmit a:hover {
    text-decoration: underline;
    color: var(--theme-color);
}


.al_hid {
    display: none !important;
}

.al_bt60 {
    margin-bottom: 60px;
}

.al_bt40 {
    margin-bottom: 40px;
}

.al_bt30 {
    margin-bottom: 30px;
}

.al_bt20 {
    margin-bottom: 20px;
}

.al_bt10 {
    margin-bottom: 10px;
}

.al_mt60 {
    margin-top: 60px;
}

.al_mt40 {
    margin-top: 40px;
}

.al_mt30 {
    margin-top: 30px;
}

.al_mt25 {
    margin-top: 25px;
}

.al_mt20 {
    margin-top: 20px;
}

.al_mt15 {
    margin-top: 15px;
}

.al_mt10 {
    margin-top: 10px;
}

.al_mt8 {
    margin-top: 8px;
}

.al_mt0 {
    margin-top: 0 !important;
}


.al_ml0 {
    margin-left: 0 !important;
}

.al_mr0 {
    margin-right: 0 !important;
}

.al_pl0 {
    padding-left: 0 !important;
}

.al_pr0 {
    padding-right: 0 !important;
}

.al_mb0 {
    margin-bottom: 0 !important;
}

.al_mb32 {
    margin-bottom: 32px !important;
}

.al_mb40 {
    margin-bottom: 40px !important;
}

.al_mr5 {
    margin-right: 5px !important;
}

.al_mr10 {
    margin-right: 10px !important;
}

.hero-7 .th-hero-bg {
    z-index: -1;
    inset: 0;
    background: url(../img/hero/hero_bg_7_1.png) bottom center no-repeat;
}

.al_minH86 {
    min-height: 86px;
    box-sizing: border-box;
}

.al_logo span,
.al_logo img {
    height: 60px !important;
    background: inherit !important;
}

.al_clueWrap {
    position: relative;
    cursor: help;
}

.al_clueWrap i.far {
    color: #ecad39 !important;
    margin-right: 0 !important;
    font-size: 15px;
}

/*
    --title-color: #141D38;
    --light-color: #72849B;
    --yellow-color: #FFB539;
    --success-color: #28a745;
*/

.al_clueWrap .al_clueSpan {
    position: absolute;
    display: none;
    background: #fff;
    border-radius: 8px;
    padding: 5px 10px;
    box-shadow: 0 0 10px 5px #ccc;
    z-index: 1;
    bottom: -70px;
    font-size: 14px;
    text-transform: none;
}

.al_clueWrap:hover .al_clueSpan,
.al_clueWrap.active .al_clueSpan {
    display: block;
}

select.ac,
.form-select.ac {
    color: var(--theme-color);
}

select.ac option[selected],
.form-select.ac option[selected] {
    color: var(--theme-color);
    background: #fff;
}

select.ac option,
.form-select.ac option {
    color: var(--body-color);
}

select.ac option:checked,
select.ac option:focus,
select.ac option:hover {
    background-color: var(--theme-color) !important;
    color: var(--white-color);
}

@media(max-width: 1300px) {
    header .th-btn.style-radius {
        padding: 18px 20px;
        font-size: 13px;
    }

    /* header .al_logo span, header .al_logo img {
        height: 40px !important;
    } */
}

@media(max-width: 1199px) {
    .hidMob {
        display: none;
    }

    /* header .al_logo span, header .al_logo img {
        height: 50px !important;
    } */
}

@media(max-width: 576px) {

    #sendEmailCode,
    #sendPhoneCode {
        font-size: 8px;
        padding: 8px 0 7px;
        width: 86px;
        min-width: 86px;
        letter-spacing: 1px;
        background: #fff;
        border-radius: 8px;
        height: auto;
    }

    .al_mainviewWrap .al_formGenAccReg [name=email] {
        padding-right: 110px;
    }

    .al_mainviewWrap .al_formGenAccReg [name=email].aa {
        padding-right: 26px;
    }

    .al_wrap_formGenAccReg select,
    .al_wrap_formGenAccReg .form-control,
    .al_wrap_formGenAccReg .form-select,
    .al_wrap_formGenAccReg textarea,
    .al_wrap_formGenAccReg input {
        font-size: 19px;
        height: 50px;
        padding-left: 18px;
    }

    .al_wrap_formGenAccReg .th-btn {
        font-size: 15px;
        padding: 17.5px 17px;
    }

    .al_mainviewWrap {
        max-width: 540px;
        width: 100%;
    }

    .al_wrap_formGenAccReg .sub-title {
        justify-content: center;
    }

    .al_wrap_formGenAccReg .title-area .sec-title {
        font-size: 29px;
    }

    .al_wrap_formGenAccReg .sec-text,
    .al_wrap_formGenAccReg .title-area .sec-title {
        text-align: center;
    }

    .textAfterSubmit {
        font-size: 12px;
        line-height: 19px;
    }
}

/*.feature-wrap7 .feature-content:after, .feature-wrap7 .feature-content:before, .feature-bg-line {
    display: none;
}*/