* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
.img-responsive{
    width: 100%;
}
.mt50{
    margin-top: 50px;
}
.promo {
    background-color: #F4F8FC;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
  }
  .promo .new-badge {
    background-color: #ff0000;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 10px;
  }
  .m10{
    margin: 10px;
  }
  .nrmltxt{
    font-size: 18px;
  }
.imgalig{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: stretch;
}
.disflx{
    display: flex;
    flex-direction: column;
}
.butn{
    background: #2073C2 !important;
    color: #fff !important;
    width: 41%;
    padding: 15px !important;
    text-align: left !important;
}
.Arrowicon{
    width: 8%;
    margin-left: 10px;
}
.plan-card {
    border: 2px solid #ddd;
    padding: 20px;
    text-align: center;
    border-radius: 5px !important;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .plan-card h5{
    color: #9D9D9D;
  }
  .plan-card:hover{
    border-color: #007bff;
    color: #0000;
  }
  .plan-card:hover h5 {
    color: #000; 
  }
  .shadow{
    box-shadow: 0 0 12px 0 rgba(84, 10, 10, 0.05) !important;
    border-radius: 10px !important;
    background: #fff !important;
    position: relative !important;
  }
  .mt{
    margin-top:10px;
  }
.mh{
    max-height: 430px;
}
.star::before{
    content: url(../images/icon12.png);
    vertical-align: middle;
    margin-right: 22px;
}
.algcont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40% !important;
}

.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;
    }
@media (min-width: 0px) and (max-width: 768px){

    .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;
        position: relative !important;
        top: 530px;
    }
    
    .mmh{
        min-height: 2610px !important;
        transform: translate(0px , 590px) !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;
    }
    .butn {
        background: #2073C2 !important;
        color: #fff !important;
        width: 60%;
        padding: 15px !important;
        text-align: left !important;
    }
    .mt50{
        margin-top: 0px !important;
    }
    .plan-card{
        margin-bottom: 10px;
    }

}