* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
.img-responsive{
    width: 100%;
}
.nrmltxt{
    font-size: 18px;
  }
.navbar-nav a{
    font-size: 12px;
}
.nav-pos{
    transform: translate(-40px, 0px);
}

.bg{
    background-image: url(../images/img1.png);
    height: 520px;
    background-position-x: -130px;
}
.btn-primary:hover{
     background-color: #00b3db !important;
     text-emphasis-color: Black;
}
.butn2:hover {
    background-color: #ddd!important;
    color: #333!important;
    border-color: #ccc!important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)!important;
  }
.m10{
    margin-bottom: 10px !important;
}
.algcont{
    display: flex;
    flex-direction: column;
}
.shadow {
    box-shadow: 0 0 12px 0 rgba(84, 10, 10, 0.05) !important;
    border-radius: 10px !important;
    background: #fff !important;
    align-items: center;
    text-align: center;
}
.card-title{
    font-size: 22px !important;
    font-weight: bold !important;
}
.card-body{
    padding-top: 0px !important;
}
.footer {
    color: #fff;
    position: relative;
    bottom: 320px;
    display: block;
    left: 30px;
    width: 50%;
}



.butn{
    background: #407BFF !important;
    color: #fff !important;
    border-radius: 60px !IMPORTANT;
    width: 45%;
    padding: 15px !important;
    text-align: center !important;
}
.butn2{
    border-radius: 10px !important;
    background-color: #fff !important;
    color: #000 !important;
    width: 40%;
    padding: 15px !important;
    text-align: center !important;
}
.disflx {
    display: flex;
    flex-direction: column;
    transform: translate(61px, 120px);
}



.navbar-nav a{
    color: #C7DCF0;
    padding-right: 16px !important;
}
.navbar-nav .active{
    color: #fff !important;
    border-bottom: 2px solid #fff  ;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    transform: translate(140px, 0px);
}
.diflex {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-start;
        margin-left: 70px;
    }
    .mmh{
        max-height: 420px !important;
    }
    .navbar-brand img{
        margin-left: 60px !important;
    }



@media (min-width: 0px) and (max-width: 768px){
    .disflx {
        display: flex;
        flex-direction: column;
        transform: translate(0px, 100px);
    }
    .navbar-brand img.img-responsive.mx-5 {
        margin-left: 0px !important;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        transform: translate(0px, 0px) !important;
    }
    .navbar-nav .active{
        color: #fff !important;
        border-bottom: 2px solid #fff  ;
        border-width: 50%;
    }
    .shadow {
        box-shadow: 0 0 12px 0 rgba(84, 10, 10, 0.05) !important;
        border-radius: 10px !important;
        background: #fff !important;
        margin-bottom: 20px !important;
    }
    .butn{
        background: #407BFF !important;
        color: #fff !important;
        border-radius: 60px !IMPORTANT;
        width: 40%;
        padding: 15px !important;
        text-align: center !important;
    }
    .butn2{
        color: #000 !important;
        width: 60%;
        margin: -3px -3px -2px -4px !important;
        padding: 6px !important;
        font-size: 10px !important;
        text-align: center !important;
    }
    .algcont {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100% !important;
    }
    .diflex {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-start;
        margin: 0px !important;
    }

    .mt50{
        margin-top: 0px !important;
    }
    .plan-card{
        margin-bottom: 10px;
    }
    .footer {
        color: #fff;
        position: relative;
        bottom: 190px;
        display: block;
        font-size: 8px;
        left: 10px;
        width: 56%;
    }
    .butn2 .mt-4{
        margin-top: 0px !important;
    }
    .mh{
        min-height: 180px  !important;
    }
    .mmh{
        max-height: 220px !important;
    }
    .navbar-brand img{
        margin-left: 0px !important;
    }


}