@media only screen and (max-width: 767px){
    body{
        background: url(../images/banner/mobile-view-bg.jpg) no-repeat;
        background-size: cover;
    }
    .containerFull{
        max-width: 100%;
        padding: 0 30px;
    }
    .centerScreen{
        height: auto;
    }
    .logoImg{
        width: 160px;
    }
    .secondImg{
        width: 120px;
        margin: 0;
    }
    .centerScreen{
        display: block;
    }
    .logoBottom{
        flex-wrap: wrap;
    }
    .textRight{
        width: 100%;
        margin-top: 15px;
    }
    .rightBook{
        margin-top: 20px;
    }
    .rightBook img{
        position: static;
        max-width: 100%;
    }
    .form{
        margin-top: 20px;
    }
    .logos{
        height: 75px;
        margin-bottom:15px;
    }
    .inlineHeader{
        flex-wrap:wrap;
    }
    .logos{
        width:calc(100% / 2 - 20px);
    }
    .logos img{
        max-width: 100%;
    }
    .imgBottom img{
        max-width: 100%;
    }
    .imgBottom {
        margin: 40px 0;
        padding: 0px;
    }
    .bottomFooter h6 {
        color: #fff;
        font-size: 13px;
        text-align: center;
        font-weight: normal;
    }
    .bodyText h4{
        text-align: center;
        font-size: 20px;
    }
    .bottomFooter{
        padding-bottom: 25px;
    }
    .topLogo{
        display:none;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    .leftLogo{
        width: 130px;
    }
    .leftLogo img{
        max-width: 100%;
        transition: all 0.5s ease-in-out;
    }
    .sticky .leftLogo{
        width: 50px;
    }
    .rightMenu ul li a{
        font-size: 14px;
        padding: 10px 8px;
    }
    .sliderBlock{
        height: auto;
    }
    .large_heading{
        font-size: 30px;
    }
    .sliderMen{
        width: 60%;
        margin-right: 0px;
    }
    .groundImg{
        width: auto;
    }
    .rightMen{
        display: flex;
        justify-content: center;
    }
    .carousel-caption{
        padding-left: 15%;
        padding-top:20px;  
    }
    .leftAbout{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .leftShape:before {
        left: -43px;
        width: 117px;
        height: 340px;
    }
    .heading{
        font-size: 35px;
    }
    .bgShape{
        background-size:cover;
        padding: 160px 0;
    }
    .rightPress img{
        width: 50%;
        margin: 0 auto;
    }
    .leftPress h4, .leftPress h5, .leftPress h3{
        text-align: center;
    }
    .btnPrimary{
        padding: 12px 25px;
        font-size: 16px;
    }
    .callAction{
        height: auto;
        padding: 40px;
        text-align: center;
    }
    .callAction .sub_heading{
        font-size: 30px;
    }
    .btnVideo{
        font-size: 18px;
    }
    .videoIcon{
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .footerRight{
        margin-top: 15px;
    }
    .socialLik{
        justify-content: flex-start;
    }
    .socialLik li img{
        width: 30px;
    }
    .actionItem a img{
        height: auto;
    }
       .containerFull{
        padding:0 20px;
    }
}
@media (min-width: 993px){
    .groundImg{
        width: 560px;
    }
    .containerFull{
        padding:0 20px;
    }
    .logos{
        width:160px;
    }
}
@media (min-width: 1280px){
	.containerFull{
		max-width: 100%;
		margin: 0 auto;
		padding: 0 70px;
	}
    .container{
        max-width:1200px;
    }
    .groundImg{
        width: 700px;
    }
}
@media (min-width: 1600px){
	.containerFull{
		max-width: 1366px;
		margin: 0 auto;
	}
}
@media (min-width: 1200px){
}