@media (max-width: 767px) {
	.tt-ol-menu-list > li > a, .tt-ol-menu-list > li > .tt-ol-submenu-trigger > a {
    font-size: 32px;
}
    .video-popup iframe {
    width: 100%;
    height: 29vh;
}
    .close-button {
    position: absolute;
    top: -22px;
    
    background: #fff;
    border: none;
    padding: 8px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 51%;
    right: -21px;
    }
    #page-header.ph-cap-sm .ph-caption-title {
    font-size: 30px;
}
    .ph-image-on #page-header .page-header-inner {
    padding-top: 200px !important;
    padding-bottom: 140px !important;
}
    .general-sec.demo-features-wrap > ul > li {
    width: 50%;
}
    .contact-section .tt-col-md-4{
        margin-bottom: 20px;
    }
    #tt-footer {
    padding: 20px 0;
}
    .vis-mis-sec.demo-features-wrap > ul > li {
    width: 100%;
}
    .story-sec-mob{
        display: block;
    }
    .story-sec{
        display: none;
    }
    .pgi-title {
    font-size: 18px;
}
    ul.ttgr-cat-classic-list > li > a {
    font-size: 16px;
    line-height: normal;
    padding: 8px 16px;
}
    .tt-copyright  a {
    font-size: 12px !important;
    text-align: center;
    margin: 0 auto;
 }
    .dwn-text{
        display: none;
    } 
    .dwn-btn {
    height: 40px;
            margin-top: 0;
        margin-bottom: 25px;
}
    .dwn-btn .tt-btn-icon:last-child {
    margin-left: 0px;
}
}

@media (min-width: 767px) {
.story-sec-mob{
        display: none;
    }
    .story-sec{
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .testimonials-sec .tt-heading{
        margin-bottom: 0;
    }
    .testimonials-sec .tt-row{
        align-items: center;
    }
    .abt-home .text-md, .abt-agc .text-md{
        margin-bottom: 30px;
    }
    .abt-agc{
            padding-bottom: 0;
    }
    .tt-portfolio-slider .swiper {
    height: 50vh;
}
    .general-sec.demo-features-wrap > ul > li {
    width: 33%;
}
    .vis-mis-sec .feature-height{
        margin-bottom: 50px;
    }
}

