
@media  screen and (max-width: 1025px){
  .d-none-1024{
    display:none;
  }
  .d-block-1024{
     display:block !important;
  }
  
}
@media  screen and (max-width: 739px){
  .d-none-739{
    display:none;
  }
  .d-block-739{
     display:block !important;
  }
  
   .title-pancake{
     font-size:35px;
   }
   .title-pancake-2{
     font-weight: 400;
      font-size: 14px;
      line-height: 20px;
     }
     .search-index {
      padding:15px 40px;
     }
     .btn-search {
      top:13px;
     }
     .flex-is-mb{
       display:flex;
       justify-content:space-betwent;
       align-items:center;
     }
     .hdsd-box{
       padding: 0px 16px;
     }
     .title-hdsd{
       font-size:14px;
       
     }
     .content-hdsd {
       font-weight: 400;
       font-size: 14px;
     }
     .icon-hdsd{
       margin-right:14px;
     }
     .title-video{
       font-weight: 600;
       font-size: 12px;
     }
     .btn-see-more{
       border:none;
     }
     .appSupport-box{
       display:block;
       text-align:center;
       border:none;
       padding:none;
     }
     .app-sp{
       margin-bottom:20px;
     }
     .coppyrightbyPancake{
       display:grid;
       
     }
     .social-network{
       order:1;
        margin-bottom:20px;
     }
     .coppyrightText{
        order:2;
       
     }
    .ntp-boxed{
      padding: 12px 16px;
    }
  
}
@media  screen and (max-width: 992px){
 .search-box{
   width:100%;
 }
 .title-pancake{
   line-height:55px;
 }
 .title-pancake-3{
   display:none;
 }
 .title-pancake-2 {
   padding-bottom:40px;
 }
 .line-arow-1{
   display:none;
 }
 .line-arow-2{
   display:none;
 }
 .line-arow-4{
   left:3%;
 }
 
 .d-none-992{
   display:none;
 }
 .d-block-992{
   display:block;
 }
 .title-pancake-4{
   padding-top:24px;
   font-weight: 600;
    font-size: 12px;
    padding-bottom:0px;
 }
 .title-pancake-5{
   font-size: 30px;
   padding-top:16px;
 }
 .title-pancake-7{
   font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
 }
 .contact-btn-banner{
   font-size:14px;
   padding: 10px 14px;
 }
 .tryfree-btn-banner{
   font-size:14px;
   padding: 10px 14px;
 }
 .banner-ready{
   min-height:350px;
 }
  .videoThumbnail{
    width: 110px;
  }
  .video-content{
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .video-content iframe{
    height:auto !important;
  }
}
@media  screen and (min-width: 740px){
  .hdsd-box{
    height:238px;
    overflow: hidden;
  }
  .row-paddingCustomer.row>*{
    padding-right:calc(2.5rem * 0.5) !important;
     padding-left:calc(2.5rem * 0.5) !important;;
  }
  .dnt-mrb-3{
    margin-bottom:3rem ;
  }
}