@import url("/vendors/font/stylesheet.css");


/* *,
body,
html,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
li {
    font-family: 'Manrope';
    font-weight: 500;
    font-style: normal;
    box-sizing: border-box;
} */


:root {
    --primary: #26A1EE;
    --secondary: #382C12;
    --white: #fff;
    --bg-white: #fff;
    --text-light: #9e9faa;
    --text-light2: #7b7b93;
    --text-secondary: #746447;
    --text-dark: #263543;
    --text-white: var(--white);
    --text-black: #000;
    --bg-color: #F4FBFF;
    --bg-color2: #F4F8FB;


}

.t_color_secondary {
    color: var(--secondary) !important;
}

.t_color_secondary2 {
    color: var(--text-secondary) !important;
}

body {
    background: var(--bg-white);
}

.f_500 {
    font-weight: 500 !important;
}

.pos_footer_area:before {
    display: none !important;
}

.pos_footer_area::after {
    display: none !important;
}

.hosting_title p,
p {
    margin: 0;
    font-size: 18px;
    color: var(--text-light);
    line-height: 1.5;
    font-weight: 500;
}

.hosting_title p {
    font-family: 'Manrope';
    font-weight: 600;
}

.header_area .navbar-brand img {
    width: 180px;
}

.header_area {
    z-index: 9999;
}

.header_area .mega_menu_inner {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 13px;
    box-shadow: 0px 4px 20px 0px #0000001A;
}

.menu_toggle .hamburger-cross span,
.menu_toggle .hamburger span {
    background: var(--primary);
}


.header_area .mega_menu_inner .dropdown-menu li.nav-item {
    width: 100% !important;
    padding: 25px !important;
    color: var(--text-dark) !important;

}

.header_area .mega_menu_inner .dropdown-menu li.nav-item a.nav-link.listHeading {
    color: var(--text-dark) !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    cursor: unset;
    padding-bottom: 16px;
}

.header_area .mega_menu_inner .dropdown-menu li.nav-item a.nav-link {
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
    white-space: normal !important;
}

.header_area .mega_menu_inner .dropdown-menu li.nav-item .dropdown-menu li.nav-item {
    padding: 0 !important;
}

.header_area .mega_menu_inner .dropdown-menu li.nav-item a.nav-link .icon_box {
    min-width: 35px;
}

.header_area .mega_menu_inner .dropdown-menu li.nav-item a.nav-link .icon_box img {
    display: block;
    width: 22px;
}

.header_area .mega_menu_inner .dropdown-menu li.nav-item a.nav-link .text_box {
    margin: 0;
}

.header_area .mega_menu_inner .dropdown-menu li.nav-item a.nav-link .text_box h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.header_area .mega_menu_inner .dropdown-menu li.nav-item a.nav-link .text_box p {
    margin: 0;
    color: #A0ADB7;
    font-size: 12px;
    line-height: normal;
}

.header_area.navbar_fixed {
    background: #00041fab;
    backdrop-filter: blur(10px);
}

.header_area .navbar-collapse {
    background: none !important;
}

.header_area .navbar-collapse ul {
    background: none !important;
    padding: 0 !important;
}

.header_area.header2 {
    background: var(--bg-white) !important;
    /* box-shadow: 0px 4px 200px 0px #0000000D !important; */

}

.header_area.header2 .menu>.nav-item>.nav-link {
    color: var(--text-dark) !important;
    font-weight: 500 !important;
}

.header_area.header2 .er_btn.btnContact {
    background: var(--bg-white) !important;
    border: 2px solid var(--primary) !important;
    color: var(--primary) !important;
}


.er_btn {
    background: var(--primary);
    font-weight: 500;
    width: 100%;
    text-align: center;
    color: var(--text-white) !important;
    min-width: 140px;
    padding: 6px 10px;
    border-radius: 6px;
    border: 0;
    font-size: 15px;
}

.er_btn span {
    font-weight: 500;
}

.er_btn.btnContact {
    background: #ffffff44;
    backdrop-filter: blur(10px);
}

.er_btn.btnContact img {
    width: 15px;
}

form .form-group {
    margin-bottom: 20px;
    position: relative;
}

form .form-group label {
    display: block;
    width: 100%;
    padding-bottom: 0px;
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 14px !important;
    line-height: normal;
}

form .form-group .inputBox {
    background: var(--white);
    border-radius: 10px;
    padding: 0px 0px;
    border: 1px solid #F5F1E1;
    position: relative;
}

form .form-group .inputBox img {
    min-width: 15px;
    margin-right: 10px;
    max-height: 18px;
    max-width: fit-content;
}

form .form-group .inputBox select,
form .form-group .inputBox input {
    padding: 0 20px !important;
    background: none !important;
    box-shadow: none !important;
    border: 0 !important;
    height: 50px !important;
    font-size: 15px !important;
    position: relative;
    width: 100%;
    min-width: 100%;
    cursor: text;
    color: var(--text-black);
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

form .form-group .inputBox select.no-value {
    color: #D3CFC7 !important;
    font-weight: 400;
}

form .form-group .inputBox.selectBox select {
    padding-right: 30px !important;
}

form .form-group .inputBox.selectBox::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 0;
    background: url(../img/ic_select_arrow.svg);
    background-size: 12px;
    bottom: 0;
    width: 12px;
    height: 6px;
    background-repeat: no-repeat;
    margin: auto;
}

form .form-group h3 {
    margin: 0;
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 500;
    padding-top: 10px;
}



.form-check {
    background: var(--white);
    border-radius: 10px;
    padding: 0px 0px;
    border: 1px solid #F5F1E1;
    position: relative;
    padding: 0 !important;
}

.form-check input {
    cursor: pointer;
}

.form-check input.form-check-input {
    position: absolute;
    left: 12px;
    bottom: 0;
    top: -2px;
    display: block;
    margin: 0;
    border-width: 2px !important;
    border-color: var(--primary) !important;
    box-shadow: none !important;
    transition: all 0.3s;
    border-radius: 50% !important;
    border-style: solid !important;
    width: 18px !important;
    height: 18px !important;
    padding: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: rgba(255, 0, 0, 0);
    margin: auto 0;
}

.form-check input.form-check-input::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: url(../img/ic_radio_check.svg);
    background-size: 12px;
    background-position: center;
    opacity: 0;
    z-index: 99;
}

.form-check input.form-check-input:checked {
    background: var(--primary) !important;
}

.form-check input.form-check-input:checked::after {
    opacity: 1;
}

.form-check .form-check-label {
    cursor: pointer;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 15px 20px 15px 40px;
    color: var(--secondary) !important;
}

.alter-login {
    color: var(--text-secondary);
    font-weight: 500;
}

.alter-login a {
    color: var(--primary) !important;
}


form .inputBox input::placeholder {
    color: #D3CFC7 !important;
    font-weight: 400;
}

form .inputBox input:-ms-input-placeholder {
    color: #D3CFC7 !important;
    font-weight: 400;
}

form .inputBox input::-ms-input-placeholder {
    color: #D3CFC7 !important;
    font-weight: 400;
}



.text_box input {
    border: 1px solid #F5F1E1 !important;
    border-radius: 10px !important;
    padding: 0 15px !important;
    height: 50px !important;
    font-size: 13px !important;
}

.text_box input::-webkit-input-placeholder {
    color: #D3CFC7;
}

.text_box input:-moz-placeholder {
    color: #D3CFC7;
}

.text_box input::-moz-placeholder {
    color: #D3CFC7;
}

.text_box input:-ms-input-placeholder {
    color: #D3CFC7;
}


.btn {
    display: flex;
    align-items: center;
    padding: 0 25px;
    min-height: 50px;
    border-radius: 50px;
    background: var(--primary);
    color: var(--white);
}

.btn a {
    display: block;
    margin: auto;
    width: fit-content;
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
}

.hosting_title2 h2,
.section_title h2 {
    color: var(--text-dark);
    margin: 0;
    font-size: 55px !important;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 1.2;
    font-family: 'Manrope';
}

.item_title h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    color: var(--text-dark);
}

.pos_banner_area {
    height: fit-content;
    min-height: fit-content;
    display: block;
    /* padding-top: 70px; */
}

.pos_banner_area .pos_banner_text {
    max-width: unset !important;
}

.pos_banner_area .pos_banner_text h1 {
    color: var(--text-dark);
    margin: 0;
    font-size: 55px;
    font-weight: 700;

}

.our_products_section {
    background: var(--bg-color);
}

.our_products_section .row {
    margin: 0 -8px;
}

.our_products_section .row .item-col {
    padding: 8px;
}

.our_products_section .card {
    background: var(--bg-white);
    border-radius: 20px;
    padding: 20px 20px 30px;
    border: 0;
    box-shadow: 0 0px 21px 5px rgb(0 0 0 / 6%);
    height: 100%;
}

.our_products_section .card .icon_box {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    min-height: 100px;
}

.our_products_section .card .icon_box img {
    display: block;
    margin: auto;
    width: 70px;
}

.our_products_section .card .item_title h2 {
    font-size: 30px;
}

.trusted_by {
    background: var(--bg-color);

}

.trusted_by .img_box {
    background: var(--bg-white);
    border-radius: 0px;
    border: 0;
    cursor: unset;
    display: block;
    overflow: hidden;
    margin: 0;
}

.trusted_by .img_box img {
    display: block;
    margin: auto;
    max-width: 100%;

}

.pos_features_area {
    background: var(--bg-white);
}

.pos_features_area .media.h_features_item i {
    display: block;
    min-width: 70px;
    margin: 0;
}

.pos_features_area .media.h_features_item i img {
    display: block;
    margin: 0;
    width: 50px;
}

.pos_features_area .media.h_features_item .item_title p {
    color: var(--text-light);
}

.designed_for_section .develor_tab {
    padding: 0;
    margin: 0 auto;
    width: fit-content;
    display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-x: auto;
    position: relative;
    max-width: 100vw;
    border: 0 !important;
    flex-wrap: nowrap;
}

/* .designed_for_section .develor_tab::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e1e3ed;
} */

.designed_for_section .develor_tab .nav-item {
    min-width: 140px;
    float: unset;
    display: block;
    margin: 0;
    /* border-bottom: 2px solid #e1e3ed; */
    position: relative;
}


.designed_for_section .develor_tab .nav-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e1e3ed;
}

.designed_for_section .develor_tab .nav-item .nav-link {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: var(--text-dark);
    padding: 8px 15px !important;
    cursor: pointer;

}

.designed_for_section .develor_tab .nav-item .nav-link.active {
    color: var(--primary) !important;
}

.designed_for_section .develor_tab .nav-item .nav-link::before {
    background: var(--primary) !important;
    bottom: 0;
}

.designed_for_section .card {
    background: var(--bg-white);
    border-radius: 25px;
    padding: 15px;
    border: 0;
    box-shadow: none;
    width: 100%;
    white-space: normal;
    margin: 0;
}

.designed_for_section .card p {
    margin: 0;
    font-size: 18px;
    color: var(--text-light);
    line-height: 1.5;
    font-weight: 400;
}

.designed_for_section .card img {
    border-radius: 25px;
}

.about_creative {
    background: var(--bg-white);
}



.footer_area {
    position: relative;
    background: none !important;
}

.footer_area .company_widget .f-logo img {
    max-width: 100%;
}


.pos_footer_area .f_widget.company_widget p {
    color: var(--text-dark);
    font-weight: 500;
}

.pos_footer_area .f_widget.company_widget .f_social_icon a {
    border-radius: 0;
    border: 0;
    background: none !important;
    width: fit-content;
    height: fit-content;
}

.pos_footer_area .f_widget.company_widget .f_social_icon a img {
    width: 25px;
}

.footer_area.footer_area2 {
    background: var(--bg-white) !important;
    overflow: hidden !important;
}


.onepage_about_area .hosting_title h6 {
    color: var(--text-dark);
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
}

.onepage_about_area .hosting_title h6 span {
    display: block;
    width: 45px;
    min-width: 45px;
}

.onepage_about_area .hosting_title h6 span img {
    display: block;
    width: 20px;
    margin-top: 4px;
}

@keyframes code {
    0% {
        left: -10%;
    }

    /* 50% {
        left: 50%;
    } */

    100% {
        left: 100%;
    }
}

.h_footer_dark .f_widget.about-widget .f_list li {
    padding-bottom: 5px;
}

.h_footer_dark .f_widget.about-widget .f_list li a {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-dark) !important;
}

.h_footer_dark .f_widget.about-widget .f_list li h6 {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-white);
    margin: 0;
    padding-bottom: 10px;
}

.h_footer_dark .f_widget.about-widget .f_list li a .icon {
    min-width: 30px;
}

.h_footer_dark .f_widget.about-widget .f_list li a .icon img {
    width: 18px;
}

.h_footer_dark .otherLinks {
    flex-wrap: wrap;
    display: block;
}

.h_footer_dark .otherLinks h3 {
    border-bottom: 1px solid #B5B5B5;
    margin: 5px 0;
    width: fit-content;
}

.h_footer_dark .otherLinks h3 a {
    display: block;
    color: var(--primary);
    font-size: 15px;
    min-width: fit-content;
    padding-right: 15px;
    padding: 5px 0;
}
.h_footer_dark .otherLinks h3:last-of-type{
    border: 0 !important;
}

.h_footer_dark .f_widget.about-widget .f_list.contact_list li a::before {
    display: none !important;
}

.get_started {
    position: relative;
}

.get_started .payment_subscribe_area .payment_subscribe_info {
    background: linear-gradient(93.01deg, #26A1EE 14.49%, #3172FF 85.51%);
    border-radius: 30px;
    margin: 0;
    padding: 40px;
}

.get_started .payment_subscribe_area .payment_subscribe_info .item_title h2 {
    color: var(--white);
}

.get_started .payment_subscribe_area .payment_subscribe_info .item_title p {
    color: var(--white);
    opacity: .5;
}

.get_started .payment_subscribe_area .payment_subscribe_info .subscribe-form .form-control {
    background: #F5F5F54D;
    border: 1px solid #fff;
    padding: 0 20px;
    min-height: 55px;
    line-height: 55px;
    height: 55px;
}

.get_started .payment_subscribe_area .payment_subscribe_info .subscribe-form .btn {
    background: var(--bg-white);
    min-width: 100%;
    padding: 0 10px;
}

.get_started .payment_subscribe_area .payment_subscribe_info .subscribe-form .btn a {
    color: var(--text-black);
}

.get_started .bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

.chat_banner_area {
    background: var(--bg-white);
}

.chat_banner_content h1 {
    color: var(--text-dark);
    margin: 0;
    font-size: 55px;
    font-weight: 700;
}

.c_tag {
    color: var(--primary);
    background: #DDF2FF;
    border-radius: 50px;
    padding: 9px 28px;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: unset !important;
    width: fit-content;

}

.chat_banner_content p {
    color: var(--text-light);
}

.chat_features_item .icon_box {
    background: #E6F6FF;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 22px;
}

.chat_features_item .icon_box img {
    width: 28px;
    margin: auto;
}

.chat_features_item h4 {
    font-size: 25px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px !important;
    position: relative;
    z-index: 1;
    line-height: 33px;
    /* padding: 0 !important; */
}

.chat_features_item p {
    margin: 0;
    font-size: 18px;
    color: var(--text-light);
    line-height: 1.5;
}

.chat_features_item .img_box img {
    width: 170px;
    margin: auto;
    display: block;
}

.pos_developer_product_area .tab_img_info .tab_img .bg_circle {
    background: var(--primary);
    opacity: .2 !important;
}

.pos_developer_product_area .developer_product_content .develor_tab .nav-item {
    margin: 0px 10px;
}

.pos_developer_product_area .developer_product_content .develor_tab .nav-item:first-of-type {
    margin-left: 0;
}

.pos_developer_product_area .developer_product_content .develor_tab .nav-item .nav-link {
    color: var(--text-dark);
    font-weight: 500;
}

.pos_developer_product_area .developer_product_content .develor_tab .nav-item .nav-link::before {
    background: var(--primary);
}

.pos_developer_product_area .developer_product_content .develor_tab .nav-item .nav-link.active {
    color: var(--primary);
}

.h_security_item .media-body h4,
.pos_developer_product_area .developer_product_content h4 {
    font-size: 25px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.h_security_item .media-body p,
.pos_developer_product_area .developer_product_content p {
    margin: 0;
    font-size: 18px;
    color: var(--text-light);
    line-height: 1.5;
}



.h_security_area .media.h_security_item h2 {
    color: var(--primary);
    border-radius: 50%;
    margin: 0 14px;
    margin-bottom: 18px;
    width: 50px;
    height: 50px;
    border: 1px solid var(--primary) !important;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    background: var(--bg-white);
}

.h_security_area .media.h_security_item::before,
.h_security_area .media.h_security_item::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 0px;
    width: 50%;
    height: 1px;
    border-top: 1px dashed var(--text-light);
    display: none;
}

.h_security_area .media.h_security_item::after {
    left: unset;
    right: 0;
}

.h_security_item {
    position: relative;
}

.h_security_area .row .col-12:first-child .media::before {
    display: none !important;
}

.h_security_area .row .col-12:last-child .media::after {
    display: none !important;
}

.h_security_area .row .col-12 .media .img_box {
    position: relative;
}

.h_security_area .row .col-12 .media .img_box img {
    position: relative;
    z-index: 99;
    max-width: 160px;
}

.h_security_area .row .col-12 .media .img_box::before,
.h_security_area .row .col-12 .media .img_box::after {
    content: '';
    position: absolute;
    top: 64%;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 1.5px;
    border-top: 1.5px dashed var(--text-light);
    display: none;
}

.h_security_area .row .col-12 .media .img_box::after {
    left: unset;
    right: 0px;
}



.h_security_area .row .col-12:first-child .media .img_box::before {
    display: none !important;
}

.h_security_area .row .col-12:last-child .media .img_box::after {
    display: none !important;
}

.faq_solution_area {
    background: #F4F8FB !important;
}

.faq_solution_area .faq_accordian_two .card {
    background: var(--bg-white) !important;
    border: 0;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
    transition: all .4s;
}

.faq_solution_area .faq_accordian_two .card .card-header {
    border: 0;
    background: none;
    padding: 0;
}

.faq_solution_area .faq_accordian_two .card .card-header h5 {
    width: 100%;
}

.faq_solution_area .faq_accordian_two .card .card-header h5 button {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 12px 15px !important;
    color: var(--text-black);
    font-weight: 600;
    font-size: 18px !important;
    transition: all .5s;
    text-align: inherit;
    white-space: normal;
    background: none;
    border-radius: 0;
}

.faq_solution_area .faq_accordian_two .card .card-header h5 button span {
    display: block;
    min-width: 40px;
    position: relative;
    top: 4px;
}

.faq_solution_area .faq_accordian_two .card .card-header h5 button span img {
    display: block;
    width: 20px;
    transition: all .5s;
}

.faq_solution_area .faq_accordian_two .card .card-body {
    padding: 10px 15px 20px !important;
}

.faq_solution_area .faq_accordian_two .card .card-body p {
    color: var(--text-white);
    font-size: 14px;
    line-height: 27px;
    font-weight: 600;
    margin: 0;
    padding-left: 40px;
}

.faq_solution_area .faq_accordian_two .card.active {
    background: linear-gradient(91.34deg, #26A1EE 16.48%, #3172FF 83.52%) !important;
}

.faq_solution_area .faq_accordian_two .card.active .card-header h5 button {
    color: var(--text-white) !important;
    font-weight: 500;
}


.faq_solution_area .faq_accordian_two .card.active .card-header h5 button span img {
    filter: brightness(0) invert(1);
}

.payment_service_area {
    background: linear-gradient(91.34deg, #3A64FF 16.48%, #5961DA 83.52%) !important;
    position: relative;
}

.payment_service_area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/overlay/features-bg.png');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.payment_service_area .pay_icon {
    width: fit-content;
    height: fit-content;
    margin-bottom: 20px;
    line-height: normal;
}

.payment_service_area .pay_icon img {
    width: 55px;
}

.payment_service_item .icon {
    background: none;
    border-radius: 0;
    display: block;
    height: fit-content;
    line-height: normal;
    width: 45px;
    margin: 0;
}

.payment_service_item .icon img {
    display: block;
    width: 20px;
    margin-top: 4px;
}

.payment_service_item p {
    margin: 0;
    font-size: 18px;
    color: var(--text-white);
    line-height: 1.5;

}


.about_banner_area .container .main_banner {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}

.about_banner_area .banner_text .card {
    border-radius: 0;
    box-shadow: none;
    background: var(--primary);
    border: 0;
    padding: 30px;
}

.about_banner_area .banner_text .card .hosting_title.hosting_title2 h2 {
    color: var(--text-white) !important;
    font-weight: 600;
    font-size: 50px !important;
    line-height: 1.3;
}

.about_banner_area .banner_text .card .hosting_title.hosting_title2 p {
    color: var(--text-white);
    opacity: .8;
}

.analytics_banner_area2 {
    min-height: unset !important;
    background: var(--primary);
    height: fit-content;
}

.analytics_banner_area2 .hosting_title.hosting_title2 h1 {
    color: var(--text-white) !important;
    font-weight: 500 !important;
    font-size: 55px;
    margin: 0;
    padding-bottom: 15px;
}

.analytics_banner_area2 .hosting_title.hosting_title2 p {
    color: var(--text-white) !important;
    opacity: .8;
}


.contact_info_area {
    background: var(--bg-white) !important;
}

.contact_info_area h6 {
    color: var(--text-black) !important;
    font-weight: 500 !important;
}

.contact_info_area .text_box {
    margin-bottom: 15px;
}

.contact_info_area .text_box textarea,
.contact_info_area .text_box input {
    background: #F3F6FB !important;
    border: 0;
    box-shadow: none !important;
    padding: 15px;
    height: 50px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 8px !important;
    border: 0 !important;
}

.contact_info_area .text_box textarea {
    height: fit-content;
    line-height: 30px;
}

.contact_info_area .btn {
    border-radius: 5px !important;
    min-width: 170px;
}

.contact_info_area .btn a {
    font-size: 15px !important;
}

.contact_info_area .text_box input.checkbox {
    min-height: fit-content;
    line-height: normal;
    height: 16px !important;
    min-width: 16px;
    width: 16px !important;
    margin-right: 15px;
    top: 5px;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none !important;
    border: 2px solid var(--text-light) !important;
    outline: none !important;
    padding: 0 !important;
    background: none !important;
    border-radius: 4px !important;
}

.contact_info_area .text_box input.checkbox::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: url(../img/icons/ic_check.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    margin: auto;
    opacity: 0;
    background-position: center;
}

.contact_info_area .text_box input.checkbox:checked::before {
    opacity: 1;
}

.contact_info_area .text_box input.checkbox:checked {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.contact_info_area .text_box input[type="file"] {
    position: absolute;
    width: 100%;
    opacity: 0;
}

.contact_info_area .text_box.uploadInput i {
    display: block;
    min-width: 25px;
}

.contact_info_area .text_box.uploadInput i img {
    display: block;
    width: 18px;
}

.contact_info_area .text_box.uploadInput {
    padding: 0 15px !important;
    background:
        color-mix(in srgb, var(--primary) 13%, #00000000 50%) !important;
    border-radius: 8px !important;
}

.contact_info_area .text_box.uploadInput input {
    background: none !important;
    color: var(--primary) !important;
    padding: 0 !important;
    font-weight: 500;
}

.contact_info_area .text_box textarea,
.contact_info_area .text_box input {
    font-size: 15px !important;
    font-family: 'Manrope';
    font-weight: 500;
}

.contact_info_area .text_box textarea::placeholder,
.contact_info_area .text_box input::placeholder {
    /* Modern browsers */
    color: #97A4BC;
    opacity: 1;
}

/* Chrome, Safari, Opera */
.contact_info_area .text_box textarea:-webkit-input-placeholder,
.contact_info_area .text_box input::-webkit-input-placeholder {
    color: #97A4BC;
}

/* Firefox 19+ */
.contact_info_area .text_box textarea::-moz-placeholder,
.contact_info_area .text_box input::-moz-placeholder {
    color: #97A4BC;
    opacity: 1;
}

/* Firefox 4–18 */
.contact_info_area .text_box textarea:-moz-placeholder,
.contact_info_area .text_box input:-moz-placeholder {
    color: #97A4BC;
    opacity: 1;
}

/* Internet Explorer 10–11 */
.contact_info_area .text_box textarea:-ms-input-placeholder,
.contact_info_area .text_box input:-ms-input-placeholder {
    color: #97A4BC;
}

/* Microsoft Edge (old) */
.contact_info_area .text_box textarea::-ms-input-placeholder,
.contact_info_area .text_box input::-ms-input-placeholder {
    color: #97A4BC;
}

.login_area .text_box input {
    background: var(--bg-white) !important;
    border-radius: 8px !important;
    border: 0 !important;
    box-shadow: none !important;

}

.login_area h3 a {
    color: var(--text-light);
    font-size: 18px;
}

.login_area .banner .logo {
    width: fit-content;
    margin: auto;
}

.login_area .banner .logo img {
    width: 100%;
}

.support_integration_area {
    background: #F6FAFF;
}


.support_integration_area .integration_img {
    margin: 0;
}

.support_integration_area .s_integration_item {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    backdrop-filter: blur(20px);
    background: var(--bg-white);
    padding: 25px;
    margin: 0;
    box-shadow: 0 0px 21px 5px rgb(0 0 0 / 6%) !important;
}


.support_integration_area .s_integration_item img {
    width: 80px;
    display: block;
    margin: 0 auto;
}

.support_integration_area .s_integration_item h5 {
    color: var(--text-black);
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
}


.pricing_section .price_tab_two {
    border: 2px solid #EBEBEB;
    width: fit-content;
    display: flex !important;
    align-items: center;
    padding: 7px !important;
    box-shadow: none !important;
    margin: 0 auto;
    max-width: fit-content;
    flex-wrap: nowrap;
    border-radius: 50px !important;
    margin-bottom: 30px;
}

.pricing_section .price_tab_two li.nav-item {
    display: block;
    width: 100%;
}

.pricing_section .price_tab_two li.nav-item .nav-link {
    display: block;
    cursor: pointer;
}

.pricing_section .price_tab_two li.nav-item .nav-link {
    color: #4E4E4E;
    background: none !important;
    border-radius: 50px !important;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    transition: all .5s;
}

/* .pricing_section .price_tab_two li.nav-item .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #26A1EE 0%, #3172FF 100%);
    opacity: 0;
} */

.pricing_section .price_tab_two li.nav-item .nav-link.active_hover,
.pricing_section .price_tab_two li.nav-item .nav-link.active {
    /* background: linear-gradient(180deg, #26A1EE 0%, #3172FF 100%); */
    color: var(--text-white);
    background: linear-gradient(180deg, #26A1EE 0%, #3172FF 100%) !important;
}

.pricing_section .price_tab_two li.nav-item .nav-link.active::before {
    opacity: 100%;
}

.pricing_section .price_tab_two li.hover_bg {
    background: linear-gradient(180deg, #26A1EE 0%, #3172FF 100%);
    border-radius: 50px;
    display: block !important;
    border-radius: 50px;
    display: none !important;
}

.pricing_section .price_info_two .price_head .p_head {
    width: calc(100% / 5);
    background: #002C7F;
    padding: 25px 0px;
}

.pricing_section .price_info_two .price_head .p_head h5,
.pricing_section .price_info_two .price_head .p_head h4 {
    color: var(--text-white);
    font-size: 22px;
    font-weight: 600;
}

.pricing_section .price_info_two .pr_list {
    display: block !important;
}

.pricing_section .price_info_two .price_item {
    width: calc(100% / 1);
    margin: 0;
    border: 0;
    box-shadow: none !important;
    min-height: 60px;
    cursor: unset;
}

.pricing_section .price_info_two .price_item h5 {
    font-weight: 600;
    font-size: 20px;
    color: #263543;
}

.pricing_section .price_info_two .price_item.price_item_title {
    /* background: linear-gradient(180deg, #26A1EE 0%, #3172FF 100%); */
    background: var(--primary);
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}

.pricing_section .price_info_two .price_item.price_item_title h5::before {
    display: none !important;
}

.pricing_section .price_info_two {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: none !important;
}

.pricing_section .price_info_two .price_item.price_item_title h5 {
    padding: 0 20px !important;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: var(--text-white);
    /* line-height: 60px; */
}

.pricing_section .price_info_two .price_item:before {
    color: var(--text-light);
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 768px) {
    .pricing_section .price_info_two .pr_list {
        display: flex !important;
        align-items: center;
    }

    .pricing_section .price_info_two .price_item {
        width: calc(100% / 5);
        min-width: 20%;
        float: unset;
        display: block;
        width: 20% !important;
        max-width: 20%;
    }

    .pricing_section .price_info_two.with_4_columns .price_item {
        width: calc(100% / 4);
        min-width: 25%;
        float: unset;
        display: block;
        width: 25% !important;
        max-width: 25%;
    }

    .about_banner_area .banner_text {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: fit-content;
        height: fit-content;
        margin: auto;
    }

    .support_integration_area .row .content-col {
        position: relative;
        left: -20px;
    }

    .login_area {
        min-height: 100vh;
        position: relative;
        display: flex;
        align-items: center;
    }

    .login_area::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background: #F3F6FB;
    }

    .login_area .container {
        margin: auto;
    }

    .h_footer_dark .otherLinks {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .h_footer_dark .otherLinks h3 {
        border-bottom: 0;
        border-right: 1px solid #B5B5B5;
    }

    .h_footer_dark .otherLinks h3 a {
        padding: 0px 10px 0 0;
    }
}

@media only screen and (max-width: 450px) {
    .pricing_section .price_tab_two {
        border-radius: 10px !important;
        flex-wrap: wrap;
    }

    .pricing_section .price_tab_two li.nav-item .nav-link {
        color: #4E4E4E !important;
        border-radius: 10px !important;
    }

    .pricing_section .price_tab_two li.nav-item .nav-link.active {
        background: linear-gradient(180deg, #26A1EE 0%, #3172FF 100%) !important;
        color: var(--text-white) !important;
    }
}

@media only screen and (max-width: 769px) {
    .pricing_section .price_info_two .pr_list {
        display: block !important;
        color: var(--text-white);
    }

    .pricing_section .price_info_two .price_item {
        display: block !important;
        width: 100% !important;
        position: relative !important;
        overflow: hidden !important;
        padding: 0px !important;
        max-width: 100%;
    }

    .pos_developer_product_area .developer_product_content .develor_tab {
        white-space: nowrap;
        display: flex;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;

        &::-webkit-scrollbar {
            display: none;
        }
    }

    .pos_developer_product_area .developer_product_content .develor_tab .nav-item {
        display: inline-block;
    }
}

@media only screen and (min-width: 992px) {

    .h_security_area .media.h_security_item::before,
    .h_security_area .media.h_security_item::after {
        display: block !important;
    }

    /* .h_security_area .row .col-12 .media .img_box::before,
    .h_security_area .row .col-12 .media .img_box::after {
        display: block !important;
    } */
}

@media only screen and (min-width: 1200px) {}