/* ===================================================================
                            xxl
====================================================================== */

@media only screen and (min-width: 1400px) {}


/*=====================================================================
                             xl
 ====================================================================== */

@media only screen and (min-width: 1200px) and (max-width:1399px) {}


/*=================================================================
                         Tablet Landscape(lg)
=================================================================== */

@media only screen and (min-width: 992px) and (max-width: 1199px) {}


/*=================================================================
                        Tablet Portrait (md)
=================================================================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
p{
  font-size: 16px;
}

}


/* ==============================================================
                    Mobile Landscape Size(sm)
================================================================= */

@media only screen and (min-width: 576px) and (max-width: 767px) {}


/*===================================================================
                         All Mobile Sizes 
 ==================================================================== */

@media only screen and (max-width: 767px) {
  p{
    font-size: 16px;
  }
  /* =header= */
  .tgmobile__menu-box{
    background: #001421;
  }
  .tgmobile__menu .navigation li>a{
    color: #fff;
  }
  .tgmobile__menu .navigation li{
    border-top: 1px solid rgb(0 0 0 / 34%);
  }
  .tgmenu__nav .logo img{
    max-height: 46px;
  }
  .logo a{
    font-size: 18px;
  }
  .banner__content-two .title{
    font-size: 20px;
  }
  .banner__shape-two img{
    top: 18%;
    width: 20%;
  }
  .banner__bg-two{
    min-height: 450px;
  }
  /* =about section= */
  .about__content-two.service{
    position: initial;
    padding: 0;
    transform: none;
  }
  /* =marque section= */
  .tagline_band h2{
    font-size: 28px !important;
  }
  .tagline_band{
    padding: 0;
  }
  .section-title .title{
    font-size: 20px;
  }
  .services__bg-seven{
    padding: 50px 0 30px;
  }
  .container-fluid.service{
    width: 100%;
  }
  /* =benifits section= */
  .request_benifit>h2.title{
    font-size: 20px;
  }
  .request__area-three .tbl_title{
    text-align: left;
    padding: 10px 0;
  }
  .table_disc{
    padding: 10px 0 20px;
  }
  .request_benifit{
    padding: 20px;
  }
  .request__area-three{
    padding: 50px 0;
  }
  /* =about inner= */
  .breadcrumb__bg{
    padding: 40px 0;
  }
  .breadcrumb__content .title{
    font-size: 24px;
  }
  .services__bg-four{
    padding: 50px 0 20px;
  }
  /* =home youtube video= */
  .consulting-img.shine-animate.youtube_video{
    display: block;
    width: 100%;
  }
  .consulting-img.shine-animate.youtube_video iframe{
 height: 300px;
  }
  .consulting-inner-wrap.shine-animate-item.youtube_video{
    display: block;
    max-height: auto;
  }
  .consulting-content.youtube_video_content{
    width: 100%;
  }
  .consulting-content .content-right .title {
    font-size: 24px;
}
    
}