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

    .topnav ul li a {
        font-size: 12px;
        padding: 10px 10px;
    }

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

    .topnav ul li a {
        font-size: 11px;
        padding: 10px 6px;
    }
    .tagline {
        color: #FFF;
        font-size: 40px;
        font-family: 'WPLight';
        margin-top: 65px;
    }
    .subtagline {
        font-size: 20px;
        margin: 20px auto;
        color: #FFF;
        line-height: 30px;
    }
    .btn1 {
        padding: 8px 22px;
        font-size: 16px;
    }
    .btn2{
        padding: 8px 20px;
        font-size: 16px;
    }
    .mainbanner{
        /*height: 350px;*/
    }
    .primaryheading{
        font-size: 36px;
    }
    .featureslider {
        padding: 60px 0;
    }
    .featuredetail, .featuredetail h2 , .featuredetail p{
        text-align: center;
    }
    .featurerow {
        margin-top: 60px;
    }
    .featuredetail{
        padding-right: 15px;

    }
    .featuredetail h2{
        font-size:24px;
    }
    .featuredetail p {
        font-size: 15px;
        line-height: 25px;
    }
    .edexright {
        text-align: center;
    }
    .edexright img , .jfleft img{
        max-width:100%;
    }
    .jfleft h2{

        font-size: 22px;
        line-height: 30px;
        width: auto;
    }
    .jfleft {
        padding: 60px 50px;
        height: auto;
    }
    .jfright{
        height:auto;
    }
    .whydwcrow{
        padding: 60px 0;
    }
    .dwcicons {
        margin-top:60px;
    }
    .dwcicons .col-md-3{
        margin-top:30px;
        margin-bottom:30px;
    }
    .testiauthor{
        font-size:20px;
    }
    .testiwords{
        font-size:18px;
        line-height:26px;
        width: auto;
        margin-top: 30px;
    }
    .testimonialrow , .clientrow{
        padding:60px 0;
    }
    .jfright h1 {
        font-size: 56px;
    }
    .testiwords::after{
        display: none;
    }
    .socialize{
        margin:30px 0;
    }
    .copyrightrow{
        margin-top:10px;
    }
    .footer{
        padding:60px 0 0 0;
    }
    .plan{
        margin: 0 0 70px 0;
    }
    .navbar-brand{
        width:220px;
    }
}

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


}

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

    .topnav .active a {
        color: #327d9e !important;
        background-color: #FFF !important;
        border-radius: 0px;
        background: #f5f5f5 !important;
        border: 0;
    }
    .navbar-collapse {
        background-color: #fff;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    }
    .cinfo{
        margin-bottom: 30px;
    }
    .copytext {
        font-size: 14px;
    }
    .scrollaligner{
        display: none;
    }
    .supportcenter  p{
        width:100%;
    }

    .signinbtn{
        border-radius: 0px;
        border: none;
        margin: 0px;
    }
    .signupbtn{
        border-radius: 0px;
        border: none;
    }
    .loginbox {
        width: 100%;
        max-width: 300px;
    }

}

@media only screen and (max-width: 480px) {
    .fullbtn{
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }
    .mainbanner{
        min-height: 420px;
        /*height: auto;*/
    }
    .jfleft {
        padding: 40px 15px!important;
    }

    .jfright {
        padding: 70px 30px;
    }
    .navbar-default .navbar-brand{
        width: 70%;
        margin-top: 10px;
    }
}