/* ----------------------------------------------------
Theme Name:Cortex - HTML Template
Version:1.5
Author:Kiswa Solutions
------------------------------------------------------- */

/* ======================================================
 TABLE OF CONTENTS
====================================================== */

/* 

Media Queries

*/

/* ====================================================
 1.0: Settings 
====================================================== */

@media(max-width:1200px) {
    .heading h1 {
        font-size: 36px
    }
    .title h2 {
        font-size: 28px
    }
    .section-padding {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media(max-width:768px) {
    .heading h1 {
        font-size: 30px
    }
    .title h2 {
        font-size: 24px
    }
    a.btn, .heading p {
        font-size: 15px
    }
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media(max-width:576px) {
    .heading h1 {
        font-size: 26px
    }
    .title h2 {
        font-size: 20px
    }
    a.btn, .heading p {
        font-size: 14px
    }
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .title span {
        font-size: 12px;
        padding: 3px 15px;
    }
    .title span:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -17px;
        width: 4px;
        height: 18px;
    }
    .title span:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -25px;
        width: 100px;
        height: 8px;
    }
    .preview-box {
        position: relative;
        overflow: hidden;
    }
    .buy-btn .btn {
        font-size: 14px;
        padding: 3px 15px;
    }
    .preview-heading {
        font-size: 16px
    }
    h2 {
        font-size: 24px;
    }
}