.w70{
  width: 70% !important;
}
.p-sm-4 {
    height: 380px !important;
}
.imghome{
  height: 250px !important;
}
.shadow-sm h5{
    height: 40px;
}
.type2{
  background-color:#FFF !important;
  color:#000 !important;
}
.type2::-webkit-input-placeholder {
 color: #000 !important;
 opacity: 1;
 }
/* @media (min-width: 1199px) {
  .container{
    max-width: 1100px;
  }
} */
@media (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav{
    flex-wrap: wrap;
  }
  .card-2 .card{
    width: 200px;
    height: 200px;
    line-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card-2 .card .imghome {
    height: 215px !important;
  }
}

@media (max-width: 991px) {
  .card-2 .card{
    width: 165px;
    height: 165px;
  }
  .card-2 .card-body.pb-4{
    width: 100%;
  }
  .card-2 .card-body.text-end{
    text-align: left !important;
  }
  .slick-center .p-sm-3{
    margin: 1rem;
  }
  .right-pannel.ps-sm-6 {
    padding-left: 0 !important;
  }
  .right-pannel .cardbody{
    display: block;
    margin-bottom: 25px;
  }
  .pricing-maintitle{padding-top: 30px;}
  .text-md-start {text-align: center !important;}
}

@media (max-width: 767px) {
  .card-2 .card {
    margin: 0 auto!important;
    float: none !important;
  }
  .card-2 .text-end, .card-2 .text-justify {
    text-align: center !important;
  }
  .pricing-maintitle{padding-top: 30px;}
  .text-md-start {text-align: center !important;}
}

@media (max-width: 575px) {
  .pricing-maintitle{padding-top: 30px;}
  .text-md-start {text-align: center !important;}
  .p-sm-4 {
      height: auto !important;
  }
  
  .imghome{
    height: 150px !important;
  }
  .px-0{
    padding: 10px !important;
  }
  .cardbody .shadow-sm{
    padding: 20px !important;
  }
  .card4{
    margin-top: 30px;
  }
  section {
    position: relative;
    /*padding-top: 3rem;*/
    padding-bottom: 3rem;
  }
  .pt-7{
    padding-top: 0rem !important;
  }
  .pt-5{
    padding-top: 5rem !important;
  }
  .pt-8{
    padding-top: 8rem !important;
  }
  .card-2 .card .imghome {
    height: 90px !important;
  }
  .text-end {
    text-align: center !important;
  }
}