@media (max-width: 992px) {
    .banner-sec .carousel-indicators .thum-img {
        width: 100px;
        height: 65px;
    }
    .banner-caption h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .heading h3 {
        font-size: 28px;
        line-height: 34px;
    }
    .heading h4 {
        font-size: 20px;
        line-height: 26px;
    }
    p {
        font-size: 15px;
        line-height: 23px;
    }
    .intro-sec .row.intro-icon-row .intro-row img {
        max-width: 120px;
    }
    .success-stories-sec .item h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .contact-sec .first {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
}
@media (max-width: 767px) {
    .banner-sec .carousel-indicators .thum-img {
        width: 55px;
        height: 30px;
    }
    .banner-sec .carousel-indicators li.active .thum-img {
        border: 2px solid #fff;
    }
    .header-top .nav-brand img {
        max-width: 120px;
    }
    .navbar .navbar-toggler img {
        width: 30px;
    }
    .header-top .btn-demo {
        padding: 10px 14px;
        font-size: 12px;
    }
    main {
        margin-top: 110px;
    }
    .banner-sec {
        height: 410px;
    }
    .banner-caption .btn {
        font-size: 12px;
        padding: 8px 16px;
    }
    .banner-sec .carousel-indicators li {
        margin: 0px 2px;
    }
    .intro-sec, .how-it-works-sec, .rotating3d-sec, .why-choose-sec, .brochure-sec, .success-stories-sec, .clients-sec, .contact-sec, footer {
        padding: 40px 0px;
    }
    .why-choose-sec .heading {
        margin-top: 20px;
    }
    .heading h3 {
        font-size: 24px;
        line-height: 29px;
    }    
    .success-stories-sec .item h4 {
        margin-top: 15px;
    }
    .contact-sec h3 {
        font-size: 30px;
        line-height: 38px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    footer p {
        font-size: 14px;
        line-height: 22px;
    }
    footer .social-links a img {
        max-height: 30px;
    }
    .header-top .btn-demo img {
        margin-left: 2px;
    }
    .clients-sec .clients-wrap .heading h3 {
        max-width: 200px;
    }
    .clients-sec .clients-wrap {
        border-radius: 20px;
    }
    .thank-you .icon-sec .one {
        display: none;
    }
	.technology-sec .tech-slider-wrap .content {
        text-align: center;
    }
    .technology-sec .tech-slider-wrap .content .btn-wrap {
        width: 100%;
    }
    .tech-slider .owl-nav {
        top: -40px;
    }
    .new_banner_wrpr h2{
        width: 100%;
        bottom: 20px;
        background-color: #00000096;
        font-size: 25px;
        left: 0;
    }
    .clients-sec .clients-wrap .heading {
        position: absolute;
        top: -23px;
        width: auto;
        text-align: center;
        z-index: 9;
        left: calc(50% - 100px);
    }
    .intro-sec .row.cont-row .img-wrap{
        margin-top: 25px;
    }
    .intro-sec{
        padding-bottom: 0;
    }
    .fujifilm_redefining_sec_content h3{
        font-size: 25px;
        margin-top: 20px;
    }
    .fujifilm_redefining_sec_content .btn, .contatc_us_btn .btn{
        width: auto;
        height: auto;
        font-size: 16px;
        max-width: 250px;
        /* display: inline; */
    }
    .new_why_choose_sec_content h3{
        font-size: 25px;
        margin-top: 20px;
    }
    .new_why_choose_sec, .experience_sec, .advantages_sec, .our_success_stories_sec {
        padding: 40px 0;
    }
    .new_sec_heading h3{
        font-size: 25px;
    }
    .new_sec_heading h3 br{
        display: none;
    }
    .experience_sec .sec_img_wrpr{
        margin-top: 30px;
    }
    .client-logo{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .clients-sec .clients-wrap{
        padding:50px 30px;
    }
    .client-logo img{
        display: block;
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .demo-form {
        padding: 0px;
    }
    .demo-form h4 {
        font-size: 20px;
        line-height: 22px;
    }
    .demo-form p {
        font-size: 14px;
        line-height: 20px;
    }
    #popupModal .modal-body {
        padding: 10px 15px;
    }
    .ui-datepicker .ui-datepicker-title {
        font-size: 15px;
    }
    .ui-datepicker td span, .ui-datepicker td a {
        display: block;
        padding: .4em 0.2em;
        height: 34px;
        width: 34px;
    }
    .date-time-pecker {
        display: block;
        margin-top: 10px;
        border-right: 0px;
    }
    .ui-datepicker {
        width: 15em;
    }
    .time-slots {
        width: 120px;
        height: 130px;
    }
    .demo-form h4 {
        font-size: 18px;
        line-height: 20px;
        margin-top: 20px;
    }

}
@media (max-width: 370px) {
    .banner-sec .carousel-indicators .thum-img {
        width: 45px;
        height: 24px;
    }
}