


.videosec{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 540px;
  /* background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover; */
}

video {
  /* margin-top: 50px; */
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
 
  .margin-top-bottom{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .f-size-17{
    font-size: 17px;
  }
  .f-size-14{
    font-size: 14px;
  }
  .bshadow{
    padding: 18px;
    border: 1px solid #00000012;
    border-radius: 5px;
  }
  .pageheading {
    margin-top: 20px;
}
.featured-icon h3{
  margin-top: 10px;
}



/*=================================start-media-query==============================*/

@media only screen and (min-width:360px) and (max-width:767px)
{
    .videosec {
         height: 336px;
        }
        .pageheading {
            margin-top: -55px;
        }
        .margin-top-bottom {
          margin-top: 0px;
         
      }   
      .moblife{
        margin-top: 25px!important;
      }
      .noreq{
        display: none;
      }


}    

/*=================================end-media-query==============================*/