@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
input,
span {
    font-family: 'Poppins', sans-serif;
}
.mr{
    margin-right: 6%;
}
a:hover {
    text-decoration: none;
    color: black;
}
.dot {
    height: 12px;
    width: 12px;
    background-color: #3B83FE;
    border-radius: 50%;
    display: inline-block;
}
.dt {
    margin: auto;
    display: block;
    width: 100px;
}
.color {
    background-color: #000000;
    height: 60px;
}
.text-align {
    text-align: center;
}
.co-1 {
    color: white;
}
.right {
    float: right;
}
.logo{
    width: 80%;
}
.bg-light {
    background-color: #fff!important;
}
ul.navbar-nav.mr-auto.nav.justify-content-end {
    align-items: flex-start;
    width: 100%;
}
.vl {
    border-left: 2px solid black;
    height: 150px;
  }
  .usa{
      width: 30%;
  }
  .get{
    padding-left: 10px;
    border-left: 1px solid #000000;
  }
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 3px;
    border-top: 2px solid;
}
.coc{
    background-color: rgb(219, 214, 214);
    margin-top: 4%;
    margin-bottom: 12%;
}
.card-body {
    /*-ms-flex: 1 1 auto;*/
    flex: 1 1 auto;
    padding: 0.25rem;
    text-align: center;
}
.card {
    border: 2px solid #A9CF46;
    border-radius: 0.25rem;
}
.card2 {
    border: 2px solid;
}

.card2 {
    padding: 50px 0px 50px 0px;
    margin: 50px 50px 50px 26px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: 3px 12px 5px grey;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.card2:hover {
    box-shadow: 5px 7px 11px grey;
    transform: scale(1.1);
}
.card-img{
    width: 50%;
    display: flex;
    margin: auto;
}
.card-img1{
    width: 45%;
    display: flex;
    margin: auto;
}
.bgf {
    background-color: rgb(60, 158, 68);
    color: #fff;
}
.bgf-2 {
    background-color: rgb(72, 140, 194);
    color: #fff;
}
.mar {
    margin-top: 4%;
}
.playstore {
    width: 70%;
    float: right;
    border-radius: 10px;
}
.apple {
    width: 70%;
    float: left;
    border-radius: 10px;
}
.pp {
    font-size: 1.1rem;
}
.fp {
    color: #857b7b;
}
ul>li>a {
    font-weight: 500;
}

ul {
    list-style: none;
    padding: 0;
}
.align-center {
    text-align: center;
    align-self: center;
}
.radi {
    border-radius: 0px;
    width: auto;
    font-size: 10px;
    background: transparent;
    color: #000;
    font-weight: 600;
}
a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
.m{
    margin: auto;
}
.bor{
    border: 1px solid balck;
}
.cdm1{
    margin: 20px -30px -20px 30px;
}
.cdm2{
    margin: 20px 0px 0px 0px;
}
.cdm3{
    margin: 20px 0px 0px -20px;
}
.cdm4{
    margin: -16px -32px -20px 30px;
}
.cdm5{
    margin: -16px 0px 0px 0px;
}
.ro1{
    margin-top: 5%;
}
.ro2{
    margin-bottom: 8%;
}
h5{
    color: rgb(62, 157, 67);
}
.em-1{
    margin-left: 32%;
}
.em-2{
    margin-left: 30%;
}
.fas {
    color: black;
    font-weight: 900;
    margin-left: 6px;
}
@media only screen and (max-width:768px) {
    .cm {
        height: 100px;
    }
    .cd{
        margin: auto;
    }
}
@media only screen and (max-width:480px){
    .playstore1 {
        width: 35%;
        float: none;
    }
    .app1 {
        width: 35%;
        float: none;
    }
    .drop {
        display: block;
        margin: auto;
    }
    .cd1{
        margin: auto;
    }
    .crd{
        margin: 50px 50px 50px 50px;
    }
    .em{
        margin-left: 16%;
    }
}    