/* (1366x768) WXGA Display */
@media screen and (min-width: 1366px) and (max-width: 1920px) {}


/*Medium Desktop Device*/
@media screen and (min-width: 1200px) and (max-width: 1366px) {}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
    section.hero-area h4 {
        padding: 24px 0 0 0;
    }
}


/* Normal desktop :991px. */
@media (min-width: 768px) and (max-width: 991px) {
    section.hero-area h4 {
        padding: 24px 0 0 0;
        font-size: 28px;
        line-height: 38px;
    }
}


/* small mobile :320px. */
@media (max-width: 767px) {
    .logo {
        padding: 0;
    }

    section.hero-area .col-lg-6 {
        text-align: center;
    }

    section.hero-area h4 {
        padding: 24px 0 0 0;
        text-align: center;
        font-size: 28px;
        line-height: 38px;
    }

    .single-draft {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {}


/* small mobile :320px. */
@media (min-width: 240px) and (max-width: 479px) {}
