/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    

}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

   

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    //CSS

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

   

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .bg1 {
        display: block;
        height: 300px;
        margin: 20px;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .descrptin-box.active {
        position: fixed !Important;
        top: 0;
        left: 0;
        height: 100% !Important;
        width: 100% !Important;
        background-color: white;
        z-index: 99999999 !Important;
        opacity: 1 !important;
        padding: 50px 0;
        overflow-y: scroll;
    }

    .icon-text .col {
        border-right: 1px solid #fff;
        width: 50%;
        display: inline-block;
        flex: none;
        margin-bottom: 30px;
    }
    .swiper-button-next2, .swiper-button-prev2{
        display: none !important;
    }
    #work p:nth-child(3),#work p:nth-child(2){
        padding: 0 15px;
    }
    .desc-in-box p{
        padding: 0 !Important;
    }
    .icon-text .text {
        font-size: 16px !Important;
    }
    .descrptin-box.active .b-image{
        box-shadow: inset 0 129px 18px -71px rgb(255, 255, 255) !important;
    }
   /* .third-section p {
        padding: 0 15px;
    }*/
    .player-wrapper .heading h2{
        font-size: 22px !important;
    }
    .player-wrapper .heading span:first-child{
        width: 40px !Important;
    }
    .play-btn{
        margin-bottom: 0px;
    }
}