

@media(min-width:768px) and (max-width:990px){
    .mainNav ul li{
        margin-left: 20px;
    }
    .bannerCont p{
        line-height: 50px;
    }
    .wedoImg,
    .contactSec {
        overflow: hidden;
    }
    .wedoImg img {
        height: 100%;
        width: auto;
    }
    .wedocont {
        min-height: 390px;
        padding: 17px 15px;
        position: relative;
    }
    .paddingRight{
        padding-right: 0;
    }
    .singleTest {
        padding: 0 60px;
        text-align: center;
    }
    .noPaddingLeft{
        padding-left: 15px !important;
    }
    .phone{
        margin-top: 50px;
    }
}
@media(min-width:320px) and (max-width:767px){
    .mobileMenu{
        width: 25px;
        height: 20px;
        line-height: .2;
        position: absolute;
        right: 15px;
        top: -28px;
        cursor: pointer;
    }
    .mobileMenu span{
        width: 100%;
        height: 2px;
        background: #fff;
        display: inline-block;
    }
    .fixedHeader .mobileMenu span{
        background: #000;
    }
    .mainNav ul {
        background: #fff;
        display: none;
        left: 0;
        margin: auto;
        padding-top: 5px;
        position: absolute;
        text-align: center;
        width: 100%;
    }
    .mainNav ul li{
        display: block;
        margin-left: 0;
    }
    .mainNav ul li a{
        display: block;
        margin: 30px 0;
        color: #333
    }
    .bannerCont h1{
        font-size: 85px;
        margin-top: 30px;
    }
    .bannerCont p{
        line-height: 40px;
    }
    .travelBtn{
        padding: 17px 20px;
    }
    .wedocont{
        padding: 50px 0;
    }
    .wedocont.one::after {
        border-color: transparent transparent #fff;
        border-style: solid;
        border-width: 0 12px 13px;
        content: "";
        height: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: -13px;
        width: 0;
    }
    .wedocont.two::after {
        border-color:transparent transparent #fff;
        border-style: solid;
        border-width: 0 12px 13px;
        content: "";
        height: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: -12px;
        width: 0;
        z-index: 1;
        transform: rotate(0deg);
    }
    #todo{
        overflow: hidden;
    }
    .calltoActCont p {
        margin-bottom: 32px;
        margin-left: 0;
    }
    .calltoActCont h2{
        font-size: 120px;
    }
    .vidContent h2{
        font-size: 100px;
    }
    .videoSection{
        height: 350px;
    }
    .conttopRight{
        bottom: 0;
        left: 0;
        margin-bottom: 50px;
    }
    .paddingRight{
        padding-right: 0;
    }
    .contactForm{
        margin-left: 15px;
        padding: 20px;
        margin-top: 40px;
    }
    .contactForm::after{
        width: 50%;
    }
    .contFormBott{
        padding-left: 0;
    }
    .topTitle h3{
        line-height: 24px;
    }
    .singleConForm{
        padding-left: 95px;
    }
    .singleTest{
        padding: 0;
    }
    #instRow {
        padding: 0 25px;
    }
    .footer{
        padding: 80px 0;
    }
    .logo2.footerlo{
        margin-bottom: 30px;
    }
    .socialfooter{
        margin-top: 30px;
        margin-left: 15px;
    }
    .copyPera{
        margin-left: 15px;
    }
    .contactSec{
        overflow: hidden;
    }
    .subsForm input{
        width: 100%;
        margin-bottom: 10px;
    }
    .subsNotice p, .consNotice p {
        font-family: "Merriweather",serif;
        font-size: 24px;
        padding: 0 20px;
        width: 100%;
    }
    .subsForm{
        width: 100%;
    }
    .subsForm input{
        padding: 15px 30px;
    }
    .subsForm button{
        position: relative;
    }

} 