




@media (min-width:992px) and (max-width:1199px)
{
    .plots .outer img {
        width: 70px;
        margin: 0 auto 20px auto;
    }

    .plots .outer h3 {
        font-size: 20px;

    }
}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { 
    .background_video {
        height: auto;
        padding-bottom: 40px;
    }

    .background_video .logo_div ul {
        margin-bottom: 91px !important;
    }
}












@media (min-width:768px) and (max-width:991px)
{

    .background_video .logo_div h1 {
        font-size: 26px;
        line-height: 40px;
    }

    .background_video .logo_div p {
        width: 99%;
    }
    .background_video .logo_div ul {
        margin-bottom: 226px;
    }

    .plots .outer img {
        width: 50px;
        margin: 0 auto 20px auto;
    }
    .plots .outer h3 {
        font-size: 14px;
    }

    .plots h4 {
        font-size: 24px;
        padding-bottom: 40px;
    }

    .plots {
        padding: 50px 0;
    }

}













@media (max-width:767px)
{
    .background_video .logo_div a img {
        width: 80px;
    }

    .background_video .logo_div ul li {
        font-size: 8px;
    }

    .background_video .logo_div ul {
        margin-top: 0px;
        margin-bottom: 70px;
    }

    .background_video .logo_div h1 {
        font-size: 13px;
        line-height: 23px;
    }

    .background_video .logo_div h1 + img {
        margin: 10px auto;
        width: 90px;
    }

    .background_video .logo_div p {
        width: 100%;
        font-size: 14px;
    }

    .gateway h2 {
        font-size: 19px;
    }

    .gateway h2 + p {
        font-size: 14px;
    }

    .gateway h6 {
        font-size: 12px;
    }

    .gateway ul li {
        font-size: 12px;
    }

    .gateway ul
    {
        margin-bottom: 30px;
    }

    .gateway {
        padding: 50px 0;
    }

    .plots {
        padding: 50px 0;
    }

    .plots h4 {
        font-size: 20px;
        padding-bottom: 40px;
    }

    .plots .outer img {
        width: 50px;
    }

    .plots .outer h3 {
        font-size: 18px;
    }

    .plots .outer {

        margin-bottom: 15px;
    }

    .contact {
        padding: 0 0 50px 0; 
    }


    .contact .icon_create {
        margin: 50px auto 0 auto;
    }

    .custom_form {
        padding: 50px 0;
    }

    footer .first {
        width: 220px;
        margin: auto;
    }

    footer .second {
        float: none;
        width: 170px;
        margin: 40px auto 0 auto;
    }

    .copy p {
        font-size: 13px;
    }
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 

    .background_video {
        height: auto;
        padding: 0 0 40px 0;
    }
}