/*------------------------------
    Template name: Bootstrap 5 Center logo 
    Author name: Md Enjamul Islam
    Author URI: https://github.com/mdenjamulislam
--------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

#header {
    background: #FFFFFF;
    position: fixed;
    top: 0px;
    width: 100%;
    /* box-shadow: 20px -6px 20px 4px #ffebd8; */
    border-bottom: solid 1px #e7dfdf;
    z-index: 999;
}


a {
    text-decoration: none;
}

@font-face {
    src: url(./fonts/GeneralSans_Complete/Fonts/OTF/GeneralSans-Bold.otf) format('truetype');
    font-family: 'GeneralSans-Bold';
}

.GeneralSans-Bold {
    font-family: 'GeneralSans-Bold';
}

@font-face {
    src: url(./fonts/GeneralSans_Complete/Fonts/OTF/GeneralSans-Light.otf) format('truetype');
    font-family: 'GeneralSans-Light';
}

.GeneralSans-Light {
    font-family: 'GeneralSans-Light';
}

@font-face {
    src: url(./fonts/GeneralSans_Complete/Fonts/OTF/GeneralSans-Medium.otf) format('truetype');
    font-family: 'GeneralSans-Medium';
}

.GeneralSans-Medium {
    font-family: 'GeneralSans-Medium';
}

img {
    width: 100%;
}

.range {
    max-width: 135px;
}

.navbar {
    /* padding: 15px 0; */
    height: 72px;
}



.navbar a {
    text-decoration: none;
}

h2.logo {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}

h2.logo strong {
    font-size: 35px;
    color: #EDF828;
    font-weight: 600;
}

h2.center-logo {
    margin: 0 25px;
}

#navbarSupportedContent {
    justify-content: space-between;
}

ul.navbar-nav {
    background: white;
}

ul.navbar-nav li.nav-item {
    margin-right: 25px;
}

ul.navbar-nav li.nav-item:last-child {
    margin-right: 0;
}

ul.navbar-nav li.nav-item a.nav-link {
    color: #455468;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #EDF828;
}

ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #EDF828;
    cursor: pointer;
}

.font {
    font-family: 'GeneralSans-Light';
    font-weight: 500;
    font-size: 16px;
}


/* button */
.ertica h6 {
    color: #8897AE;
    font-family: 'GeneralSans-Light';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.2px;
}

.btn1 {
    font-size: 1. 1em;
    /* padding: 13px 55px 13px 21px; */
    padding: 7px 46px 7px 18px;
    background-color: #1f54ea;
    color: #fff;
    border-radius: 50px;
    margin: auto;
    border: 2px solid #1f54ea;
}

.btn1:hover {
    background-color: #FFF6ED;
    color: #1f54ea;
    border: 2px solid #1f54ea;
    cursor: pointer;
}

.btn1:hover .ico {
    margin-left: 8px;
    background-color: #1f54ea;
    color: white;
    transform: rotate(360deg);
    cursor: pointer;
}

.btn1:active {
    background-color: #1f54ea;
    color: white;
}


.ico {
    transition: all 0.5s;
    background: #FFF6ED;
    color: #1f54ea;
    width: 38px;
    height: 38px;
    padding: 10px;
    border-radius: 20px;
    position: absolute;
    margin-left: 8px;
    margin-top: -7px;
}













.btn_4 {
    font-size: 1. 1em;
    padding: 10px 53px 10px 14px;
    /* padding: 8px 47px 8px 9px; */
    background-color: #1f54ea;
    color: #fff;
    border-radius: 50px;
    margin: auto;
    border: 2px solid #1f54ea;
}

.btn_4:hover {
    background-color: #FFF6ED;
    color: #1f54ea;
    border: 2px solid #1f54ea;
}

.btn_4:hover .ico4 {
    margin-left: 12px;
    background-color: #1f54ea;
    color: white;
    transform: rotate(360deg);
    cursor: pointer;
}

.btn_4:active {
    background-color: #1f54ea;
    color: white;
}

.ico4 {
    transition: all 0.5s;
    background: #FFF6ED;
    color: #1f54ea;
    width: 40px;
    height: 40px;
    padding: 13px;
    border-radius: 20px;
    position: absolute;
    margin-left: 13px;
    margin-top: -8px;

}


.icon_center {
    font-weight: 400 !important;
}

.bg_color {
    background-color: #F9FAFB;
}











.cover {
    height: auto;
}

.p-50 {
    padding-top: 150px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.full {
    width: 100%;
}

.gap {
    height: 30px;
    width: 100%;
    clear: both;
    display: block;
}

.footer {
    background: #F9FAFB;
    height: auto;
    padding: 50px 0px 50px 0px;
    position: relative;
    width: 100%;
    /* border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD; */
}

.footer p {
    margin: 0;
}


/* .footer img {
    max-width: 100%;
} */

.footer h3 {
    border-bottom: 1px solid #BAC1C8;
    color: #54697E;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}

.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}

.footer ul li a {
    padding: 10px 0 0px 0;
    display: block;
    font-family: 'GeneralSans-Light' !important;
    font-weight: 400;
    font-size: 16px;
}

.footer a {
    color: #455468;
}

.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.newsletter-box input#appendedInputButton {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}

.newsletter-box .btn {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    padding: 0;
    width: 100%;
    color: #fff;
}

.newsletter-box {
    overflow: hidden;
}

.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}

.social li {
    background: #5E718D;
    border: 2px solid #5E718D;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}

.social li a {
    color: #EDEFF1;
}

.social li:hover {
    border: 2px solid #2c3e50;
    background: #2c3e50;
    cursor: pointer;
}

.social li a {
    font-size: 16px;
    padding: 0 !important;
    color: #EDEFF1 !important;
}

.footer-bottom {
    background: #F9FAFB;
    /* border-top: 1px solid #DDDDDD; */
    padding-top: 10px;
}

.bot {
    border-top: 1px solid #DDDDDD;
    margin-bottom: 10px;
}

.footer-bottom p.pull-left {
    padding-top: 6px;
    margin-bottom: 6px;
    color: #5E718D;
}

.payments {
    font-size: 12;
    font-weight: 400;
    color: #5E718D;
}

.payments li a {
    color: #5E718D !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    color: #1f54ea !important;
    cursor: pointer;
}

/* .fo_padd {
    display: flex;
    justify-content: center;
} */

.icon_center {
    position: relative;
    bottom: 2px;
}

.search-box {
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 3px;
    padding: 3px 3px;
    border: 1px solid #E2E2E2;
}

.search-box:hover>.icon {
    background-color: #536179;
    cursor: pointer;
}

.icon {
    color: #EAFAF1;
    float: right;
    width: 40px;
    font-size: 1rem;
    height: 40px;
    border-radius: 10%;
    background: #1f54ea;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    cursor: pointer;
    text-decoration: none;
}

input {
    /* width: 0; */
    border: none;
    outline: none;
    background: none;
    font-size: 1.1rem;
    transition: 0.5s ease;
    line-height: 40px;
    color: #333;
    margin: -1px 0px !important;
}

input.text {
    color: #AFBACA;
}

.icon_pd {
    position: relative;
    left: 13px;
}

.fo_sub_tit {
    font-family: Inter;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.20000000298023224px;
    text-align: left;
    color: #455468;
}

.ertica .icon-pd1 {
    position: relative;
    left: 10px;
    color: white;
    transform: rotate(0deg);
    transition: all 0.5s;
}

.ertica .icon-pd1:hover {
    transform: rotate(360deg);
    transition: all 0.5s;
}

.fo_img {
    margin-top: 10px;
    width: 50%;
}

.fo_img1 {
    width: 35%;
    position: relative;
    bottom: 4px;
    left: 3px;
}

.fo_sub_tit1 {
    color: #8897AE;
    font-family: 'GeneralSans-Light';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.3px;
}

.badge {
    background-color: red;
    color: white;
    padding: 4px 8px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
}

.construction_badge {
    display: flex;
}

.badge_img {
    width: 20px;
}

@media only screen and (max-width:992px) {
    #mobilee {
        display: block;
    }

    #destopp {
        display: none;
    }
}

@media only screen and (min-width:993px) {
    #mobilee {
        display: none;
    }

    #destopp {
        display: block;
    }

}

.mb_img {
    width: 130px;
}
@media only screen and (max-width:425px) and (min-width: 225px) {
    /* .fo_padd {
        display: none;
    } */

    .mb_img {
        width: 130px;
    }

    .fo_pd1 {
        padding-left: 0px !important;
    }

    .footer-bottom p.pull-left {
        padding-top: 0px !important;
    }

    .mb_pd {
        padding-bottom: 20px;
    }
}

.fot1 {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
}

.fo_pd1 {
    padding-left: 30px;
}


/* image show */

.pink_mob {
    background-image: url(./assets/Group\ 48096672.svg);
    background-color: #C9F4FB;
    border: 1px solid #C9F4FB;
    border-radius: 24px;
    text-align: center;
    background-size: contain !important;
}

.pink_mob1 {
    background-image: url(./assets/Group\ 48096671.svg);
    background-color: #DBF6EE;
    border: 1px solid #DBF6EE;
    border-radius: 24px;
    text-align: center;
    background-size: contain !important;
}

.app-store-buttons {
    display: flex;
    justify-content: space-around;
    padding: 10px 100px;
}

.box_tit {
    font-family: 'GeneralSans-Light';
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.5px;
    color: #455468;
    ;
}

.pink_mob .img {
    width: 50%;
}

.pink_mob1 .img {
    width: 50%;
}

.hei_20 {
    height: 20px;
}

.box_tit1 {
    color: var(--Primary-Slate-900, #1C222B);
    text-align: center;
    font-family: 'GeneralSans-Medium';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    /* 122.222% */
    letter-spacing: -0.3px;
    padding: 0px 30px;
}

/* .ban_sec {
    background-image: url(./assets/banner.svg) !important;

    background: no-repeat;
    background-size: contain;
    height: 157vh;
} */

.ban_img {
    width: 100%;
    position: relative;
    /* position: relative !important; */
}

.centered {
    position: absolute;
    top: 22%;
    left: 51%;
    transform: translate(-50%, -50%);
}

.ban_img img {
    width: 100%;
}

.ban_text {
    /* position: absolute; */
    /* top: 300px;
        left: 300px; */
    text-align: center;
    /* -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); */
}

.ban_text span {
    font-family: 'GeneralSans-Medium';
    color: #1C222B;
    font-size: 40px;
    font-weight: bolder;
    text-align: center;
}

.ban_text {
    font-family: 'GeneralSans-Medium';
    color: #1C222B;
    font-size: 2vw;
    font-weight: bolder;
    text-align: center;
}

.ban_text1 {
    font-size: 1vw;
    font-weight: 400;
    line-height: 26px;
    font-family: 'GeneralSans-Light';
    text-align: center;
    color: #455468;
}

.ban_text p {
    font-size: 18px;
    font-weight: 400;
    /* line-height: 30px; */
    font-family: 'GeneralSans-Light';
    text-align: center;
    color: #455468;
    margin-top: 16px;
}

.ban_text a:hover {
    background: #50af47;
    cursor: pointer;
}





/* @media only screen and (max-width: 991px) {
    .ban_text strong {
        font-size: 35px;
        line-height: 40px;
    }
    .ban_text strong span {
        font-size: 28px;
        line-height: 35px;
        letter-spacing: 2px;
    } */
/* .ban_text p {
        font-size: 14px;
        line-height: 20px;
    } */
/* .ban_text a {
        font-size: 13.39px;
        line-height: 15px;
    } */


@media only screen and (max-width: 767px) and (min-width: 577px) {
    .ban_img img {
        min-height: 290px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 576px) {
    .ban_text p {
        margin-top: 0px;
    }
}





.play_img {
    background-image: url(./assets/phonephoto.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 27% 589px;
}

.customrow {
    display: flex;
    justify-content: space-evenly;
}

.pd-50 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.p1 {
    padding-top: 10px;
}

.item {
    width: 200px;
    height: 200px;
    margin: 50px auto;
    padding-top: 75px;
    background: rgba(255, 85, 0, .7);
    text-align: center;
    color: #4E4C48;
    font-size: 1.5em;
}


/* testimonial */

.text_1 {
    color: var(--Primary-Slate-900, #1C222B);
    font-family: 'GeneralSans-Medium';
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    /* 125% */
    letter-spacing: -1px;
}

.text_2 {
    color: var(--Primary-Slate-600, #455468);
    font-family: 'GeneralSans-Light';
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 30px;
    /* 166.667% */
    /* letter-spacing: -0.3px; */
}


/* no css affects the plugin except its style */

.body1 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    background: #f6f6f6;
    margin: 0 auto;
}

h1 {
    width: 100%;
    font-size: 40px;
    margin: 20px;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.item {
    background-color: black;
    color: #f6f6f6;
    padding: 4% 5%;
    font-size: 50px;
    width: 14%;
    margin: 10px;
}

.pd_1 {
    padding: 125px 0px 30px 0px;
}

.bord_btm {
    border-bottom: 1px solid #DDDDDD;
}

.padd_bt {
    padding-bottom: 70px;
}

.padd_top {
    padding-top: 60px;
    padding-bottom: 60px;
}

.btn-2 {
    color: #1f54ea;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.3px;
    text-decoration: none;
    border: thin solid #1f54ea;
    padding: 7px 14px;
    border-radius: 24px;
}


/* count */

.clr_pink {
    border: 1px solid #C9F4FB;
}

.clr_blue {
    border: 1px solid #DDDFFF;
}

.clr_ligblu {
    border: 1px solid #E2E2E2;
}

.clr_ligpnk {
    border: 1px solid #DBF6EE;
}

.clr_yel {
    border: 1px solid #E3E1DA;
}

.clr_ligp {
    border: 1px solid #FFDCDA;
}

.common_sep1 {
    display: flex;
    justify-content: flex-end
}

.copyrig p {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.20000000298023224px;
}

.lite_blue {
    background-color: #E8EDFF;
    border: 1px solid #1B4DFF;
    border-radius: 24px;
    padding: 2pc 2pc;
}

.comm_soon {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    background: #E8EDFF;
    border: 1px solid #042BB2;
    text-align: left;
    padding: 1px 16px;
    border-radius: 9px;
}

.bask_clr_pro {
    /* margin-top: 5pc; */
    background: linear-gradient(180deg, #F0F3F9 0%, rgba(240, 243, 249, 0) 100%);
}

.dif_ass img {
    width: 10%;
}

.dif_ass {
    border: 1px solid #ECEFF5;
    background: linear-gradient(106.95deg, rgba(215, 223, 233, 0.54) 0%, rgba(215, 223, 233, 0.54) 100%);
    padding: 25px;
    border-radius: 5px;
    margin: 1pc 0px;
}

.bask_clr_pro h3 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    /* letter-spacing: -0.5px; */
    text-align: left;
    margin-top: 1pc;
}

.bask_clr_pro p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    /* letter-spacing: -0.30000001192092896px; */
    text-align: left;
}

.mar_tp_bus {
    margin-top: 5pc;
}

.pro_bus h2 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_bus i {
    padding-right: 5px;
}

.pad_sec {
    padding: 50px 0px;
}

.elevate_div_bus h2 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    /* letter-spacing: -0.20000000298023224px; */
    text-align: left;
    display: flex;
    align-items: center;
}

.elevate_div_bus h3 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    /* letter-spacing: -1px; */
    text-align: left;
}

.elevate_div_bus p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    /* letter-spacing: -0.30000001192092896px; */
    text-align: left;
}

.elevate_div_bus i {
    padding-right: 5px;
}

.counterr_span {
    font-family: 'GeneralSans-Medium';
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    /* letter-spacing: -1px; */
    text-align: left;
    color: #042185;
    margin: 0px;
}

.coun_para {
    font-family: 'GeneralSans-Light';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.20000000298023224px;
    text-align: left;
    color: #5E718D;
    margin: 0px;
}

.card_couner {
    padding: 2pc 2pc;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    color: rgb(255, 255, 255, 50%);
    background-image: linear-gradient(135deg, rgb(255, 255, 255, 15%), rgb(21, 25, 31, 0%));
    transition: all ease;
    cursor: pointer;
    z-index: 5;
}

.clr_pink {
    background-color: #EDFBFE;
}

.clr_blue {
    background-color: #F4F5FF;
}

.clr_ligblu {
    background-color: #F5F5F5;
}

.clr_ligpnk {
    background-color: #EDFBF7;
}

.clr_yel {
    background-color: #F3F2EF;
}

.clr_ligp {
    background-color: #FFF5F4;
}

.mar_coun {
    margin: 1pc 0px;
}

.bus_para {
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: #8897AE;
}

.pad_bot5 {
    border-bottom: 50px;
}

.pad_top5 {
    padding-top: 50px;
}

.bac_con_bus {
    background: linear-gradient(180deg, #F0F3F9 0%, rgba(240, 243, 249, 0) 100%);
}

.pad_tb {
    padding: 25px 0px;
}

.read_bus h3 {
    font-family: Inter;
    font-size: 30px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: -0.5px;
    text-align: center;
    margin-top: 1pc;
    color: #1C222B;
}

.read_bus p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.30000001192092896px;
    text-align: center;
    color: #5E718D;
}

.co_for input[type=text],
select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.co_for input[type=submit] {
    width: 100%;
    background-color: #D26500;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.co_for textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #D7DFE9;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px !important;
    /* opacity: 0.5!important; */
    color: #8897AE !important;
}

input::placeholder {
    font-size: 16px !important;
    /* opacity: 0.5!important; */
    color: #8897AE !important;
}

.co_for input[type=submit]:hover {
    background-color: #D26500;
    cursor: pointer;
}

.co_for label {
    display: flex;
}

.co_for {
    width: 85%;
}

.wid_si {
    width: 10%;
}

.dis_fl {
    display: flex;
}

.common_sep {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.beta {
    font-family: Inter;
    font-size: 10px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.30000001192092896px;
    text-align: center;
    background-color: #E9EFF6;
    padding: 0px 13px;
    border: 1px solid #5E718D;
    border-radius: 9px;
    position: relative;
    bottom: 1pc;
    height: 2pc;
}

.comm_soon {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    background: #E8EDFF;
    border: 1px solid #042BB2;
    text-align: left;
    padding: 1px 16px;
    border-radius: 9px;
}

.lite_blue {
    background-color: #E8EDFF;
    border: 1px solid #1B4DFF;
    border-radius: 24px;
    padding: 2pc 2pc;
}

.user_app h3 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #1C222B;
}

.user_app p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.30000001192092896px;
    text-align: left;
    color: #3D4A5C;
}

.pos_re {
    position: relative;
}

.mob_impo img {
    position: absolute;
    bottom: 1pc;
}

.pb {
    padding-bottom: 50px;
}

.img_str {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2pc;
    margin-bottom: 2pc;
}

@media only screen and (max-width: 1200px) {
    .mob_impo img {
        position: absolute;
        bottom: 8pc;
        width: 38%;
    }
}

@media only screen and (max-width: 1024px) {
    .mob_impo img {
        position: absolute;
        bottom: 8pc;
        width: 40%;
    }
}

@media only screen and (max-width: 991px) {
    .image_none {
        background-image: unset !important;
        background-color: white;
        border-radius: 24px;
    }

    .mar_tp_bus {
        margin-top: 0px;
    }

    .spac {
        margin-top: 5pc;
    }

    .spac1 {
        margin-top: 5pc;
    }

    /* .mob_impo img {
            bottom: 1pc;
            width: 40%;
        } */
    .mob_impo img {
        bottom: 9pc;
        width: 40%;
    }

    .mar_mob_app {
        margin-top: 5pc !important;
    }

    .user_app h3 {
        font-size: 23px;
    }

    .beta {
        position: unset;
    }
}

@media only screen and (max-width: 763px) {
    .mob_impo img {
        bottom: 6pc;
        width: 30%;
    }

    .mar_mob_app {
        margin-top: 5pc !important;
    }

    .spac {
        margin-top: 5pc;
    }

    .spac1 {
        margin-top: 9pc;
    }

    .footer p a {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 600px) {
    .mob_impo img {
        position: relative;
        bottom: 9pc;
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .img_str img {
        width: 100%;
    }

    .spac {
        margin-top: 5pc;
    }

    .spac1 {
        margin-top: 9pc;
    }

    .mar_mob_app {
        margin-top: 0pc !important;
    }

    .mob_impo img {
        position: relative;
        bottom: 7pc;
        width: 100%;
    }
}


/* testimonial */

.section-borders span.black-border {
    background: #1f54ea;
    width: 20px;
    margin: 0 6px;
}

.client-testimonial-carousel .owl-dots button {
    height: 9px;
    background: #D7DFE9 !important;
    width: 9px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 50px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #1f54ea !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    border-radius: 24px;
    border: 1px solid #D7DFE9;
    padding: 20px;
    height: 280px;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.single-testimonial-item img {
    width: 30% !important;
    border-radius: 50%;
}

.teflex {
    display: flex !important;
    flex-wrap: nowrap !important;
}

.teflex1 {
    display: flex;
}

.te_text {
    font-family: 'GeneralSans-Light';
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: -0.30000001192092896px;
    text-align: left;
    color: #1C222B;
}

.sep_f {
    color: #455468;
    font-family: 'GeneralSans-Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: -0.3px;
}

.te_text1 {
    font-family: 'GeneralSans-Light';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.30000001192092896px;
    text-align: left;
    color: #455468;
}

.te_text2 {
    font-family: 'GeneralSans-Light';
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.30000001192092896px;
    text-align: left;
    color: #455468;
    padding-top: 15px
}

.t1 {
    padding: 0px !important;
    /* margin: 0px; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}

.navbar-toggler-icon {
    display: inline-block ;
    width: 1.5em !important;
    height: 1.5em !important;
    vertical-align: middle !important;
    background-repeat: no-repeat !important;
    background-position: none !important;
    background-size: 100% !important;
}

@media only screen and (max-width:900px) and (min-width: 225px) {
    .te_text2 {
        font-size: 16px;
    }

    .single-testimonial-item img {
        width: 25% !important;
    }
}


/* banner */

@media only screen and (max-width:2800px) and (min-width: 2001px) {
    .ban_text {
        padding-top: 60px;
    }

    /* .ban_text span {
        font-size: 50px;
    }
    .ban_text p {
        font-size: 20px;
        line-height: 40px;
    }
    .ban_text {
        font-size: 50px;
    } */
}

@media only screen and (max-width:2000px) and (min-width: 1441px) {
    .ban_text {
        padding-top: 170px;
    }

    /* .ban_text span {
        font-size: 50px;
    }
    .ban_text p {
        font-size: 20px;
        line-height: 40px;
    }
    .ban_text {
        font-size: 50px;
    } */
}

@media only screen and (max-width:1440px) and (min-width: 1400px) {
    .ban_text {
        padding-top: 150px;
    }

    .ban_text {

        font-size: 3vw;

    }

    .ban_text span {

        font-size: 3vw;

    }

    .ban_text p {

        font-size: 1.5vw;

    }

    .centered {

        top: 22%;
        left: 50%;

    }

}

@media only screen and (max-width:1399px) and (min-width: 1025px) {
    .ban_text {
        padding-top: 60px;
    }

    /* .ban_text span {
        font-size: 31px;
    }
    .ban_text p {
        font-size: 13px;
    }
    .ban_text {
        font-size: 31px;
    } */
}

@media only screen and (max-width:1024px) and (min-width: 769px) {
    .ban_text {
        padding-top: 180px;
    }

    .ban_text {

        font-size: 3vw;

    }

    .ban_text span {

        font-size: 3vw;

    }

    .ban_text p {

        font-size: 1.5vw;

    }

}

@media only screen and (max-width:768px) and (min-width: 426px) {

    /* .ban_text {
        padding-top: 145px;
    } */
    .ban_text {

        font-size: 3vw;

    }

    .ban_text span {

        font-size: 3vw;

    }

    .ban_text p {

        font-size: 1.5vw;

    }

}

@media only screen and (max-width:425px) and (min-width: 300px) {

    /* .ban_text {
        padding-top: 145px;
    } */
    .ban_text {

        font-size: 3vw;

    }

    .ban_text span {

        font-size: 3vw;

    }

    .ban_text p {

        font-size: 1.5vw;

    }

    /* .ban_text1  {
   
     line-height: 15px !important;
   
    } */

    .text_1 {
        font-size: 23px;
        line-height: 40px;
    }

    .ban_sec {
        background-position-y: 30px;
    }

    .box_tit1 {
        color: var(--Primary-Slate-900, #1C222B);
        font-size: 22px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.3px;
        padding: 0px 30px;
        line-height: 30px;
    }

    .app-store-buttons {
        padding: 0px 30px;
    }
}

.ps {
    padding: 25px 0px;
}

.t2 {
    display: flex;
    align-items: center;
    gap: 25px;
}

@media only screen and (max-width:1000px) and (min-width: 300px) {
    .t2 {
        align-items: center;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-end;
    }
}

.bachimg {
    background-image: url(image/bg_box.png);
    background-repeat: no-repeat;
    background-position: top right;

}

/* .bachimg{
    background-image:url(image/bg_box.png);
    background-repeat: no-repeat ;
    background-position: top right;
    
} */

.con_us {
    color: white !important;
}

.x_ic {
    display: none;
}
    .fent a span{
        font-family: Inter;
        font-size: 8px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
        border: 0px solid #5E718D;
        padding: 4px;
        border-radius: 5px;
        background: #E9EFF6;
    }