@media only screen and (max-width: 991px){
    /* About Area */
    .about-img{
      width: 100% !important;
    }
  /* Price Area */
  .price-card-area{
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 768px){
  /* About Area */
  .about-img{
    width: 100% !important;
  }
  /* Counter Area */
  .counter-content{
    border-right: none;
  }
  /* Quote Area */
  .quote-content{
    width: 100% !important;
  }
  /* Price Area */
  .price-card-area{
    grid-template-columns: 1fr 1fr;
  }
  .main_banner{
    flex-direction: column;
    padding-top: 11rem;
  }
  .main_banner .banner_left{
    width: 100%;
    text-align: center;
  }
  .main_banner .banner_right{
    width: 100%;
    text-align: center;
  }
  .banner-area .main_banner{
    padding-top: 15rem;
  }
  .banner_bg img{
    height: 100%;
  }
  .banner_right img{
    margin-top: 15px;
    width: 60%!important;
  }
  
}


@media only screen and (max-width: 550px){
  /* Root */
  .title{
    font-size: 50px !important;
  }
  .em-btn{
    margin-bottom: 20px;
  }
  .about-contnet{
    text-align: center;
    padding: 20px!important;
  }
  /* Quote Area */
  .quote-content q{
    font-size: 20px !important;
  }
  /* Contact Area */
  .name-field{
    flex-direction: column;
  }
  .first-name{
    width: 100% !important;
  }
  .surename{
    width: 100% !important;
  }
  .rating-main-area{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  /* Counter Area */
  .counter-content>h4{
    font-size: 30px;
  }
  /* About Area */
  .about-img{
    width: 100% !important;
  }
  /* Counter Area */
  .counter-content{
    border-right: none;
  }
  /* Quote Area */
  .quote-content{
    width: 100% !important;
  }
  /* Price Area */
  .price-card-area{
    grid-template-columns: 1fr;
  }
  .hide_phone{
    display: none;
  }
  body{
    overflow-x: hidden!important;
  }
  
}

@media only screen and (max-width: 480px){
  /* Root */
  .title{
    font-size: 30px !important;
  }
  /* Quote Area */
  .quote-content q{
    font-size: 20px !important;
  }
  /* Contact Area */
  .name-field{
    flex-direction: column;
  }
  .first-name{
    width: 100% !important;
  }
  .surename{
    width: 100% !important;
  }
  .rating-main-area{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  /* About Area */
  .about-img{
    width: 100% !important;
  }
  /* Counter Area */
  .counter-content{
    border-right: none;
  }
  /* Quote Area */
  .quote-content{
    width: 100% !important;
  }
    /* Price Area */
    .price-card-area{
      grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 416px){
  /* Package Area */
  .last-package{
    margin-top: 1.5rem;
  }
}