@media only screen and (max-width: 700px){
  h2 {
    font-size: calc(2rem + 0.3vw);
  }
  h3 {
    font-size: calc(1.7rem + 0.3vw);
  }
  h4 {
    font-size: calc(1.3rem + 0.3vw);
  }
  .det-cont h5{
    font-size: 1.3rem;
  }
  .navbar{
    padding: .5rem 1rem;
    flex-direction: column-reverse;
  }
  .why-ch-img{
    width: 30%;
    margin: 10px auto;
  }
  .why-ch-img img{
    width: 100%;
  }
  .navbar-brand{
    width: 60%;
    margin-top: 30px;
    transition: 0.3s all ease-in-out;
  }
  .right-bx{
    width: 100%;
    justify-content: space-between;
  }
  .cust-cont{
    padding: 0px 20px;
  }
  .banner-left-cont h1{
    font-size: 2rem;
  }
  .banner-left-cont{
    margin-bottom: 40px;
  }
  .banner-left-cont p{
    width:100%;
    margin-bottom: 0px;
    line-height: 1.2rem;
  }
  .banner{
    height: auto;
    padding: 30px 0px;
  }
  .intro{
    padding: 30px 0px;
  }
  .abt-cnt-left{
    margin-bottom: 50px;
  }
  .intro-sq-bg{
    width: 55%;
  }
  .what-cer p{
    width: 100%;
  }
  .what-cer-ov{
    padding: 2rem 4rem 2rem 3rem;
  }
  .why-choose{
    padding: 30px 0px;
  }
  .steps h4{
    width: 100%;
  }
  .what-cer-ov{
    padding: 20px;
  }
  .cont-us h5{
    font-size: 1.2rem;
  }
  .cont-us{
    padding: 30px 0px;
  }
  .cp-rght{
    padding: 8px 20px;
  }
  .what-cer-ov ul{
    flex-direction: column;
  }
  .what-cer-ov ul li{
    width: 100%;
  }
  .what-cer-ov ul li h4{
    padding-left: 8%;
  }
  .what-cer-ov ul li h4::before{
    top: 55%;
  }
  .h-wid{
    width: 100%;
  }
  .why-ch-bx-wr{
    width: 100%;
  }
  .steps p{
    margin-bottom: 10px;
  }
  .cmt{
    margin-top: 30px;
  }
  .steps-bx{
    margin-bottom: 50px;
  }
  .get-strt{
    padding: 20px;
  }
  .rate-sec{
    padding: 30px 20px;
  }
  .pck-bx{
    margin-bottom: 40px;
  }
  
}

@media only screen and (min-width: 701px) and (max-width: 990px){
  .navbar-brand {
    width: 30%;
  }
  .intro-sq-bg{
    width: 50%;
  }
  .abt-cnt-left{
    margin-bottom: 40px;
  }
  .what-cer-ov{
    padding: 2rem 3rem 2rem 3rem;
  }
  .steps-bx{
    margin-bottom: 50px;
  }
  .steps h4{
    width: 100%;
  }
}


@media only screen and (min-width: 991px) and (max-width: 1300px){
   
}
@media only screen and (min-width: 991px) and (max-width: 1230px){
  
}