ul {
    list-style: none;
    margin-bottom: 20px;
}

ul li {
    margin-bottom: 8px;
}

ul li:last-of-type {
    margin-bottom: 0px;
}

ul li span {
    color: var(--c1);
    font-weight: 700;
    font-family: "SF Pro Display Bold";
}

ul.check li {
    position: relative;
    padding-left: 20px;
}

ul.check li::before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    background-image: url(https://65z.4cc.myftpupload.com/wp-content/uploads/2026/01/check-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

ul.check.bg_border {
    display: flex;
    flex-direction: column;
    align-items: start;
}

ul.check.bg_border li {
    display: inline-block;
    padding: 10px 24px 10px 34px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.17);
    background: var(--cf);
}

ul.check.bg_border li::before {
    top: 14px;
    left: 10px;
}

@media(max-width:767px){
    ul.check.bg_border li{
        width:100%;
    }
}

/* --- Accordion ---  */

.accordion_container {
    padding-top: 0px;
}

.accordion_container .item {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid var(--c2);
}

.accordion_container .item.active {
    padding-bottom: 40px;
}

.accordion_container .item:last-of-type {
    border-bottom: 1px solid var(--ct);
}

.accordion_container .item h3 {
    position: relative;
    color: var(--ct);
    /* font-weight: 600; */
    cursor: pointer;
    padding-right: 32px;
    margin-bottom: 0px;
}

.accordion_container .item.active h3 {
    color: var(--ct);
}

.accordion_container .item h3 .plusminus::before {
    position: absolute;
    content: "\f078";
    top: 4px;
    right: 12px;
    color: var(--ct);
    font-size: 20px;
    font-weight: 900;
    font-family: "FontAwesome";
}

.accordion_container .item.active h3 .plusminus::before {
    content: "\f077";
}

.accordion_container .item.active .accordion_body {
    padding-top: 20px;
    width: 85%;
}

@media(max-width:1440px) {
    .accordion_container .item h3 {
        padding-right: 30px;
    }
}

@media(max-width:990px) {
    .accordion_container .item h3 {
        padding-right: 20px;
    }
    .accordion_container .item h3 .plusminus::before {
        right: 4px;
    }
}

@media(max-width:767px) {
    .accordion_container .item h3 {
        padding-right: 40px;
    }
    .accordion_container .item h3 .plusminus::before {
        right: 0px;
        font-size: 16px;
    }
}


/* --- global_sbs ---  */

.global_sbs {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_sbs .txt h2 span {
    color: var(--c1);
}

.global_sbs .txt h4 {
    margin-top: 10px;
}

.global_sbs ul {
    margin-top: 20px;
}
.global_sbs .btn {
    margin-top: 24px;
}

.global_sbs .img img {
    border-radius: 20px;
}

.global_sbs.flip .row {
    flex-direction: row-reverse;
}
.global_sbs.bg_gray{
    padding:80px 0;
    background: #F4F6F7;
}


@media(Max-width:990px) {
    .global_sbs {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .global_sbs.sbs_col .row {
        flex-direction: column-reverse;
    }
    .global_sbs.bg_gray{
        padding:50px 0;
    }
}

@media(Max-width:767px) {
    .global_sbs .txt .btn {
        width: 100%;
    }
}

/* --- global_sbs bg_color ---  */

.global_sbs.bg_color {
    padding: 80px 0px;
    background-color: var(--c3);
}
@media(Max-width:990px){
    .global_sbs.bg_color {
        padding: 50px 0px;
    }
}


/* --- form_wrap ---  */

.form_wrap .title {
    margin-bottom: 24px;
}

@media(max-width:990px) {
    .global_sbs {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .global_sbs .txt {
        margin-top: 32px;
    }
}


/* --- global_process_sec ---  */

.global_process_sec {
    position: relative;
    padding: 80px 0;
    margin-bottom: 80px;
    background-color: var(--c3);
}

.global_process_sec .title_sec {
    margin-bottom: 32px;
}

.global_process_sec .wrap {
    margin-bottom: 20px;
}

.global_process_sec .col-lg-4:nth-last-child(3) .wrap,
.global_process_sec .col-lg-4:nth-last-child(2) .wrap,
.global_process_sec .col-lg-4:nth-last-child(1) .wrap {
    margin-bottom: 0px;
}

.global_process_sec .col-lg-6:nth-last-child(2) .wrap,
.global_process_sec .col-lg-6:nth-last-child(1) .wrap {
    margin-bottom: 0px;
}

.global_process_sec .wrap h4 {
    color: var(--c1);
}

@media(max-width:990px) {
    .global_process_sec {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    .global_process_sec .col-lg-4:nth-last-child(3) .wrap,
    .global_process_sec .col-lg-4:nth-last-child(2) .wrap {
        margin-bottom: 40px;
    }
    .global_process_sec .col-lg-6:nth-last-child(2) .wrap {
        margin-bottom: 40px;
    }
}

@media(max-width:767px) {
    .global_process_sec .wrap {
        margin-bottom: 32px;
    }
    .global_process_sec .col-lg-4:nth-last-child(3) .wrap,
    .global_process_sec .col-lg-4:nth-last-child(2) .wrap {
        margin-bottom: 32px;
    }
    .global_process_sec .col-lg-6:nth-last-child(2) .wrap {
        margin-bottom: 32px;
    }
}


/* --- global_card_sec ---  */

.global_card_sec {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_card_sec .title_sec {
    max-width: 80%;
    margin: 0 auto 60px;
    text-align: center;
}

.global_card_sec .col-lg-3,
.global_card_sec .col-lg-4 {
    margin: 0 0 24px;
}

.global_card_sec .col-lg-3:nth-last-child(4),
.global_card_sec .col-lg-3:nth-last-child(3),
.global_card_sec .col-lg-3:nth-last-child(2),
.global_card_sec .col-lg-3:nth-last-child(1) {
    margin-bottom: 0px;
}

.global_card_sec .wrap {
    height: 100%;
    padding: 32px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 5px 80px 0 rgba(0, 0, 0, 0.07);
}

.global_card_sec .wrap h4 {
    padding-top: 20px;
}

.global_card_sec .btn_box {
    margin-top: 40px;
    text-align: center;
}

@media(max-width:1440px) {
    .global_card_sec .wrap {
        padding: 24px;
    }
    .global_card_sec .wrap .img img {
        width: 74px;
        height: 74px;
    }
}
@media(max-width:1300px) {
    .global_card_sec .wrap .img img {
        width: 64px;
        height: 64px;
    }
}

@media(max-width:990px) {
    .global_card_sec {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .global_card_sec .title_sec {
        max-width: 100%;
        margin-bottom: 32px;
    }
    .global_card_sec .col-lg-3.col-md-6,
    .global_card_sec .col-lg-4.col-md-6 {
        margin-bottom: 32px;
    }
    .global_card_sec .col-lg-3.col-md-6:nth-last-child(2),
    .global_card_sec .col-lg-4.col-md-6:nth-last-child(2),
    .global_card_sec .col-lg-3.col-md-6:nth-last-child(1),
    .global_card_sec .col-lg-4.col-md-6:nth-last-child(1) {
        margin-bottom: 0px;
    }
}

@media(max-width:767px) {
    .global_card_sec .col-lg-3.col-md-6:nth-last-child(2),
    .global_card_sec .col-lg-4.col-md-6:nth-last-child(2) {
        margin-bottom: 32px;
    }
}


/* --- global_sever_box --- */

.global_sever_box {
    position: relative;
    margin-bottom: 80px;
}

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

.global_sever_box .wrap {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.global_sever_box .col-lg-4 .wrap {
    margin-bottom: 40px;
}
.global_sever_box .col-lg-4:nth-last-child(3) .wrap ,
.global_sever_box .col-lg-4:nth-last-child(2) .wrap ,
.global_sever_box .col-lg-4:nth-last-child(1) .wrap {
    margin-bottom: 0px;
}

.global_sever_box .wrap .img {
    margin-bottom: 16px;
}

.global_sever_box .wrap img {
    width: 150px;
    height: 150px;
}

.global_sever_box.bg_gray {
    padding: 80px 0;
    background: #F4F6F7;
}

@media(max-width:1440px) {
    .global_sever_box .wrap img {
        width: 105px;
        height: 105px;
    }
}
@media(max-width:990px) {
    .global_sever_box{
        margin-bottom:50px;
    }
    .global_sever_box {
        margin-bottom: 50px;
    }
    .global_sever_box .wrap {
        margin-bottom: 40px;
    }
    .global_sever_box .col-md-6:nth-last-child(2) .wrap,
    .global_sever_box .col-md-6:nth-last-child(1) .wrap {
        margin-bottom: 0px;
    }
    .global_sever_box .col-lg-4:nth-last-child(3) .wrap  {
        margin-bottom: 40px;
    }
}

@media(max-width:767px) {
    .global_sever_box .col-md-6:nth-last-child(2) .wrap {
        margin-bottom: 40px;
    }
    .global_sever_box .col-lg-4:nth-last-child(2) .wrap  {
        margin-bottom: 40px;
    }
}

/* --- global_sbs_benefits ---  */

.global_sbs_benefits {
    position: relative;
    padding: 100px 0;
    margin-bottom: 80px;
    background-color: var(--c3);
}

.global_sbs_benefits.flip .row {
    flex-direction: row-reverse;
}

.global_sbs_benefits .txt h2 {
    margin-bottom: 24px;
}
.global_sbs_benefits .txt .btn {
    margin-top: 24px;
}


.global_sbs_benefits .col-lg-4 {
    margin-bottom: 20px;
}

.global_sbs_benefits .col-lg-4:nth-last-child(3),
.global_sbs_benefits .col-lg-4:nth-last-child(2),
.global_sbs_benefits .col-lg-4:nth-last-child(1) {
    margin-bottom: 0px;
}

.global_sbs_benefits .wrap {
    position: relative;
    padding: 10px;
    height: 100%;
    line-height: 130%;
    padding-left: 40px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.17);
    background: var(--cf);
}

.global_sbs_benefits .wrap::before {
    position: absolute;
    content: '';
    top: 14px;
    left: 12px;
    width: 14px;
    height: 14px;
    background-image: url(https://65z.4cc.myftpupload.com/wp-content/uploads/2026/01/check-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.global_sbs_benefits .img img {
    border-radius: 20px;
}

.global_sbs_benefits.no_bg {
    padding: 0;
    background-color: unset;
}
.global_sbs_benefits.no_bg .wrap{
    background: var(--c3);
}

@media(max-width:1440px) {
    .global_sbs_benefits .wrap {
        padding-left: 32px;
    }
    .global_sbs_benefits .wrap::before {
        left: 10px;
    }
}
@media(max-width:990px) {
    .global_sbs_benefits {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    .global_sbs_benefits .row,
    .global_sbs_benefits.flip .row {
        flex-direction: column-reverse;
    }
    .global_sbs_benefits .txt {
        margin-top: 32px;
    }
    .global_sbs_benefits .txt .row{
        flex-direction: column;
    }
    .global_sbs_benefits .col-lg-4:nth-last-child(3),
    .global_sbs_benefits .col-lg-4:nth-last-child(2) {
        margin-bottom: 20px;
    }
}

@media(max-width:767px) {
    .global_sbs_benefits .txt .btn {
        width: 100%;
    }
}

/* --- global_sbs_tab ---  */

.global_sbs_tab {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_sbs_tab .title_sec {
    max-width: 85%;
    text-align: center;
    margin: 0 auto 36px;
}

.global_sbs_tab .nav_tab_list {
    margin-bottom: 40px;
    border-radius: 200px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    background-color: var(--c1);
}

.global_sbs_tab .nav {
    border: unset;
    padding: 20px 20px 14px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    max-width: 92%;
    margin: 0 auto 6px;
}


/* width */

.global_sbs_tab .nav::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}


/* Track */

.global_sbs_tab .nav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgb(248, 246, 246);
}


/* Handle */

.global_sbs_tab .nav::-webkit-scrollbar-thumb {
    background: #ddd;
}


/* Handle on hover */


 .global_sbs_tab .nav::-webkit-scrollbar-thumb:hover {
    background: #555;
} 

.global_sbs_tab .nav .nav-item {
    margin-right: 28px;
    margin-bottom: 0px;
}

.global_sbs_tab .nav .nav-item:last-of-type {
    margin-right: 0px;
}

.global_sbs_tab .nav .nav-item .nav-link {
    color: var(--cf);
    opacity: 0.7;
    padding: 0px;
    outline: unset;
    margin: 0;
    border: 0;
    font-size: 20px;
    font-weight: 500;
    font-family: "SF Pro Display";
}

.global_sbs_tab .nav .nav-item .nav-link.active {
    opacity: 1;
    border: unset;
    text-decoration: underline;
    background-color: unset;
}

.global_sbs_tab .nav .nav-item .nav-link:hover {
    opacity: 1;
    border: unset;
    text-decoration: underline;
}

.global_sbs_tab.flip .row {
    flex-direction: row-reverse;
}

.global_sbs_tab .img img {
    border-radius: 20px;
}

@media(max-width:1440px) {
    .global_sbs_tab .nav .nav-item .nav-link {
        font-size: 18px;
    }
}

@media(max-width:990px) {
    .global_sbs_tab .title_sec {
        max-width: 100%;
        margin-bottom:24px;
    }
    .global_sbs_tab {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .global_sbs_tab .nav_tab_list {
        margin-bottom: 28px;
    }
    .global_sbs_tab .nav {
        max-width: 94%;
        padding: 14px 16px 10px;
    }
    .global_sbs_tab .nav .nav-item {
        margin-right: 24px;
    }
    .global_sbs_tab .nav .nav-item .nav-link {
        font-size: 16px;
    }
    .global_sbs_tab .txt {
        margin-top: 32px;
    }
}
@media(max-width:767px) {
    .global_sbs_tab .nav_tab_list {
        border-radius: 20px;
    }
    .global_sbs_tab .nav {
        max-width: 92%;
        padding: 14px 0px 10px;
    }
    .global_sbs_tab .nav .nav-item {
        margin-right: 16px;
    }
    .global_sbs_tab .nav .nav-item .nav-link {
        font-size: 14px;
    }
}


/* --- global_featured_partner_sec ---  */

.global_featured_partner_sec {
    position: relative;
    padding: 80px 0;
    margin-bottom: 80px;
    background-color: var(--c3);
}

.global_featured_partner_sec .flex {
    flex-wrap: wrap;
}

.global_featured_partner_sec .item {
    width: 20%;
    text-align: center;
    margin-bottom: 24px;
}

.global_featured_partner_sec .item:nth-last-child(5),
.global_featured_partner_sec .item:nth-last-child(4),
.global_featured_partner_sec .item:nth-last-child(3),
.global_featured_partner_sec .item:nth-last-child(2),
.global_featured_partner_sec .item:nth-last-child(1) {
    margin-bottom: 0px;
}

.global_featured_partner_sec .item .img {
    display: flex;
    width: 160px;
    height: 160px;
    padding: 12px;
    margin: 0 auto;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
    border: 2px solid rgba(82, 96, 109, 0.40);
}

.global_featured_partner_sec .item .img img {
    width: 80%;
}

.global_featured_partner_sec .item .txt {
    padding-top: 20px;
    width: 80%;
    margin: 0 auto;
}

@media(max-width:990px) {
    .global_featured_partner_sec .item {
        width: 33.3%;
    }
    .global_featured_partner_sec .item.item:nth-last-child(5),
    .global_featured_partner_sec .item.item:nth-last-child(4) {
        margin-bottom: 24px;
    }
}

@media(max-width:767px) {
    .global_featured_partner_sec .item {
        width: 50%;
    }
    .global_featured_partner_sec .item.item:nth-last-child(3) {
        margin-bottom: 24px;
    }
}


/* ---- global_indutries_sec ---  */

.global_indutries_sec {
    position: relative;
    margin-bottom: 80px;
}

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

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

.global_indutries_sec .item .img img {
    width: 130px;
    height: 130px;
}

.global_indutries_sec .item h4 {
    margin-top: 24px;
}

.global_indutries_sec .col-lg-2 .item,
.global_indutries_sec .col-lg-3 .item,
.global_indutries_sec .col-lg-4 .item {
    margin-bottom: 32px;
}

.global_indutries_sec .col-lg-2:nth-last-child(5) .item,
.global_indutries_sec .col-lg-2:nth-last-child(5) .item,
.global_indutries_sec .col-lg-2:nth-last-child(4) .item,
.global_indutries_sec .col-lg-2:nth-last-child(3) .item,
.global_indutries_sec .col-lg-2:nth-last-child(2) .item,
.global_indutries_sec .col-lg-2:nth-last-child(1) .item,
.global_indutries_sec .col-lg-3:nth-last-child(4) .item,
.global_indutries_sec .col-lg-3:nth-last-child(3) .item,
.global_indutries_sec .col-lg-3:nth-last-child(2) .item,
.global_indutries_sec .col-lg-3:nth-last-child(1) .item,
.global_indutries_sec .col-lg-4:nth-last-child(3) .item,
.global_indutries_sec .col-lg-4:nth-last-child(2) .item,
.global_indutries_sec .col-lg-4:nth-last-child(1) .item {
    margin-bottom: 0px;
}

.global_indutries_sec .col-lg-4 .item p {
    max-width: 75%;
    margin: 0 auto;
}

@media(max-width:1440px) {
    .global_indutries_sec .item .img img {
        width: 115px;
        height: 115px;
    }
}

@media(max-width:990px) {
    .global_indutries_sec {
        margin-bottom: 50px;
    }
    .global_indutries_sec .col-lg-2.col-md-4 .item,
    .global_indutries_sec .col-lg-3.col-md-4 .item,
    .global_indutries_sec .col-lg-4.col-md-4 .item {
        margin-bottom: 32px;
    }
    .global_indutries_sec .col-lg-2.col-md-4:nth-last-child(3) .item,
    .global_indutries_sec .col-lg-2.col-md-4:nth-last-child(2) .item,
    .global_indutries_sec .col-lg-2.col-md-4:nth-last-child(1) .item,
    .global_indutries_sec .col-lg-3.col-md-4:nth-last-child(3) .item,
    .global_indutries_sec .col-lg-3.col-md-4:nth-last-child(2) .item,
    .global_indutries_sec .col-lg-3.col-md-4:nth-last-child(1) .item,
    .global_indutries_sec .col-lg-4.col-md-4:nth-last-child(3) .item,
    .global_indutries_sec .col-lg-4.col-md-4:nth-last-child(2) .item,
    .global_indutries_sec .col-lg-4.col-md-4:nth-last-child(1) .item {
        margin-bottom: 0px;
    }
    .global_indutries_sec .item .img img {
        width: 120px;
        height: 120px;
    }
}

@media(max-width:767px) {
    .global_indutries_sec .col-lg-2.col-md-4:nth-last-child(3) .item,
    /*.global_indutries_sec .col-lg-2.col-md-4:nth-last-child(2) .item,*/
    .global_indutries_sec .col-lg-3.col-md-4:nth-last-child(3) .item,
    .global_indutries_sec .col-lg-3.col-md-4:nth-last-child(2) .item,
    .global_indutries_sec .col-lg-4.col-md-4:nth-last-child(3) .item,
    .global_indutries_sec .col-lg-4.col-md-4:nth-last-child(2) .item {
        margin-bottom: 32px;
    }
}


/* --- global_sbs_plain_content ---  */

.global_sbs_plain_content {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}


/* ---- global_plain_content ----  */

.global_plain_content {
    position: relative;
    padding: 60px 0;
}

.global_plain_content.bg_black {
    padding: 40px 0;
    background-color: var(--ct);
}

.global_plain_content h4 {
    color: var(--cf);
    font-weight: 400;
    text-align: center;
}

.global_plain_content h4 a {
    color: var(--c1);
    text-decoration: underline;
}

.global_plain_content.wth_img .text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.global_plain_content.wth_img .text h4 {
    font-weight: 400;
    margin-left: 24px;
    margin-bottom: 0px;
}


/* ---- global_work_sec ----  */

.global_work_sec {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
    overflow: hidden;
}

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

.global_work_sec .wrap {
    position: relative;
    padding: 0px 0px 40px;
    margin-bottom: 70px;
    background: #F88;
    text-align: center;
}

.global_work_sec .wrap::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 30px;
    width: 100%;
    background: #FF5757;
}

.global_work_sec .wrap::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -66px;
    background-image: url(../img/global-page/tringle-shape-r1.svg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 64%;
    left: 0px;
    z-index: -1;
}

.global_work_sec .wrap .s-no {
    position: relative;
    z-index: 1;
}

.global_work_sec .wrap .s-no span {
    position: relative;
    display: inline-block;
    color: var(--cb);
    width: 60px;
    height: 60px;
    border-radius: 50px;
    line-height: 60px;
    margin: 0 auto;
    background-color: var(--cf);
}

.global_work_sec .wrap .s-no::before {
    position: absolute;
    content: '';
    top: 20px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 20px;
    background-color: var(--cf);
}

.global_work_sec .wrap .txt {
    padding: 10px 0 20px;
}

.global_work_sec .wrap h4,
.global_work_sec .wrap p {
    color: var(--cf);
}

.global_work_sec .col-lg-4:nth-last-child(2) .wrap {
    background-color: #5173FF;
}

.global_work_sec .col-lg-4:nth-last-child(2) .wrap::before {
    background-color: #1C46F2;
}

.global_work_sec .col-lg-4:nth-last-child(2) .wrap::after {
    background-image: url(../img/global-page/tringle-shape-b2.svg);
}

.global_work_sec .col-lg-4:nth-last-child(1) .wrap {
    background-color: #D227E0;
}

.global_work_sec .col-lg-4:nth-last-child(1) .wrap::before {
    background-color: #A808B5;
}

.global_work_sec .col-lg-4:nth-last-child(1) .wrap::after {
    background-image: url(../img/global-page/tringle-shape-purple-5.svg);
}


@media(max-width:1100px) {
    .global_work_sec .wrap::after {
        bottom: -54px;
    }
}

@media(max-width:990px) {
    .global_work_sec .col-md-6 {
        margin-bottom: 24px;
    }
    .global_work_sec .col-md-6:last-child {
        margin-bottom: 0px;
    }
}

/* --- Signin and Signup ---  */

.signin_sec {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}

.signin_sec .form_wrap h2 {
    text-align: center;
}

.signin_sec .form_wrap .form_content {
    padding: 40px;
    background-color: var(--c3);
    border: 1px solid #DFDFDF;
}

.signin_sec form label {
    color: var(--c2);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}


/* .signin_sec form .form-group {
    margin-bottom: 20px;
} */

.signin_sec form .form-group:last-of-type {
    margin-bottom: 0px;
}

.signin_sec form .form-control {
    padding: 16px 42px;
    background-color: var(--cf);
}

.signin_sec form .form_input {
    position: relative;
    text-align: end;
}

.signin_sec form .form_input span {
    position: absolute;
    top: 12px;
    left: 16px;
    margin: auto 0;
    z-index: 1;
}

.signin_sec form .form_input span.icons_eye {
    left: auto;
    right: 16px;
}

.signin_sec form .form_input span i {
    font-size: 18px;
    color: var(--c2);
}

.signin_sec form .form_input span img {
    width: 18px;
}

.signin_sec form .form_input .forget_link {
    display: inline-block;
    color: var(--c2);
    margin-top: 12px;
    /* text-align: end; */
    margin-left: auto;
    text-decoration: unset;
}

.signin_sec form .form_input .forget_link:hover {
    color: var(--c1);
}

.signin_sec form .txt_account {
    text-align: center;
}

.signin_sec form .txt_account p {
    color: var(--c2);
}

.signin_sec form .txt_account a {
    display: inline-block;
    color: var(--c1);
    margin-top: 12px;
}

.signin_sec form .txt_account a:hover {
    text-decoration: unset;
}

.signin_sec form .btn-box {
    margin-top: 40px;
}

@media(max-width:1440px) {
    .signin_sec form label {
        font-size: 16px;
    }
}


/* ----- global_box_items ---  */

.global_box_items {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

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

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

.global_box_items .txt {
    margin-top: 24px;
    text-align: center;
}

.global_box_items .txt h3 {
    margin-bottom: 16px;
}

.global_box_items .txt .btn {
    margin-top: 16px;
}

.global_box_items .btn_box {
    margin-top: 40px;
    text-align: center;
}

.global_box_items .btn_box .btn {
    margin-top: 0;
}


/* ---- social_connect ---  */

.social_connect {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.social_connect .title_sec,
.social_connect .wrap {
    text-align: center;
}

.social_connect .wrap .img img {
    width: 150px;
    height: 150px;
}

.social_connect .wrap h4 {
    margin-top: 20px;
    margin-bottom: 0px;
}


/* --- faqs_sec ---  */

.faqs_sec {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.faqs_sec .wrap {
    margin-bottom: 40px;
}

.faqs_sec .wrap:last-of-type {
    margin-bottom: 0px;
}

.faqs_sec .wrap h2 {
    margin-bottom: 24px;
}





/*--- hybrid-and-multi-cloud-management --- */
.page-id-718 .global_sbs_tab .txt ul{
    margin-bottom:0px;
}
/*---- private-cloud-hosting ----*/
.page-id-765 .global_sbs_tab .txt ul{
    margin-bottom:0px;
}

/*---- threat-detection-response ----*/
.page-id-785 .global_sbs_tab .txt ul{
    margin-top: 16px;
    margin-bottom:0px;
}

/*---- security-audits-and-compliance ----*/
.page-id-809 .global_sbs_tab .txt ul{
    margin-bottom:0px;
}
/*---- cloud-and-on-prem-backup-solutions ----*/
.page-id-1241 .global_sbs_tab .txt ul{
    margin-top: 16px;
    margin-bottom:0px;
}
/*---- clns ----*/
.page-id-1476 .global_sbs.sbs_col .txt {
    max-width: 94%;
}
@media(max-width:990px){
    .page-id-1476 .global_sbs.sbs_col .txt {
        max-width: 100%;
    }
}
/*---- cloud-and-on-prem-backup-solutions ----*/
.page-id-1745 .global_sbs_tab .txt ul{
    margin-top: 16px;
    margin-bottom:0px;
}

/*--- technology-partners ---*/
.page-id-1942 .indus_bot_txt{
    margin-top: 0px;
}
.page-id-1942 .global_featured_partner_sec{
    margin-bottom: 0px;
}
/*---- cloud-and-on-prem-backup-solutions ----*/
.page-id-1960 .global_sbs.list-mb .txt ul{
    margin-top: 16px;
    margin-bottom:0px;
}
/*---- small-business-solutions ----*/
.page-id-1767 .global_sbs_tab .txt ul{
    margin-top: 16px;
    margin-bottom:0px;
}

/*---- small-business-solutions ----*/
.page-id-1792 .global_sbs.bg_color .txt ul{
    margin-top: 16px;
    margin-bottom:0px;
}
/*---- government-solutions ----*/
.page-id-1821 .global_sbs.bg_color .txt ul{
    margin-top: 16px;
    margin-bottom:0px;
}
/*---- small-business-solutions ----*/
.page-id-1844 .global_sbs_tab .txt ul{
    margin-top: 16px;
    margin-bottom:0px;
}
/*---- healthcare-solutions ----*/
.page-id-1872 .global_sbs.bg_color .txt ul{
    margin-top: 16px;
    margin-bottom:0px;
}

/*---- healthcare-solutions ----*/
.page-id-1872 .global_sbs_tab .txt ul{
    margin-top: 16px;
    margin-bottom:0px;
}

/*---- retail-solutions ----*/
.page-id-1895 .global_sbs.bg_color .txt ul{
    margin-top: 16px;
    margin-bottom:0px;
}

.page-id-1895 .global_sbs_tab .txt ul{
    margin-top: 16px;
    margin-bottom:0px;
}