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

}
@media only screen and (max-width: 1199px) {
    .loader-text p {
        color: #757575;
        font-size: 45px;
    }
    .banner-text {
        width: 40%;
        z-index: 9999;
    }
    .banner-text h1 {
        font-family: 'Futura PT';
        font-size: 56px;
        line-height: 46px;
    }
    .banner-text h2 {
        font-size: 28px;
        line-height: 35px;
        display: block;
        float: left;
    }
    .button {
        font-size: 20px;
    }
    .sub-heading span {
        font-size: 24px;
        color: #fff;
    }
    .footer-social-icon-cont .imdb-btm {
        width: 87px;
    }
}
@media only screen and (max-width: 991px) {
    .loader-text p {
        color: #757575;
        font-size: 36px;
    }
    .loader-text span {
        font-family: 'Futura PT';
        font-size: 43px;
        display: block;
    }
    .container {
        width: 100%;
    }
    .banner-text {
        width: 70%;
    }
    .about-text ul li {
        font-size: 24px;
        color: #fff;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .button {
        font-size: 16px;
    }
    .heading span {
        font-size: 37px;
        color: #fff;
    }
    .footer-left-img,.footer-right-img{display: none}
    
}
@media only screen and (max-width: 767px) {
    
    .contact-image-right{
        display: none;
    }
    .contact-image-left{
        display: block;
        margin-bottom: 30px;
    }
    
    .loader-text p {
        color: #757575;
        font-size: 21px;
    }
    .loader-text span {
        font-family: 'Futura PT';
        font-size: 31px;
        display: block;
        line-height: 26px;
    }
    .loader-cont-inner {
        position: absolute;
        padding: 0px;
    }
    .loader-text {
        padding-left: 20px;
    }
    .loader-text {
        width: 100%;
    }
    .contact .sub-heading span {
        font-size: 24px;
        color: #6e6e6e;
    }
    .contact-me .sub-heading {
        text-align: left;
    }
    .inner-about .heading {
        text-align: center;
    }
    .sub-heading {
        text-align: center;
    }
    .gallery .heading {
        text-align: center;
    }
    .gallery {
        overflow: hidden;
    }
    .sec-gap {
        margin-top: 30px;
    }
    .about-us .about-left {
        padding-right: 15px;
    }
    .banner-text {
        width: 100%;
        bottom: 50px;
        text-align: center;
        left: 0;
    }
    .banner-text h1 span {
        float: none;
        position: relative;
        display: inline-block;
    }
    .about-image {
        width: 380px;
        margin: 0 auto;
    }
    .about-us .about-right {
        padding-left: 15px;
    }
    .home-about-content {
        border-left: 5px solid #fff;
        margin-bottom: 70px;
        margin-top: 0px;
    }
    .about-text ul {
        position: relative;
        padding: 10px 0px;
        width: 200px;
        margin: 0 auto;
    }
    .about-text ul:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .about-text ul:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .about-text {
        text-align: center;
    }
    .banner-text h1 {
        font-family: 'Futura PT';
        font-size: 46px;
        line-height: 39px;
    }
    .banner-text h2 {
        float: none;
    }
    .main-menu {
        right: 0;
        height: 80px;
        bottom: auto;
        top: 70px;
    }
    .main-menu ul li {
        display: block;
        width: 100%;
        float: left;
        border-bottom: 1px solid #ddd;
        padding: 0;
    }
    .menu-width {
        width: 250px;
        height: 196px;
    }
    .main-menu ul li a {
        width: 100%;
        line-height: 48px;
        text-align: center;
    }
    .main-menu-inner {
        float: left;
        position: relative;
        margin-left: 0;
        background-color: rgba(236, 236, 236, 0.97);
        width: 250px;
        padding-left: 0px;
    }
    .video-icon {
        display: none;
    }
    .imdb-icon {
        display: none;
    }
    .pdf-icon {
        display: none;
    }
    .show-res {
        display: block;
    }
    .show-res .video-icon {
        display: inline-block;
        position: relative;
        right: auto;
    }
    .show-res .imdb-icon {
        display: inline-block;
        position: relative;
        right: auto;
        top: 20px;
        left: 10px;
    }
    .show-res .pdf-icon {
        display: inline-block;
        position: relative;
        right: auto;
        top: 20px;
        left: 20px;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom  .text-right {
        text-align: center;
        line-height: 30px;
    }
}
@media only screen and (max-width: 650px) {
    .logo img {
        width: 165px;
    }
    .social-media-icons {
        display: none;
    }
    .about-image:after {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    
    .footer-bottom span{display: block}
    
    .banner-image {
        background-position: calc(100% - -95px) 0;
    }
    .fixed-loader-cont {
        background-position: calc(100% - -95px) 0;
    }
    .loader-text p i {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -31px;
        font-family: arial;
        font-size: 64px;
        display: block;
        color: #fff;
        background: url(../images/sprite-icon.png) no-repeat -199px -99px;
        width: 53px;
        height: 42px;
    }



    .loader-text p {
           padding-left: 0px;
    text-align: center;
    line-height: 38px;
    padding-top: 10px;
    }

    .loader-text img{
        margin-left: auto
    }

    .loader-text {
        padding-left: 0;
        text-align: center;
        bottom: 7%;
        top: auto;
        position: absolute;
        transform: translateY(0);
    }
    .spinner {
        margin: 30px auto 0;
        width: 70px;
        text-align: center;
        margin: 13px auto 0;
    }
    .about-image {
        width: 250px;
        margin: 0 auto;
    }
    .heading span {
        font-size: 22px;
        color: #fff;
    }
}
@media only screen and (max-width: 400px) {
    .banner-text h1 {
        font-family: 'Futura PT';
        font-size: 32px;
        line-height: 29px;
    }
    .banner-text h2 {
        font-size: 21px;
        line-height: 30px;
    }
    .menu {
        width: 60px;
        height: 60px;
        left: 60px;
    }
    .menu-inner:before {
        border-width: 0 0 10px 60px;
    }
    .menu-inner:after {
        border-width: 10px 60px 0 0;
        bottom: 0px;
    }
    .menu-inner {
        width: 60px;
    }
    .menu-inner span {
        left: 10px;
    }
    .contact-address {
        width: 100%;
        float: left;
        font-size: 18px;
    }
    .form-group i {
        font-size: 18px;
    }
    .footer-social-icon-cont {
        padding-left: 30px;
    }
}