@media only screen and (min-width: 1201px) {
    .pad-left-50 {
        padding-left: 50px;
    }

}

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

    h1{
        font-size: 24px;
        margin-bottom: 9px;
    }
    .sub-text {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 6px;
    }
    .demo-banner {
        padding: 0;
    }
    .demo-banner img{
        margin-top: 20px;
    }

    .demo-page-sec{
        padding:0 5%;
    }

    .page-body{
        background-image: none;
    } 

	.demo-videos-sec h1 {
        text-align: left;
        font-size:24px;
	}
	
	.top-heading h1{
        font-size:18px;
        line-height:28px;
	}
	
	.social-icons img{
		width:25px;
		height:auto;
	}
	
	.demo-video-para{
		font-size:13px;
	}
	
	.card-head{
		font-size: 16px;
		/* overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical; */
    }
	    
	.card-body{
		/* display:none; */
	}
	
	.demo-banner span{
        font-size:12px;
        line-height:16px;
	}
	
	.demo-heading{
        font-size:24px;
	}
	
	/* .demo-video iframe{
        height:201px;
        padding-bottom:10px;
	} */

    .snapshot {
        width: 100%;
        height: auto;
        margin: 20px 0px;
    }

    .demo-video-para{
        font-size: 13px;
        line-height: 27px;
        padding-top: 0px !important;
    }

    .c-type{
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }

    .demo-video-para ol li{
        padding-top: 25px;
    }

    .demo-video-para ol li::before{
        font-size: 18px;
        --size: 20px;
    }

    .clearfix{
        margin-bottom: 2rem;
    }

    .demo-videos-sec .demo-page-head {
        margin-top: 3rem;
    }

    .play-time{
        bottom: -5px;
    }

}

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

    .collapse {
        display: none !important;
    }

    .play-time{
        bottom: -5px;
    }

    .navbar-side .side-collapse {
        top: 0;
        bottom: 0;
        background: #fff;
        right: 0;
        width: 250px;
        position: fixed;
        overflow: auto;
        transition: all 0.3s cubic-bezier(.87, -.41, .19, 1.44);
        padding: 100px 24px 0;
        z-index: 1;
    }

    .navbar-side .side-collapse.open {
        width: 0;
        padding: 100px 0 0;
    }

    .nav-link {
        margin-bottom: 16px;
        font-weight: normal !important;
        padding: 0 !important;
    }

    .btn-success {
        min-width: 152px;
    }

    .navbar-light .navbar-toggler {
        color: #000;
        border-color: transparent;
    }
}
