    /*#get-start-demo .heading-text {
    padding-bottom: 20px;
}*/
    
    #get-start-demo .heading-text h1 {
        font-family: 'Roboto Slab', serif;
        font-size: 35px;
        font-weight: 500;
        letter-spacing: 5px;
        text-transform: capitalize;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 1.25em;
        color: #797979;
    }
    
    .heading-text hr {
        width: 20%;
    }
    
    .get-start-link a {
        border-radius: 5px;
        background-color: #ff9d3a;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        margin-top: 20px;
        /*text-transform: uppercase;*/
        margin-bottom: 20px;
        padding: 8px 20px;
        position: relative;
        letter-spacing: 1px;
        font-family: 'Roboto Slab', serif;
    }
    
    #get-start-demo .heading-text p {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 1px;
        ;
        color: #797979;
        width: 72%;
        margin: 0 auto;
    }
    
    #get-start-demo .demo-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        box-sizing: border-box;
        margin: 0 0 60px;
        width: 100%;
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        border: 1px solid #e4e5e6;
        border-radius: 4px;
        background-color: #fff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    #get-start-demo .demo-section:hover {
        box-shadow: 0 10px 50px -5px rgba(0, 0, 0, .15);
        -webkit-transform: translateY(-.5em);
        transform: translateY(-.5em);
    }
    
    #get-start-demo .demo-section .logo-side {
        background-position: 50%;
        text-align: center;
        position: relative;
        color: #fff;
        text-transform: uppercase;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    
    #get-start-demo .demo-section .demo-text-side {
        padding: 60px 100px;
    }
    
    #get-start-demo .demo-section .demo-text-side h3 {
        font-size: 24px;
        font-weight: 500;
        margin: 0;
        line-height: 1.625em;
        letter-spacing: 1px;
    }
    
    #get-start-demo .demo-section .demo-text-side p {
        color: #797979;
        letter-spacing: 0;
        line-height: 1.6em;
        margin-bottom: 1.5em;
        margin-top: 1em;
        font-size: 16px;
        letter-spacing: 1px;
    }
    
    #get-start-demo .demo-section .demo-text-side .demo-button {
        background: linear-gradient(to bottom, #02bbe6 0%, #595496 100%);
        color: #fff;
        border-color: #fff;
        padding: 12px 28px;
        font-size: 18px;
        border-radius: 5px;
    }
    
    .advance-plan h2 {
        margin-top: 14px!important;
    }
    /*#pricing-section .pricing-block{
    box-sizing: border-box;
    margin: 0 0 60px;
    position: relative;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border: 1px solid #e4e5e6;
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#pricing-section .advance-plan {
    background: linear-gradient(to bottom left, #02bbe6 0%, #595496 100%);
}
#pricing-section .advance-plan a {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #fff !important;
}
#pricing-section .advance-plan a:hover {
    box-shadow: 0 0 0 3px #fff;
    background-color: transparent!important;
}

#pricing-section .pricing-block:hover {
    box-shadow: 0 10px 50px -5px rgba(0,0,0,.15);
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
    /*cursor: pointer;
}*/
    /*media queries By Raghu AK*/
    
    @media (min-width: 992px) and (max-width: 1199px) {}
    /*992px media end*/
    
    @media (min-width: 768px) and (max-width: 991px) {}
    /*768px media end*/
    
    @media screen and (max-width: 767px) and (min-width: 320px) {
        #get-start-demo .heading-text h1 {
            font-size: 20px;
            line-height: 1.50em;
        }
        #get-start-demo .heading-text p {
            font-size: 14px;
            width: 92%;
            line-height: 24px;
        }
    }
    /*767px media end*/