/* prefix css start */
* {
    padding: 0;
    margin: 0;
    outline: 0;
}

.hero-bttm-img-wrap img {
    width: 100%;
    object-fit: cover;
}

ol,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
i,
button,
strong,
u,
sub,
sup,
span,
textarea,
table tr td,
select,
input {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}
/* 
h1,
h2 {
    font-size: 60px;
    line-height: 72px;
}

h3,
h4 {
    font-size: 40px;
    line-height: 52px;
}

h5,
h6 {
    font-size: 30px;
    line-height: 42px;
}

p {
    font-size: 16px;
    line-height: 23px;
} */

body {
    background-color: #fff;
    font-family: 'Red Hat Display', sans-serif;
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

.form-control:focus-within,
button:focus-within {
    box-shadow: none !important;
    font-family: 'Inter', sans-serif;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

/* prefix css end */


/* common css start */

.common-heading {
    text-align: center;
    margin-bottom: 2rem;
}

.common-heading h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: #243561;
    margin-bottom: 4px;
}

.common-heading h2 span {
    color: #087DF9;
    display: inline-block;
}

.common-heading p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: rgba(36, 53, 97, 0.751);
}

.pa-y4 {
    padding: 6rem 0;
}

/* common css end */

/* header css start */
.header_section {
    padding-bottom: 10px;
}

.header_section .navbar-brand img{
    width: 140px;
}

.header_section .navbar-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #243561;
    margin-left: 12px;
    position: relative;
    transition: all linear .3s;
}

.header_section .navbar-nav .nav-item .nav-link:before {
    position: absolute;
    content: "";
    left: 5%;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: #087DF9;
    transition: all linear .3s;
}

.header_section .navbar-nav .nav-item .nav-link:hover:before {
    width: 90%;
}

.header_section .navbar-nav .nav-item .nav-link.active,
.header_section .navbar-nav .nav-item .nav-link:hover {
    color: #087DF9;
}

.header_section .d-flex {
    border-left: 1px solid rgba(36, 53, 97, 0.571);
    margin-left: 12px;
    padding-left: 10px;
}

.header_section .d-flex a:first-child {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #087DF9;
    background: transparent;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    transition: all linear .2s;
    border: 1px solid transparent;
    margin-right: 1rem;
}

.header_section .d-flex a:first-child:hover {
    background: #087DF9 !important;
    color: #fff !important;
}

.mobile-bttn,
.header_section .d-flex a:last-child {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.025em;
    color: #fff;
    background: #087DF9;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    transition: all linear .2s;
    border: 1px solid #087DF9;
}

.mobile-bttn{
    margin-right: 10px;
    font-size: 12px;
    padding: 8px 15px;
    background: #1D93FE;
}

.mobile-bttn:hover,
.header_section .d-flex a:last-child:hover {
    background: #fff !important;
    color: #087DF9 !important;
}

/* header css end */


/* hero css start */
.hero-section {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.hero-txt-wrap {
    margin-top: 2rem;
    text-align: center;
}

.hero-txt-wrap h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1D93FE;
}


.hero-txt-wrap h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: #243561;
    margin-top: 1rem;
}

.hero-txt-wrap h1 span {
    color: #1D93FE;
}

.hero-txt-wrap p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: rgba(14, 23, 95, 0.75);
    margin-top: 1rem;
}

.hero-txt-wrap .hero_btn {
    margin-top: 2rem;
}

.hero-txt-wrap .hero_btn a:first-child {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.025em;
    color: #fff;
    background: #087DF9;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    padding: 15px 40px;
    transition: all linear .2s;
    border: 1px solid #087DF9;
}

.hero-txt-wrap .hero_btn a:first-child svg {
    margin-left: 12px;
}

.hero-txt-wrap .hero_btn a:first-child:hover {
    background: transparent;
    color: #077DF9;
}

.hero-txt-wrap .hero_btn span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #243561;
    display: block;
    opacity: 0.75;
    margin-top: 10px;
}

.hero-bttm-img-wrap {
    text-align: center;
    margin-top: 1rem;
}

/* hero css end */


/* feature css start */
.feature-box-wrap {
    border: 2px solid rgba(18, 25, 51, 0.1);
    border-radius: 10.1892px;
    padding: 1.8rem 2rem;
    margin-top: 1.5rem;
}

.feature-box-wrap span {
    background: rgba(29, 147, 254, 0.1);
    border: 2px solid #1D93FE;
    border-radius: 10.9954px;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feature-box-wrap h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 26.3889px;
    line-height: 35px;
    letter-spacing: -0.02em;
    color: #121933;
    margin: 0.8rem 0;
}

.feature-box-wrap p {
    font-style: normal;
    font-weight: 500;
    font-size: 17.5926px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: rgba(18, 25, 51, 0.5);
}

/* feature css end */

/* pricing css start */

.pricing-box-wrap {
    border: 1.66132px solid rgba(18, 25, 51, 0.1);
    border-radius: 8.46375px;
    padding: 2rem;
    margin-top: 1.5rem;
    min-height: 470px;
}

.pricing-box-wrap img {
    max-width: 150px;
}

.pricing-box-wrap h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 28.5071px;
    line-height: 38px;
    letter-spacing: -0.02em;
    color: #121933;
    margin: 1rem 0;
}

.pricing-box-wrap span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: rgba(18, 25, 51, 0.5);
    display: block;
}

.pricing-box-wrap h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.02em;
    color: #1D93FE;
    margin-top: .5rem;
}


.pricing-box-wrap p {
    font-style: normal;
    font-weight: 500;
    font-size: 19.0047px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: rgba(18, 25, 51, 0.5);
    margin-bottom: 1.2rem;
    margin-top: 1rem;
}

.pricing-box-wrap ul {
    margin-bottom: 1.5rem;
}

.pricing-box-wrap ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 19.0047px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: rgba(18, 25, 51, 0.5);
    margin-bottom: .2rem;
    display: flex;
    align-items: center;
}

.pricing-box-wrap ul li svg {
    font-size: 5px;
    margin-right: 8px;
}

.pricing-box-wrap a {
    background: rgba(29, 147, 254, 0.25);
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    display: block;
    width: 100%;
    text-align: center;
    color: #1D93FE;
    padding: 14px 30px;
    transition: all linear .3s;
}


.pricing-box-wrap a:hover {
    background: #1D93FE;
    color: #fff;
}

.pricing-box-wrap a svg {
    margin-left: 8px;
}

.add-label h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 28.5071px;
    line-height: 38px;
    letter-spacing: -0.02em;
    color: #121933;
    margin-top: 1rem;
}

/* pricing css end */


/* feedback css start */


.feedback-wrap {
    padding: 1.4rem;
    margin-top: 2rem;
    border: 1px solid rgba(18, 25, 51, 0.1);
    border-radius: 8px;
}

.feedback-wrap h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: #0F141E;

}

.feedback-wrap p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #0F141E;
    margin: 12px 0px;
}

.feedback-wrap h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: #0078FF;
}

.feedback-wrap .d-flex {
    align-items: center;
    justify-content: space-between;
}

.feedback-wrap .d-flex ul li {
    display: inline-block;
}

.feedback-wrap .d-flex svg {
    color: #1B8AEF;
    margin-left: 4px;
}

/* feedback css end */

/* faq css start */
.faq-ask-wrap .accordion .accordion-item {
    border: 1.88335px solid rgba(18, 25, 51, 0.1);
    border-radius: 12px !important;
    box-sizing: border-box;
    margin-bottom: 1.1rem;
}


.faq-ask-wrap .accordion .accordion-item button {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    color: #121933;
    padding: 1rem !important;
    background-color: transparent;
    border-bottom: 0px !important;
}


.accordion-button::after {
    flex-shrink: 0;
    content: "+";
    background-image: none;
    transition: all linear .3s;
    font-size: 26px;
    color: #0E185F;
}


.faq-ask-wrap .accordion .accordion-item p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 225.22%;
    color: rgba(18, 25, 51, 0.75);
}

.accordion-body {
    padding-top: 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(135deg);
    color: #0078FF;
}

.border-custom {
    background: rgba(27, 138, 239, 0.05);
    border-color: #1B8AEF !important;
}

.border-custom.accordion-item button {
    color: #087DF9 !important;
}

/* faq css end */

/* join css start */

.join-bttn .media {
    border: 2px solid rgba(18, 25, 51, 0.1);
    border-radius: 10px;
    align-items: center;
    padding: 10px 20px;
}

.join-bttn .media img {
    margin-right: 8px;
}

.join-bttn .media h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 110%;
    color: #243561;

}

.join-bttn .media p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: rgba(36, 53, 97, 0.5);
    margin-top: 4px;
}

.join-bttn .media-body p a {
    color: #1D93FE;
    text-decoration: underline;
}

/* join css end */


/* footer css start */
.footer_section {
    background: #243561;
    padding: 3rem 0 2rem;
}

.ftr-logo p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 1.2rem;
}

.ftr-logo p a {
    color: #087DF9;
}


.ftr-links h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.ftr-links ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.75);
    display: block;
    margin-bottom: 1.1rem;
}

.ftr-btm-menu {
    margin-top: 3rem;
}

.ftr-btm-menu ul li {
    display: inline-block;
}

.ftr-btm-menu ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    display: block;
    margin-right: 1rem;
}

.ftr-social {
    margin-top: 2rem;
}

.ftr-social ul {
    text-align: right;
}

.ftr-social ul li {
    display: inline-block;
}

.ftr-social ul li span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.75);
    margin-right: 1rem;
}

.ftr-social ul li a {
    margin-right: 1rem;
}

.ftr-social ul li a svg {
    color: #fff;
    font-size: 25px;
}

/* footer css end */

/* error css start */

.error-txt {
    text-align: center;
}

.error-txt h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1D93FE;
    margin-top: 1rem;
}

.error-txt h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: #243561;
    margin-bottom: 1.5rem;
}

.error-txt a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.025em;
    color: #fff;
    background: #087DF9;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    padding: 15px 40px;
    transition: all linear .2s;
    border: 2px solid #087DF9;
}

.error-txt a svg {
    margin-right: 8px;
}

.error-txt a:hover {
    background-color: transparent;
    color: #087DF9;
}

/* error css end */



/* tos css start */

.tos-main-box p {
    font-style: normal;
    font-weight: 500;
    font-size: 18.2687px;
    line-height: 28px;
    color: rgba(36, 53, 97, 0.6);
    margin-top: 1rem;
}

.tos-main-box h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 22.3284px;
    line-height: 28px;  
    color: #243561;
    margin-bottom: 1rem;
    margin-top: 1rem;
}


.tos-main-box ul {
    margin-left: 1rem;
}
.tos-main-box ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 18.2687px;
    line-height: 28px;
    color: rgba(36, 53, 97, 0.6);
}

.tos-main-box ul li .media {
    align-items: flex-start;
}

.tos-main-box ul li .media svg {
    font-size: 6px;
    margin-right: 8px;
    display: inline-block;
    margin-top: 12px;

}

.tos-head p {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 110.4%;
    color: rgba(255, 255, 255, 0.753);
    margin-top: 1rem;
}

/* tos css end */

/* Extra small devices (portrait phones, less than 576px) XS */
@media(min-width: 320px) and (max-width: 575px) {
    .header_section  .navbar-light .navbar-toggler{
        border-color: #038AED;
    }
    .header_section  .navbar-light .navbar-toggler svg{
        color: #038AED;
        font-size: 20px;
    }
    .header_section .navbar-nav .nav-item .nav-link{
        text-align: center;
        margin-top: 1rem;
        margin-left: 0;
    }
    .header_section .d-flex{
        margin-top: 2rem;
        justify-content: center;
        border-left: 0px;
        padding-left: 0;
        margin-left: 0;
    }
    .hero-txt-wrap h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .hero-txt-wrap p{
        font-size: 16px;
        line-height: 22px;
    }
    br{
        display: none;
    }
    .hero-txt-wrap .hero_btn a{
        padding: 12px 15px!important;
        font-size: 16px;
    }
    
    .header_section .navbar-brand img{
        width: 100px;
    }

    .pa-y4{
        padding: 2rem 0;
    }
    .error-txt h1,
    .common-heading h2{
        font-size: 32px;
        line-height: 40px;
    }
    .common-heading p{
        font-size: 14px;
        line-height: 21px;
    }

    .add-label h3{
        font-size: 20px;
    }

    .pricing-box-wrap .d-flex{
        flex-direction: column;
        margin-bottom: 1rem;
    }
    .join-bttn .media{
        margin-bottom: 12px;
    }

    .join-bttn .media h6{
        font-size: 18px;
    }
    .ftr-logo{
        margin-bottom: 2rem;
    }

    .ftr-btm-menu{
        margin-top: 1rem;
        text-align: center;
    }
    .tos-main-box p{
        font-size: 14px;
        line-height: 21px;
    }
    .join-bttn .media img{
        width: 40px;
    }
    .ftr-logo img{
        width: 130px;
    }
            
}

/* Small devices (landscape phones, 576px and up) SM */
@media (min-width: 576px) and (max-width: 767px) {
    .header_section  .navbar-light .navbar-toggler{
        border-color: #038AED;
    }
    .header_section  .navbar-light .navbar-toggler svg{
        color: #038AED;
        font-size: 20px;
    }
    .header_section .navbar-nav .nav-item .nav-link{
        text-align: center;
        margin-top: 1rem;
        margin-left: 0;
    }
    .header_section .d-flex{
        margin-top: 2rem;
        justify-content: center;
        border-left: 0px;
        padding-left: 0;
        margin-left: 0;
    }
    .hero-txt-wrap h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .hero-txt-wrap p{
        font-size: 16px;
        line-height: 22px;
    }
    br{
        display: none;
    }
    .hero-txt-wrap .hero_btn a{
        padding: 12px 15px!important;
        font-size: 16px;
    }
    
    .header_section .navbar-brand img{
        width: 100px;
    }

    .pa-y4{
        padding: 2rem 0;
    }
    .error-txt h1,
    .common-heading h2{
        font-size: 32px;
        line-height: 40px;
    }
    .common-heading p{
        font-size: 14px;
        line-height: 21px;
    }

    .add-label h3{
        font-size: 20px;
    }

    .pricing-box-wrap .d-flex{
        flex-direction: column;
        margin-bottom: 1rem;
    }
    .join-bttn .media{
        margin-bottom: 12px;
    }

    .join-bttn .media h6{
        font-size: 18px;
    }
    .ftr-logo{
        margin-bottom: 2rem;
    }

    .ftr-btm-menu{
        margin-top: 1rem;
        text-align: center;
    }
    .tos-main-box p{
        font-size: 14px;
        line-height: 21px;
    }
    .join-bttn .media img{
        width: 40px;
    }
    .ftr-logo img{
        width: 130px;
    }
}