body {
    margin: 0px auto;
    background: url("../images/header_circle.png") #1A1B1E;
    background-repeat: no-repeat;
    background-position: top left;
    line-height: normal;
    padding: 0px;
    font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0px;
    margin: 0 auto;
}

a,
i,
input[type='submit'],
button {
    transition: all 0.4s ease-in-out 0s;
    outline: none;
}

a {
    display: inline-block;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

input[type='submit']:hover {
    cursor: pointer;
}

ul {
    padding: 0px;
    margin: 0 auto;
}

ul li {
    list-style: none;
    padding: 0px;
}

img {
    display: inline-block;
}

header {
    float: left;
    width: 100%;
    /* padding: 25px 0; */
}

header nav.navbar.navbar-expand-lg {
    padding: 0 !important;
}

header nav.navbar.navbar-expand-lg a.navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
}

.main_menu ul li {
    padding: 0 15px;
}

.main_menu ul li a {
    padding: 0 !important;
    color: #D1F5F2 !important;
    font-weight: 400;
    line-height: 19.36px;
}

.header_dropdown button.btn.btn-secondary.dropdown-toggle {
    width: 193px;
    height: 54px;
    padding: 17px;
    border-radius: 8px;
    background: linear-gradient(94.17deg, #FF8000 0%, #81D8D0 54.5%, #3469B7 106.86%);
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    position: relative;
    color: #1A1B1E;
}

.header_dropdown button.btn.btn-secondary.dropdown-toggle::after {
    position: absolute;
    top: 23px;
    right: 17px;
    font-size: 18px;
}

.main_menu .header_dropdown ul li a {
    color: #1A1B1E !important;
}

section {
    float: left;
    width: 100%;
}

.pricing_sec {
    float: left;
    width: 100%;
    padding: 50px 0 80px;
}

.pricing_sec h2 {
    font-size: 52px;
    font-weight: 600;
    line-height: 62.93px;
    padding-bottom: 50px;
    color: #D9D9D9;
}

.pricing__box123 {
    position: relative;
    width: 100%;
    height: 100%;
}

.pricing__box123:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(139.44deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: subtract;
    z-index: 0;
    transition: all 0.4s ease-in-out 0s;
}

.pricing__box123:hover:before {
    background: linear-gradient(94.17deg, #FF8000 0%, #81D8D0 54.5%, #3469B7 106.86%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: subtract;
    z-index: 0;
}

.pricing__box {
    width: 99%;
    height: 100%;
    margin: 2px;
    background: linear-gradient(140.4deg, rgba(214, 218, 231, 0) 0.76%, rgba(255, 255, 255, 0.058) 50.98%, rgba(119, 122, 129, 0) 99.24%);
    border-radius: 16px;
    padding: 35px 25px 88px;
    position: relative;
    z-index: 1;
}

.pricing__box h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 38.73px;
    color: #D9D9D9;
    padding-bottom: 10px;
    transition: all 0.4s ease-in-out 0s;
}

.pricing__box123:hover h3 {
    background: linear-gradient(94.17deg, #FF8000 0%, #81D8D0 54.5%, #3469B7 106.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.pricing__box h4 {
    font-size: 64px;
    font-weight: 600;
    line-height: 77.45px;
    color: #D9D9D9;
    padding-bottom: 10px;
}

.pricing__box h5 {
    color: #D9D9D9;
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.63px;
    text-align: center;
    padding-bottom: 10px;
}

.pricing__box p {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    color: #D9D9D9;
}

.pricing__box ul {
    padding: 40px 0 30px;
}

.pricing__box ul li {
    padding-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    color: #D9D9D9;
    padding-left: 70px;
    position: relative;
}

.pricing__box ul li:before {
    content: "";
    width: 35px;
    height: 25px;
    position: absolute;
    left: 0;
    background: url("../images/check.png") no-repeat;
    background-size: 100% 100%;
}

.pricing__box_link {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 35px;
}

.pricing__box a {
    padding: 17px 27px;
    border-radius: 100px;
    background: #3469B7;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
}

.pricing__box123:hover a {
    background: linear-gradient(94.17deg, #FF8000 0%, #81D8D0 54.5%, #3469B7 106.86%);
    color: #000000;
}

.pricing__box_badge {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    background: #FF8000;
    position: absolute;
    left: -62.5px;
    top: -62.5px;
    text-align: center;
    padding-top: 13px;
}

.pricing__box_badge h6 {
    font-size: 39.29px;
    font-weight: 700;
    line-height: 1;
    color: #1F2023;
}

.pricing__box_badge h5 {
    font-size: 22.92px;
    font-weight: 700;
    line-height: 1;
    color: #1F2023;
}

.pricing__box_badge p {
    font-size: 14px;
    font-weight: 800;
    line-height: 16.94px;
    color: #1F2023;
}

footer {
    float: left;
    width: 100%;
    /* background: url("../images/footer_bg.png"); */
    background-size: 100% 100%;
}

.top_footer {
    float: left;
    width: 100%;
    padding: 80px 0 50px;
    border-bottom: 1px solid #404347;
}

/* footer img {
    width: 100%;
} */

p.footer_about {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    color: #D6DAE7;
    padding-top: 20px;
}

footer h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 29.05px;
    color: #D6DAE7;
    padding-bottom: 15px;
}

ul.footer_social li:first-child {
    padding-bottom: 8px;
}

ul.footer_social li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    color: #D6DAE7;
}

ul.footer_social li a span {
    text-decoration: underline;
    margin-left: 10px;
}

ul.footer_menu li:first-child {
    padding-bottom: 8px;
}

ul.footer_menu li a {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.94px;
    color: #D6DAE7;
}

p.newsletter_txt {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    color: #FFFFFF;
    padding-bottom: 15px;
}

form.newsletter_form {
    position: relative;
}

.newsletter-container {
    position: relative;
    width: 100%;
}

.newsletter_email_field {
    width: 99%;
    height: 54px;
    background: #E4E6EC;
    border-radius: 100px;
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    border: none;
    position: relative;
    z-index: 1;
    margin: 2px;
    outline: none;
}

/* 
.newsletter-container::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    bottom: -2px;
    border-radius: 100px;
    padding: 2px;
    background: linear-gradient(94.17deg, #FF8000 0%, #81D8D0 54.5%, #3469B7 106.86%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: subtract;
    z-index: 0;
} */

input.newsletter_submit_field {
    width: 127.74px;
    height: 38.15px;
    border-radius: 100px;
    z-index: 9;
    border: 0;
    background: linear-gradient(90deg, #81D8D0 0%, #3469B7 100%);
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    color: #1E2227;
    position: absolute;
    top: 10px;
    right: 12px;
}

.scnd_footer {
    float: left;
    width: 100%;
    padding: 30px 0 25px;
}

.scnd_footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.scnd_footer ul li {
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
    color: #ffffff;
}

.scnd_footer ul li a {
    color: #ffffff;
}


/* Pricing and Plans Start */
.newsletter_submit_field {
    width: 127.74px;
    height: 38.15px;
    border-radius: 100px;
    z-index: 9;
    border: 0;
    background: linear-gradient(90deg, #81D8D0 0%, #3469B7 100%);
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    color: #1E2227;
    position: absolute;
    top: 10px;
    right: 12px;
}

.btn_portal {
    width: 193px;
    height: 54px;
    padding: 17px;
    border-radius: 8px;
    background: linear-gradient(94.17deg, #FF8000 0%, #81D8D0 54.5%, #3469B7 106.86%);
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    position: relative;
    color: #1A1B1E;

}

.btn_portal:active,
.btn_portal:hover,
.btn_portal:focus-visible {
    color: #1A1B1E !important;
}

.dropdown-pricing {
    /* text-align: center; */
    background-color: #FFF;
    color: #092668;
    border: 1px solid #092668;
    font-size: 1rem;
    border-radius: 16px;
    padding: 0.75rem 1rem;
}

.select-user-modal .cancel {
    background-color: #6c757d;
    padding: 15px 30px;
    border-radius: 10px;
    color: #ffff;
    font-size: 16px;
    border: none;
    margin-top: 0px;
}

.select-user-modal .proceed {
    background-color: #092668;
    padding: 15px 30px;
    border-radius: 10px;
    color: #ffff;
    font-size: 16px;
    border: none;
    margin-top: 0px;
}

@media only screen and (max-width: 1240px) and (min-width: 768px) {
    .pricing__box_badge {
        left: -31.5px;
        top: -40.5px;
    }

    .pricing__box_badge h6 {
        font-size: 25.29px;
    }

    .pricing__box_badge h5 {
        font-size: 18.92px;
    }

    .pricing__box_badge {
        width: 110px;
        height: 110px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 200px) {
    .pricing__box {
        height: auto;
    }

    .pricing_sec {
        float: left;
        width: 100%;
        padding: 50px 0 50px;
    }


    .pricing__box_badge {
        top: -50px !important;
    }

    .pricing__box_badge h6 {
        font-size: 20px;
    }

    .pricing__box_badge h5 {
        font-size: 14px;
    }

    .pricing__box_badge {
        width: 90px;
        height: 90px;
    }
}

.terms-footer:hover {
    color: var(--cyan);
}

.select-user-modal .modal-content {
    background-color: #1a1b1e;
    color: #fff;
    border: 1px solid rgba(228, 230, 236, .1);
    -webkit-backdrop-filter: blur(5rem);
    backdrop-filter: blur(5rem);
    background-image: linear-gradient(279deg, rgba(255, 128, 0, .05), rgba(129, 216, 208, .05) 54%, rgba(52, 105, 183, .05));
    border-radius: .5rem;
    transform: translate(0);
}

.select-user-modal .modal-content .modal-footer {
    border-top: 1px solid rgba(228, 230, 236, .1);
}

.select-user-modal .modal-content .modal-header {
    border-bottom: 1px solid rgba(228, 230, 236, .1);
}


.auth-btn {
    border-radius: 30px !important;
    background-color: #3469b7 !important;
    font-weight: 700;
    font-size: 18px;
    min-width: 8.938rem;
    transition: all .2s;
}

.auth-btn:hover {
    filter: brightness(130%);
    transform: scale(1.05);
    background-color: #3469b7;
}

.close-btn {
    border-radius: 30px !important;
    font-weight: 700;
    font-size: 18px;
    min-width: 8.938rem;
    transition: all .2s;
}

.close-btn:hover {
    filter: brightness(130%);
    transform: scale(1.05);
}


.modal-input {
    font-size: 1.125rem;
    height: 38px;
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-color: #9ca0ab;
    margin-bottom: 2rem;
    padding: 0px 10px;
    background-color: #1a1b1e;
    border: 0px !important;
    border-radius: 8px;
    color: #fff;
    width: 100%;
}

/* Pricing and Plans End */

.btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
    opacity: 1 !important;
}

@media only screen and (max-width: 767px) and (min-width: 200px) {
    .footer-row-main .col {
        flex: none;
        width: 100%;
    }

    .heading.is-details {
        text-align: start;
    }
}