@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html,
head,
body,
footer {
    font-family: 'Roboto', sans-serif;
    color: #4a4c4f;
}

html {
    scroll-behavior: smooth;
    color: #4a4c4f;
    font-size: 16px;
}

body {
    overflow-y: scroll;
}


/* y là mất thanh cuộn ngang */

::-webkit-scrollbar {
    width: 10px;
}


/* Cho width cuộn chuột bằng 10px thì sẽ mất 2 nút trên dưới của thanh cuộn */

::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 5px;
}


/* css cuộn chuột thành tròn */


/* Color pick
#054b9e chủ đạo
#c1d2e4
#044a9e
#537fab
#7ca4c6
#729bcc
#316fb4
#3c7cbc
#494b4f
*/

.color-blue {
    color: #0078ff;
}

.text-blue {
    color: #044a9e;
}


/* Phần navbar */

.navbar-light .navbar-nav .nav-link.active {
    color: #044a9e;
}

.sticky-top {
    position: fixed;
    top: 0;
    width: 100%;
}

.navbar {
    background: #fff;
    padding-top: 5px;
    padding-bottom: 0;
    box-shadow: 1px 3px 4px 0 #adadad33;
    font-size: 14px;
    display: block;
}

.navbar-light .navbar-nav .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.3s;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    display: block;
    color: #333;
}

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #044a9e;
        transition: 0.3s;
    }

.navbar-brand {
    inset-inline-start: 30px;
}

    .navbar-brand img {
        height: auto;
        width: 180px;
        padding: 10px 0 20px 30px;
    }

.sm-menu {
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}

    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #2196F3;
    }

.navbar-toggler {
    outline: none !important;
}

.navbar-tog {
    color: #1ebdc2;
}

.container-tab {
    padding-top: 50px;
}

.tab-content {
    padding: 70px;
}

.tab-pane-img {
    text-align: center;
}

.container-solution {
    background-color: lightyellow;
}

.container-fluid-content {
    background-color: lightyellow;
    margin-top: 3em;
}

.container-tab ul {
    margin-top: 20px;
    inset-inline-start: 10em;
}

.container-tab a {
    padding: 20px 30px;
}

.container-tab li {
    margin: auto;
}

.megamenu-li {
    position: static;
}

.tab-content {
    text-align: left;
}

.tab-link {
    color: #b5b7bb;
}

    .tab-link.active {
        color: #0078ff;
        background-color: white;
        border-radius: 10px;
        border: 2px #0078ff solid;
    }

.tab-item {
    margin: 70px;
    font-size: 20px;
}

.nav-pills a {
    color: #b5b7bb;
}

.nav-pills .nav-link.active {
    background-color: white;
    color: #044a9e;
}

.tab-link-solution img {
    width: 50px;
    height: auto;
    margin-bottom: 20px;
}

.tab-solution {
    margin-bottom: 3em;
}

.tab-link-solution {
    text-align: center;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

    .megamenu > .container-fluid-megamenu-dropdown-item {
        display: block;
    }

.container-fluid-megamenu-dropdown {
    padding: 20px 30px 10px 50px;
    display: block;
}

.megamenu h6 {
    margin-left: 21px;
}

.megamenu i {
    font-size: 16px;
    color: #4a4c4f;
}

.hr-grey {
    width: 100px;
    height: 2px;
    background-color: #D8E1E9;
}

.hr-blue {
    width: 80px;
    height: 2px;
    background-color: #044a9e;
    margin: 16px 265px 16px 0px;
}

.hr-blue-center {
    width: 80px;
    height: 2px;
    background-color: #044a9e;
    margin-bottom: 50px;
}

.row-megamenu-dropdown-item i {
    margin-right: 1em;
}

.text-megamenu-dropdown-item1 {
    margin-left: 2.4em;
    color: #7f8289af;
}

.text-megamenu-dropdown-item2 {
    margin-left: 2.3em;
    color: #7f8289af;
}

.text-megamenu-dropdown-item3 {
    margin-left: 2.5em;
    color: #7f8289af;
}

.text-megamenu-dropdown-item4 {
    margin-left: 2.2em;
    color: #7f8289af;
}

.text-megamenu-dropdown-item5 {
    margin-left: 2.5em;
    color: #7f8289af;
}

.text-megamenu-dropdown-item6 {
    margin-left: 2.5em;
    color: #7f8289af;
}

.text-megamenu-dropdown-item7 {
    margin-left: 2.4em;
    color: #7f8289af;
}

.text-megamenu-dropdown-item8 {
    margin-left: 2.3em;
    color: #7f8289af;
}

.text-megamenu-dropdown-item9 {
    margin-left: 2.4em;
    color: #7f8289af;
}

.text-megamenu-dropdown-item10 {
    margin-left: 2.2em;
    color: #7f8289af;
}

.text-megamenu-dropdown-item11 {
    margin-left: 2.2em;
    color: #7f8289af;
}

.text-megamenu-dropdown-item12 {
    margin-left: 2.3em;
    color: #7f8289af;
}

.row-megamenu-dropdown-item a {
    color: #4a4c4f;
}

.row-title-megamenu-dropdown {
    padding-top: 10px;
}

.title-navbar-dropdown {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #4a4c4f;
}

.row-megamenu-dropdown-item a:hover {
    text-decoration: none;
    color: #044a9e;
    transition: 0.3s;
}

.title-navbar-dropdown:hover {
    text-decoration: none;
    color: #044a9e;
    transition: 0.3s;
}

.sub-menu-2 {
    border-left: 2px rgb(230, 225, 225) solid;
}

.row-megamenu-dropdown-item {
    position: relative;
    padding: 10px 40px 10px 40px;
}

.topbar {
    background-image: url('../images/main-Biztran.png');
    background-color: #034ea2;
    background-repeat: no-repeat;
    background-position: right bottom;
    /*background-size: cover;*/
    margin-bottom: 3em;
    margin-top: 6em;
    padding: 20px 50px 80px 50px;
}

#btn-carousel {
    border-radius: 50px;
}

.row-topbar h1 {
    font-weight: bolder;
    color: white;
    font-size: 45px;
}

.row-topbar p {
    font-size: 20px;
    line-height: 35px;
    color: white;
}

.row-topbar img {
    padding-top: 40px
}

.secondbar p {
    font-size: 18px;
}

.row-secondbar span {
    padding: 5em 50px 0 50px;
}

.row-secondbar h4 {
    font-size: 36px;
}

.secondbar h5 {
    margin-bottom: 3em;
}

.img-Barcode {
    padding-left: 8em;
    width: 80%;
}

.img-sinhtrachoc {
    padding-left: 6em;
    width: 70%;
}

.img-card {
    padding-left: 6em;
    width: 70%;
}

.container-seconbar {
    padding-top: 5em;
    padding-left: 50px;
    padding-right: 50px;
}

.row-content {
    padding-top: 3em;
}

.article-seconbar {
    padding-top: 2em;
    font-size: 20px;
}

.container-main {
    padding-bottom: 50px;
    scroll-behavior: smooth;
}

.key {
    background-image: linear-gradient(#5094e2, #2561ac);
    padding-top: 5rem;
    padding-bottom: 5rem;
    font-size: 18px;
    color: white;
}

.row-key1 {
    margin-top: 5em;
    margin-bottom: 3em;
}

.overlay {
    background: rgba(219, 218, 218, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.action-education {
    padding-top: 17em;
    padding-bottom: 17em;
    background-image: url('../images/education-page.png');
    background-position: center;
    position: relative;
    z-index: 1;
}

    .action-education p {
        font-size: 20px;
        z-index: 2;
    }

    .action-education h2 {
        padding-top: 4em;
        font-size: 40px;
    }

.action-eticket {
    padding-top: 17em;
    padding-bottom: 17em;
    background-image: url('../images/eticket-page.jpg');
    background-position: center;
    position: relative;
    background-size: cover;
    z-index: 1;
}

    .action-eticket p {
        font-size: 20px;
        z-index: 2;
    }

    .action-eticket h2 {
        padding-top: 4em;
        font-size: 40px;
    }

.action-enterprise {
    padding-top: 17em;
    padding-bottom: 17em;
    background-image: url('../images/enterprise-page.jpg');
    background-position: center;
    position: relative;
    background-size: cover;
    z-index: 1;
}

    .action-enterprise p {
        font-size: 20px;
        z-index: 2;
    }

    .action-enterprise h2 {
        padding-top: 4em;
        font-size: 40px;
    }

.action-transport {
    padding-top: 17em;
    padding-bottom: 17em;
    background-image: url('../images/transport-page.jpg');
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .action-transport h2 {
        padding-top: 4em;
        font-size: 40px;
    }

    .action-transport p {
        font-size: 20px;
    }

.benefit {
    padding: 0 3.8em 0 3.5em;
    margin-top: 5em;
    margin-bottom: 5em;
    display: flex;
    justify-content: stretch;
}

.top-benefit p {
    font-size: 18px;
}

.top-benefit {
    padding-bottom: 1em;
}

.row-benefit {
    margin-top: 5em;
    margin-bottom: 3em;
}

.meaning1 {
    padding: 5em 50px 5em 50px;
}

.row-industry {
    padding-bottom: 3em;
    font-size: 18px;
}

.info {
    background-image: linear-gradient(#5094e2, #2561ac);
    padding-top: 5em;
    padding-bottom: 5em;
    display: flex;
    justify-content: stretch;
    text-align: center;
    color: white;
}

    .info img {
        /*height: 280px;
    width: 320px;*/
    }

.footer-text_center {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

    .footer-text_center p {
        margin: auto;
        font-size: 15px;
    }

.help-tech {
    margin-top: 5em;
    background-color: #eee;
    padding-top: 6em;
    padding-bottom: 7em;
}

.container-tech {
    margin-top: 2em;
    border: 1px black solid;
    padding: 30px;
    background-color: white;
}

#btn-info a {
    color: black;
}

    #btn-info a:hover {
        text-decoration: none;
    }

#btn-info {
    background-color: white;
}

    #btn-info:hover {
        text-decoration: none;
    }

.container-fluid-page {
    padding: 3em 0 3em 3.8em;
    font-weight: bold;
}

    .container-fluid-page a {
        color: #494b4f;
    }

        .container-fluid-page a:hover {
            text-decoration: none;
        }

.row-info {
    margin-top: 5em;
}

.banner-Platform {
    padding: 10em 50px 5em 50px;
    background-image: url('../images/main-Biztran123.png');
    background-color: #0e9bd7;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.banner-Privacy {
    padding: 10em 50px 5em 50px;
    background-color: #0e9bd7;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.banner-content {
    padding: 3em 50px 5em 50px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.alignright {
    float: right;
    margin-left: 1rem;
}
.row-topbar1 h1 {
    font-weight: bolder;
    color: black;
    font-size: 45px;
}
    .banner-Platform h1 {
        font-size: 50px;
    }

    .banner-Platform p {
        font-size: 24px;
    }

.article-meaning1-blue {
    color: #044a9e;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner-solution {
    margin-top: 5em;
    padding-top: 12em;
    padding-bottom: 12em;
    background-image: url('../images/header-solution.png');
    background-position: center;
    background-size: cover;
}

    .banner-solution h1 {
        font-size: 44px;
    }

    .banner-solution p {
        font-size: 20px;
    }

.banner-industry {
    margin-top: 5em;
    padding-top: 15em;
    padding-bottom: 15em;
    background-image: url('../images/banner-industry.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}

    .banner-industry h1 {
        padding-top: 4em;
        font-size: 44px;
    }

    .banner-industry p {
        font-size: 20px;
        padding-bottom: 8em;
    }

.banner-industry-education {
    margin-top: 5em;
    padding-top: 4em;
    padding-bottom: 4em;
    background-color: #c00;
    background: -moz-linear-gradient(top,#6BACF0 20%,#D090E2 80%);
    background: -o-linear-gradient(top,#6BACF0 20%,#D090E2 80%);
    background: -ms-linear-gradient(top,#6BACF0 20%,#D090E2 80%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.2,#6BACF0),color-stop(0.8,#D090E2));
    color: white;
}

    .banner-industry-education h1 {
        font-size: 44px;
    }

    .banner-industry-education p {
        font-size: 20px;
    }

.banner-help {
    margin-top: 5em;
    padding-top: 12em;
    padding-bottom: 12em;
    background-image: url('../images/header-solution.png');
    background-position: center;
    background-size: cover;
}

.banner-contact {
    margin-top: 5em;
    padding-top: 10em;
    padding-bottom: 7em;
    background-image: url('../images/header-solution.png');
    background-position: center;
    background-size: cover;
}

    .banner-contact h1 {
        font-size: 44px;
    }

    .banner-contact p {
        font-size: 20px;
    }

.banner-industry-enterprise {
    margin-top: 5em;
    padding-top: 4em;
    padding-bottom: 4em;
    background-image: linear-gradient(#57bed9, #9fc9d4);
    color: #043169;
}

    .banner-industry-enterprise h1 {
        font-size: 44px;
    }

    .banner-industry-enterprise p {
        font-size: 20px;
    }

.banner-industry-eticket {
    margin-top: 5em;
    padding-top: 4em;
    padding-bottom: 4em;
    background-image: linear-gradient(70deg, white, #edeff4);
}

    .banner-industry-eticket h1 {
        font-size: 44px;
        color: #00a9c5;
    }

    .banner-industry-eticket p {
        font-size: 20px;
    }

.banner-industry-transport {
    margin-top: 5em;
    padding-top: 4em;
    padding-bottom: 4em;
    background-image: linear-gradient(80deg, #69d7f5, #5ccfea);
}

    .banner-industry-transport h1 {
        font-size: 44px;
        color: #044a9e;
    }

    .banner-industry-transport p {
        font-size: 20px;
    }

.form {
    background-color: #2daae0;
    padding: 0 50px 0 50px
}

    .form img {
        margin-top: 3em;
    }

.form-area {
    background-color: #fff;
    padding: 40px;
}

.row-form {
    padding-top: 3em;
    padding-bottom: 3em;
}

    .row-form h3 {
        color: white;
    }

    .row-form p {
        color: white;
    }

.helpcenter-card {
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: rgba(234, 234, 234, 0.20);
}

    .helpcenter-card a {
        color: black;
    }

        .helpcenter-card a:hover {
            text-decoration: none;
            font-weight: bold;
        }

.row-helpcenter-card {
    margin-bottom: 2em;
}

.container-children-card:hover {
    box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
}

.container-children-card img {
    width: 100px;
    margin-bottom: 1em;
}

.container-children-card {
    box-sizing: border-box;
    border: 1px solid #dbd9d9;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 40px;
    height: 266px;
}

.meaning-img {
    text-align: center;
}


/* media query */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .container-fluid-megamenu-dropdown {
        padding: 0;
    }

    .container-tab li {
        margin: auto;
    }

    .text-center {
        padding-bottom: 20px;
    }

    .meaning-img {
        margin: 20px 0 20px 0;
    }

    .equal-column {
        margin-bottom: 50px;
    }

    .img-form {
        margin-bottom: 50px;
    }

    .container-main img {
        width: 50px;
    }

    .caption1 {
        bottom: 10%;
        font-size: 13px;
    }

    .caption2 {
        bottom: 5%;
        font-size: 13px;
    }

    .caption3 {
        bottom: 2%;
        font-size: 13px;
    }

    .banner-Platform,
    .banner-solution,
    .banner-industry,
    .banner-industry-eticket,
    .banner-industry-enterprise,
    .banner-industry-education,
    .banner-help {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 700px) {
    .container-fluid-megamenu-dropdown {
        padding: 0;
    }

    .row-megamenu-dropdown-item {
        padding: 0;
        padding-bottom: 20px;
    }

    .container-tab li {
        margin: auto;
    }

    .key-img {
        margin: 20px 0 20px 0;
    }

    .meaning-img {
        margin: 20px 0 20px 0;
    }

    .equal-column {
        margin-bottom: 50px;
    }

    .img-form {
        margin-bottom: 50px;
    }

    .container-main img {
        width: 40px;
    }

    .caption1 {
        top: 10%;
        text-align: left;
        font-size: 15px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .caption2 {
        top: 10%;
        font-size: 15px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .caption3 {
        top: 2%;
        font-size: 15px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .banner-Platform,
    .banner-solution,
    .banner-industry,
    .banner-industry-eticket,
    .banner-industry-enterprise,
    .banner-industry-education,
    .banner-help {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1800px;
    }
}

@media (max-width: 767px) {
    .h50 {
        height: 50px;
    }

    .topbar {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .container-fluid-megamenu-dropdown,
    .row-megamenu-dropdown-item {
        padding: 0;
    }

    .navbar-brand img {
        padding-left: 10px;
    }

    .tab-content {
        padding: 0 !important;
    }

    nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .container-seconbar, .meaning1, .benefit {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
    }

    .form-area {
        padding: 10px;
    }

    .form {
        padding-left: 0;
        padding-right: 0;
    }

    .action-education h2, .action-enterprise h2, .action-eticket h2, .action-transport h2 {
        padding-top: 30px;
    }
}






.fa-1x {
    font-size: 0.5em !important;
    color: #B7B7B7 !important;
}

nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    /*background:#272e38;*/
    border-radius: 0;
}

nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #333;
    /*background:#272e38;*/
    border-radius: 0;
    font-size: 20px;
}

    nav > div a.nav-item.nav-link.active:after {
        content: "";
        position: relative;
        bottom: -60px;
        left: 0;
        border: 15px solid transparent;
        border-top-color: #034ea2;
        z-index: 2;
    }

    /*.tab-content {
    background: #f6fafd;
    line-height: 25px;
    padding: 30px 25px;
    border: 1px solid #ddd;
    border-top: 2px solid #e8f5ff;
}*/

    nav > div a.nav-item.nav-link:hover,
    nav > div a.nav-item.nav-link:focus {
        border: none;
        /*background: #034ea2;*/
        border-bottom: solid 3px #034ea2;
        color: #034ea2;
        border-radius: 0;
        transition: background 0.20s linear;
        font-weight: 700;
    }

.list1 {
    padding-left: 0;
    list-style: none;
}

    .list1 li {
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-block;
    }

.font18 {
    font-size: 18px;
}
.font70 {
    font-size: 70px;
}
.font90 {
    font-size: 90px;
}

.text-tab {
    margin-bottom: -31px;
}

.bg-xam {
    background: #f8f9fa;
}

.menu-f li a {
    color: #323232;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

.trai-nghiem {
    background-color: #0f66c4;
    color: white !important;
}

.elementor-col-50 {
    width: 50%;
}

.elementor-icon-list-text {
    align-self: center;
    padding-left: 18px;
    line-height: 24px;
    margin-top: -3px;
}

.icon-ft {
    padding-left: 20px;
}

.info-ft {
    padding-top: 6px;
    margin-top: 1rem
}

.network-social {
    /*padding-top: 35px;*/
    padding-top: 0px;
}

.elementor-divider-separator {
    border-top: #01a85a;
}

.elementor-widget-container {
    width: 100%;
}

.elementor-divider {
    background-color: #4a4c4f;
    height: 1px;
}
.elementor-divider1 {
    background-color: #4a4c4f;
    height: 5px;
    width: 84px;
}
.text-ft {
    text-align: center;
    padding: 8px;
}

    .text-ft a {
        font-weight: 600;
        color: #4a4c4f;
    }

        .text-ft a:hover {
            text-decoration: none;
        }
.ft-pb {
    padding-bottom: 5px;
    overflow-x: hidden;
}
.container-x {
    max-width: 1600px;
}

.banner-price {
    margin-top: 0em;
    padding-top: 10em;
    padding-bottom: 7em;
    background-image: url(../images/header-solution.png);
    background-position: center;
    background-size: cover;
}

.form-bg {
    padding: 0 50px 0 50px;
    background: url(../images/backkk.png);
    height: 600px;
    align-items: center;
    display: flex;
}

.form-bg1 {
    background-color: transparent;
    background-image: linear-gradient(360deg,#0340A9 100%,#00338A 100%);
}
.form-bg2 {
    padding: 0 50px 0 50px;
    background: url(../images/vnmap/IOTLINK_TINTUC_S-01.png);
    height: 600px;
    align-items: center;
    display: flex;
}
.container-form1 {
    height: 75%;
}
.row-form1 {
    height: 100%;
}
.row-form1 iframe {
    height: 100%;
    width: 100%;
    border-radius: 22px;
}
    
.button {
    display: flex;
    justify-content: center;
}

a:hover {
    text-decoration: none;
}

.button1 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    background-image: linear-gradient(90deg, #0086FF40 0%, #E4000005 100%);
    border: none;
    padding: 10px 40px;
    border-radius: 0px;
}

.nav-pills a:hover, .nav-pills a:active, .nav-pills a:focus {
    border-bottom: 2px solid #1e87f0 !important;
}

.nav-pills a {
    color: white;
}

.slider {
    display: flex;
    margin-top: 50px;
    position: relative;
    border-style: solid;
    border: 2px solid #0086ff;
    border-radius: 6px;
    margin-bottom: 50px;
    padding: 20px 20px 20px 20px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #00195F 0%, #001347 100%);
}

.slider__info {
    width: 20%;
}

    .slider__info a {
        color: #0086ff;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 0;
    }

.slider__input {
    width: 35%;
}

.price-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    background: #ffffff;
    outline: none;
    opacity: 0.8;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider__input input {
    border-radius: 100rem;
}

.slider__input h2 {
    font-size: 18px;
    color: #fff;
}

.slider__quantify {
    width: 15%;
    text-align: center;
}

    .slider__quantify p {
        color: #ffffff;
        font-weight: 700;
    }

.slider__btn {
    width: 15%;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF4D;
    border-radius: 25px 25px 25px 25px;
    height: 43px;
}

    .slider__btn a {
        background-color: #0086FF;
        border-radius: 25px 25px 25px 25px;
        padding: 10px 30px 6px 30px;
        display: block;
        color: #fff;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
    }
.icon-logo-ft img{
    width: 174px;
}
.elementor-widget-container1 {
    margin: 20px 0 0 0;
}
.elementor-heading-title {
    color: #4a4c4f;
    font-family: "Roboto",Sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.app-la-1 {
    padding-top: 10px;
}
.app-store-la {
    padding-right: 18px;
}
@media screen and (min-width:768px) {
    .row-pad-ft {
        padding-left: 122px;
    }
    .row-form1 iframe {
        margin:0 188px;
    }
}
.mar-bot-ft{
    margin-bottom:20px;
}
.pad-bot-ft {
    padding-bottom: 12px;
}
@media screen and (max-width: 1024px) {
    .tab-content1 {
        padding-right: 0;
        padding-left: 0;
    
    }
    .slider__btn {
        width: 14%;
    }
    .slider__info {
        width: 25%;
    }
        .slider__info a {
            font-size: 15px;
        }
    .slider__input {
        width: 35%;
    }
        .slider__input h2 {
            font-size: 15px;
        }
    .slider__quantify {
        width: 18%;
    }
        .slider__quantify p {
            font-size: 15px;
        }
    .slider__btn {
        width: 14%;
    }
        .slider__btn a {
            padding: 10px 10px 6px 10px;
        }
}
    @media screen and (max-width: 767px) {
        .elementor-1214 {
            font-size: 20px;
            line-height: 1.7em;
        }
        .elementor-heading-title {
            font-size: 28px;
        }
        .slider__btn {
            width: 100%;
        }
        .slider__quantify p {
            font-size: 14px;
        }
        .slider {
            flex-wrap: wrap;
        }
        .slider__info a {
            font-size: 16px;
        }
        .slider {
            margin-top: 20px;
            margin-bottom: 30px;
        }

        .slider__info {
            width: 100%;
            text-align: center;
        }
        .slider__input {
            margin-top: 7px;
            width: 50%;
        }
            .slider__input h2 {
                font-size: 14px;
            }
        .slider__quantify {
            width: 25%;
            padding-top: 10px;
        }
    }
.img-fluid1 {
    width: 670px;
}









