/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
@font-face {
    font-family: 'bebasregular';
    src: url('BEBAS___-webfont.eot');
    src: url('BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('BEBAS___-webfont.woff') format('woff'),
         url('BEBAS___-webfont.ttf') format('truetype'),
         url('BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}
ul , h1, h2,h3,h4,h5,h6{
    margin: 0px;
    padding: 0px;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
body{
    font-family: 'Montserrat', sans-serif';
}
body.overflow{
    overflow: hidden;
}
.wrapper{
    width: 100%;
    float: left;
}
.container{
    max-width: 980px;
    margin: 0 auto;
}

/*=============== HEADER ===============*/
.header .logo{
    float: left;
    margin-top: 23px;
    width: 21%;
}
.menu-icon{
    display: none;
}
.nav{
    float: left;
    margin-left: 3%;
    width: 76%;
}
.navigation{
    float: left; 
    margin-left: 20px;  
}
.navigation li{
    list-style: none;
    float: left;
    margin: 0px 15px;
    line-height: 100px;
}
.navigation li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    text-transform: uppercase;
}
.navigation li a:hover{
    color: #2972B6;
}
.nav-content .right-nav{
    float: right;
    margin-top: 30px;
}

.right-nav h4{
    color: #666666;
    font-size: 24px;
    background: url('../img/phone-icon.png') left center no-repeat;
    padding-left:  33px;
    float: left;
    margin-right: 27px;
    margin-top: 5px;
}
.right-nav a{
    font-size: 24px;
    color: #fff;
    display: block;
    text-decoration: none;
    background: #ffb400;
    border-radius: 3px;
    padding: 4px 25px;
    border: 0px;
    font-weight: 600;
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.right-nav a:hover{
    background: #1e81ec ;
}

/*MEDIA QUERY*/

@media(max-width: 1100px){
    .header .logo img{
        max-width: 100%;
        height: auto;
    }
    .right-nav h4 , .right-nav a{
        font-size: 20px;
    }
}
@media(max-width: 1000px){
    .navigation li a{
        font-size: 14px;
    }
    .right-nav h4 , .right-nav a{
        font-size: 18px;
    }
    .right-nav h4{
        margin-right: 15px;
    }
    .right-nav a{
        padding: 4px 18px;
    }
    .navigation li{
        line-height: 88px;
    }
}
@media(max-width: 900px){
    .header{
        padding: 20px 0px;
        position: relative;
    }
    .header .logo{
        margin-top: 5px;
    }
    .menu-icon{
        display: block;
        margin-top: 8px;
        cursor: pointer;
        position: absolute;
        top: 25px;
        right: 20px;
    }
    .menu-icon .bar{
        height: 3px;
        margin: 7px 0px;
        width: 32px;
        background: #1e81ec;
    }
    .nav-content{
        position: absolute;
        top: 100%;
        left: 0px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background: #fff;
        width: 100%;
        float: left;
        padding-top: 15px;
        display: none;
        padding: 10px 20px 0px;
        transition:all ease .9s;
    }
    .nav-content.active{
        display: block;
    }
    .nav{
        width: 100%;
        float: left;
        margin-left: -2.5%;
    }
    .nav-content .navigation , .nav-content .right-nav{
        float: left;
        width: 100%;
    }
    .nav-content .navigation  li{
        float: left;
        width: 100%;
        line-height: 57px;
        text-align: center;
    }
    .navigation{
        margin-left: 0px;
    }
    .navigation  li a{
        font-size: 18px;
    }
    .navigation  li a:hover{
        color: #1e81ec;
    }
    .nav-content .right-nav{
        margin-top: 8px;
        text-align: center;
    }
    .right-nav h4{
        display: none;
    }
    .right-nav a{
        padding: 6px 30px;
        font-size: 22px;
        margin-bottom: 25px; 
        margin-left: 0px;
    }
    .navigation li{
        margin: 0px;
    }
    .header .logo{
        width: inherit;
    }
}
@media(max-width: 480px){
    .header .logo img{
        width: 80%;
    }
    .menu-icon{
        top: 20px;
    }
    .nav-content{
        top: 83px;
    }
    .right-nav a{
        width: 100%;
    }
}



/*=============== BANNER ===============*/
.banner{
    background: url('../img/banner.jpg') center center no-repeat;
    text-align: center;
    background-size: cover;
    padding: 80px 0px 50px; 
}
.banner-video{
    position: relative;
    top: 80px;
    max-width: 680px;
    left: 50%;
    transform:translateX(-50%);
}
.banner-video iframe{
    width: 100%;
    border: 4px solid #fff;
    box-shadow:0 2px 10px #000;
}
.banner img{
    max-width: 100%;
    height: auto;
    margin-top: 50px;
}
.banner h1{
    font-size: 39px;
    color: #83b9f4;
    color: #fff;
    font-weight: 600;
    width: 76%;
    margin: 0 auto;
    letter-spacing: -.4px;
}
.banner span{
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-align: center !important;
    display: block;
    margin-top: -12px;
}
.banner p{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    width: 65%;
    margin: 10px auto 0px;
    line-height: 30px;
    margin-bottom: -35px;
}

/*MEDIA QUERY*/
@media(max-width: 1200px){
    .banner h1{
        width: 90%;
    }
    .banner p{
        width: 75%;
    }
}
@media(max-width: 1000px){
    .banner h1 , .banner p{
        width: 100%;
    }
}
@media(max-width: 900px){
    .banner h1{
        font-size: 46px;
        letter-spacing: -1px;
    }
    .banner p{
        font-size: 20px;
    }

}
@media(max-width: 768px){
     .banner span{
        text-align: center !important;
        margin-top: 3px;
    }
    .banner-video{
        top: 80px;
    }
    .banner-video iframe{
        height:  350px !important;
    }

}
@media(max-width: 640px){
    .banner h1{
        font-size: 42px;
        line-height: 50px;
    }
    .banner-video iframe{
        height: 280px !important;
    }

    .banner-video{
        top: 80px;
    }
}

@media(max-width: 480px){
    .banner h1{
        font-size: 28px;
        line-height: 38px;
    }
    .banner p{
        font-size: 16px; 
        line-height: 20px;
        margin-bottom: -45px;
    }

    .banner-video iframe{
        height: 200px !important;
    }
}


/*=============== FEATURES ===============*/

.features{
    padding: 20px 10px 15px 20px;
}
.features .feature-list{
    float: left;
    text-align: center;
    width: 25%;
    min-height: 140px;
    padding: 0px 20px;
}
.feature-list .features-img{
    height: 80px;
}
.feature-list h2{
    font-size: 26px;
    color: #666666;
    font-weight: 400;
    margin: 12px 0px 0px;
}
.feature-list p{
    font-size: 14px;
    color: #666666;
    font-weight: 300;
}

/*MEDIA QUERY*/
@media(max-width: 768px){
    .features .feature-list{
        width: 50%;
        margin-bottom: 25px;
    }
    .features{
        padding: 80px 0px 30px;
    }
}
@media(max-width: 480px){
   .features{
        padding: 50px 0px 20px;
    }
    .features .feature-list{
        margin-bottom: 30px;
        padding: 0px;
    }
    .feature-list h2{
        margin: 5px 0px 0px;
        font-size: 22px;
    }
    .feature-list p{
        margin: 0px;
    }

}














/*=============== PROJECT MANAGEMENT ===============*/
.project-management{
    background: url('../img/green-banner.jpg') center center repeat-x;
    padding: 75px 0px;    
    text-align: center;
    position: relative;
    z-index: 100;
}
.project-management:after{
    height: 50px;
    content: "";
    bottom: -36px;
    width: 155px;
    background: url('../img/green-triangle.png') center center no-repeat;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
}
.project-management h2{
    font-size: 45px;    
    font-weight:400;
    line-height: 50px;
    color: #fff;
}
.project-management h2 span{
    color: #ffb400;
    font-weight: 500;
}
.project-management p{
    font-weight: 300;
    font-size: 22px;
    margin: 22px 0px;
    color: #fff;
}
.project-management a.click-away{
    width: 525px;
    display: inline-block;
    text-decoration: none;
    height: 68px;
    background: url('../img/click-away-bg.png') center center no-repeat;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 68px;
}

/*MEDIA QUERY*/
@media(max-width: 1050px){
    .project-management h2{
        font-size: 42px;
    }
}
@media(max-width: 900px){
    .project-management h2{
        font-size: 36px;
    }
}
@media(max-width: 768px){
    .project-management h2{
        font-size: 28px;
        line-height: 38px;
    }
    .project-management p{
        font-size: 20px;
        margin: 18px 0px;
    }
    .project-management a.click-away{
        background-size: 80%;
        font-size: 20px;
        width: 450px;
    }
    .project-management{
        padding: 50px 0px;
    }
}
@media(max-width: 480px){
    .project-management h2{
        font-size: 18px;
        line-height: 27px;
    }
    .project-management p{
        font-size: 16px;
    }
    .project-management a.click-away{
        font-size: 14px;
        width: 100%;
        line-height: 38px;
        height: 38px;
        background-size: cover;
    }
}



/*=============== TEMPLATES ===============*/
.templates{
    padding: 30px 0px 60px;
    text-align: center;
    position: relative;
}
.templates:after{
    height: 50px;
    content: "";
    bottom: -46px;
    width: 155px;
    background: url('../img/white-triangle.png') center center no-repeat;
    position: absolute;
    z-index: 100;
    left: 50%;
    transform:translateX(-50%);
}
.templates h1{
    color: #555555;
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 8px;
    line-height: 50px;
    letter-spacing: -1.5px;
}
.templates h6{
    color: #555555;
    font-size: 26px;
    font-weight: 400;
    margin-bottom:45px;: 
}
.templates h1 span{
    color: #2972b6;
    font-weight: 600;
}
.template-content{
    margin-top: 50px;
}
.template-content .template-list{
    background: #fff;
    box-shadow:1px 3px 20px #ccc;
    padding: 25px 15px;
    text-align: left;
    position: relative;
    margin-bottom: 35px;
}
.template-content .template-column{
    float: left;
    width: 31.5%;
    background: #fff;
}
.template-content .template-column2{
    float: left;
    width: 37%;
    background: #fff;
}
.template-column2 img{
    height: auto;
    max-width: 95%;
    position: relative;
    right: 14px;
    top: 0px;
}
.template-list h4{
    color: #2972b6;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}
.template-list p{
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0px;
    line-height: 22px;
    margin-bottom: 0px;
}
.template-list span{
    position: absolute;
    width: 36px;
    z-index: 100;
    height: 36px;
    background: #1e81ec;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    top: -12px;
    line-height: 37px;
}
.template-list span.top-right{
    right: -60px;
}
.template-list span.top-left{
    left: -60px;
}
.template-list .triangle-topleft{
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    position: absolute;
    top: 0px;
    right:-15px;
    border-right: 16px solid transparent; 
}
.template-list .triangle-topleft{
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    position: absolute;
    top: 0px;
    right:-15px;
    border-right: 16px solid transparent; 
}
.template-list .triangle-topright{
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    position: absolute;
    top: 0px;
    left:-15px;
    border-left: 16px solid transparent; 
}
.templates ul{
    float: left;
    width: 100%;
    margin-top: 20px; 
}
.templates ul li{
    font-size: 20px;
    color: #666666;
    font-weight: 400;
    line-height: 38px;
    list-style: none;
    text-align: left;
    margin-bottom: 10px;
}
.templates ul li span.list-numbering{
    width: 38px;
    height: 38px;
    background: #1e81ec;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    line-height: 39px;
    left: 0px;
    display: block;
    float: left;
    margin-right: 15px;
}
.templates ul li span.green{
    color: #1e81ec;
    font-weight: 500;
}

/*MEIDA QUERY*/
@media(max-width: 1000px){
    .templates h1{
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 8px;
    }
    .template-column2 img{
        max-width: 100%;
    }
}
@media(max-width: 900){
    .template-list h4{
        font-size: 16px;
    }
}
@media(max-width: 768px){
    .template-content .template-column2{
        display: none;
    }
    .template-list .triangle-topright{
        display: none;
    }
    .template-content .template-column{
        width: 48%;
        float: left;
    }
    .template-content .template-column:last-of-type{
        float: right;
    }
    .templates ul li{
        font-size: 18px;
    }
    .templates ul li span.list-numbering{
        width: 30px;
        line-height: 31px;
        height: 30px;
        margin-top: 6px;
    }
        .template-list .triangle-topleft{
        display: none;
    }
    .template-list span.top-right , .template-list span.top-left{
        position: inherit;
        left: 0px;
        right: 0px;
    }
    .template-list span{
        display: block;
        float: left;
        margin-right: 10px; 
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .template-list h4{
        margin-bottom: 0px;
        margin-top: -7px;
    }
    .template-list p{
        width: 100%;
        margin-top: 12px;
    }
}
@media(max-width: 640px){ 
    .template-content .template-column{
        width: 100%;
        float: left !important;
    }
    .template-list .triangle-topleft{
        display: none;
    }
    .template-list span.top-right , .template-list span.top-left{
        position: inherit;
        left: 0px;
        right: 0px;
    }
    .template-list span{
        display: block;
        float: left;
        margin-right: 10px; 
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .template-list h4{
        margin-bottom: 0px;
        margin-top: -7px;
    }
    .template-list p{
        width: 100%;
        margin-top: 12px;
    }
    .templates ul li{
        font-size: 16px;
        line-height: 30px;
    }
    .templates ul li span.list-numbering{
        margin-top: 0px;
    }

}
@media(max-width: 480px){
    .templates h1{
        font-size: 24px;
        line-height: 32px;
    }
    .templates ul{
        margin-top: 10px;
    }

    .templates h6{
        font-size: 20px;
        margin-bottom: 40px;
    }
    .templates h1{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 12px;
    }
}

/*=============== PRODUCT FEATURES ===============*/
.product-features{
    background: #eeeeee;
    padding-top: 70px;
    padding-bottom: 110px;
    position: relative;
}
.product-features:after{
    height: 50px;
    content: "";
    bottom: -44px;
    width: 155px;
    background: url('../img/gray-triangle3.png') center center no-repeat;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    z-index: 2000;
}

/*RIBBON*/
.ribbon {   
    font-size: 16px !important;
    width: 87%;
    position: relative;
    background: #eca61e;
    color: #fff;
    text-align: center;
    padding: 0px; 
    margin: 15px auto 30px; 
}
.ribbon-content{
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -.2px;
    line-height: 64px;
}
.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: 0px;
 border: 32px solid #eca61e;
 z-index: 1;
}
.ribbon:before {
 left: -5%;
 border-right-width: 32px;
 border-left-color: transparent;
}
.ribbon:after {
 right: -5%;
 border-left-width: 32px;
 border-right-color: transparent;
}


/*TABS*/

.tabs-container{
    width: 100%;
    float: left;
}
.product-features-content{
    background: #fff;
    border-radius: 4px;
    padding: 20px 0px;
    float: left;
    width: 100%; 
    text-align: center;
    margin-bottom: 20px;
}
.product-features-content:last-of-type{
    margin-bottom: 0px;
}
.product-features-content h1{
    font-size: 30px;
    color: #4267b2;
    font-weight: 600;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 27px;
    padding: 0px 25px 18px;
    text-align: left;
}
.product-features-content img{
    padding: 25px 25px;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    height: auto;
}

.product-features .tabs-list {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    width: 360px;
}

.tabs-list li {
    float: left;
    letter-spacing: -.2px;
    margin: 0;
    width: 100%;
    cursor: pointer;
    padding: 0px 15px;
    font-weight: 400;
    text-align: right;
    line-height: 60px;
    color: #666666;
    overflow: hidden;
    position: relative;
    font-size: 20px;
}

.tabs-list li.active {
    color: #1e81ec;
    background: #fff;
    display: block;
}

.tab_container {
    padding: 20px;
    float: left;
    width: calc(100% - 360px);
    background: #fff;
    overflow: auto;
}

.tab_content {
    display: none;
}
.tab-content-img{
    background: #eeeeee;
    padding: 20px;
    text-align: center;
}
.tab-content-img img{
    max-width: 100%;
    height: auto;
}
.tab-content-list{
    padding: 22px 25px 0px 25px;
    float: left;
    width: 100%;
    border-top: 1px solid #eeeeee;
}
.tab-content-list li{
    background: url('../img/list-bg2.png') left top no-repeat;
    list-style: none;
    padding-left: 25px;
    line-height: 18px;
    padding-right: 5px;
    padding-bottom:14px; 
    text-align: left;
    font-size: 15px;
    float: left;
    width: 33.33%;
    color: #000000;
    font-weight: 300;
}

.tab_drawer_heading { display: none;  position: relative;}



/*************************MEDIA QUERY************************/
@media(max-width: 1050px){
    .product-features .tabs-list{
        width: 300px;
    }
    .tab_container{
        width: calc(100% - 300px);
    }
    .tabs-list li{
        font-size: 16px;
        line-height: 55px;
    }
    .tab-content-list li{
        font-size: 14px;
    }
}



@media(max-width: 768px){
    .ribbon-content{
        font-size: 40px;
    }
    .ribbon::before{
        left: -8%;
    }
    .ribbon::after{
        right: -8%;
    }
    .ribbon{
        widows: 75%;
    }
    .tab-content-list li{
        width: 50%;
    }
}
@media(max-width: 640px){
    .ribbon-content{
        font-size: 34px;
    }
    .product-features{
        padding-bottom: 60px;
    }
}
@media(max-width: 480px){
    .ribbon-content{
        font-size: 26px;
        line-height: 54px;
    }
    .product-features-content h1{
        font-size: 18px;
        padding: 0 15px 15px;
    }
    .ribbon{
        width: 80%;
    }       
    .ribbon:before, .ribbon:after {
         content: "";
         position: absolute;
         display: block;
         bottom: 0px;
        border: 27px solid #ECA61E;
        z-index: 1;
    }
    .ribbon:before {
        border-right-width:15px;
        left: -12%;
        border-left-color: transparent;
    }
    .ribbon:after {
        border-right-color: transparent;
        border-left-width: 15px;
        right: -12%;
    }
    .tab_drawer_heading{
        font-size: 18px !important;
    }
    .tab-content-img{
        padding: 15px;
    }
    .tab-content-list li{
        width: 100%;
        font-size: 13px;
    }
    .tab-content-list{
        padding: 22px 15px 0;
    }

    .tab_content{
        padding: 15px 15px 0; 
    }
}
@media(max-width: 360px){
    .ribbon-content{
        font-size: 24px;
        line-height: 54px;
    }
    .ribbon:before {
        left: -14%;
    }
    .ribbon:after {
        right: -14%;
    }
}


@media screen and (max-width: 768px) {
    .tabs-list {
        display: none;
    }
    .tab_content{
        background: #fff;
        padding: 20px 20px 0px 20px;
        margin-bottom: 20px;
        float: left;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius:4px;
    }
    .tab_drawer_heading {
        margin: 0;
        float: left;
        width: 100%;
        padding: 8px 15px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #666666;
        margin-bottom: 15px;
        background: #fff;
        font-size: 22px;
        font-weight: 400;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);        border-radius: 4px;
    }
    .d_active {
        color: #1e81ec;
        border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-bottom: 0px;
        border-bottom: 1px solid #eee; 
        box-shadow: none;
    }
    .tab_container{
        width: 100%;
        background: transparent;
        padding: 0px;
    }
    .tab_drawer_heading:after {
        content:"";
        display: block;
        position: absolute;
        right: 20px;
        top: 45%;
        width: 0px; 
        height: 0px; 
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #666666;
    }
    .tab_drawer_heading.d_active:after {
        border-bottom: 8px solid #1e81ec;
        border-top:0;
     }
}




/*=============== BUNDLE TEMPLATE ===============*/

.bundle-template{
    background: url('../img/bundle-template-bg.jpg') center center no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 50px;
    position: relative;
}
.bundle-template:after{
    height: 50px;
    content: "";
    bottom: -44px;
    width: 155px;
    background: url('../img/gray-triangle.png') center center no-repeat;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    z-index: 2000;
}

.bundle-template h1{
    color: #333333;
    text-align: center;
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 30px;
}
.main-tempaltes{
    float: left;
    width: 100%;
    margin-top: 28px;
}
.main-tempaltes .bundle-template-list{
    float: left;
    width: 32%;
    margin-right: 2%;
    list-style: none;
    margin-bottom: 30px;
    box-shadow: 0px 0px 4px #ccc;
    border-radius: 3px;
    padding-bottom: 18px;
    min-height: 260px;
    background: #fff;
    text-align: center;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
.main-tempaltes .bundle-template-list:hover{
    box-shadow: 0px 0px 20px #999;
}
.main-tempaltes .bundle-template-list:nth-child(3n){
    margin-right: 0px;
}
.bundle-template-list h5{
    color: #1e81ec;
    font-size: 18px;
    padding: 15px 15px;
    line-height: 22px;
    font-weight: 500;
    margin: 3px 0px;
    background: #fff;
    letter-spacing: -.3px;
}
.bundle-template-list > img{
    max-width: 100%
}
.bundle-template-list .icons{
    padding: 12px 15px;
    background: #f5f5f5;
}
.bundle-template-list .icons img{
    margin-right: 5px;
}
.bundle-template-list ul{
    background: #fff;
    padding: 15px 15px;
    min-height: 165px;
}
.bundle-template-list ul li{
    list-style: none;
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.3px;
}
.bundle-btn{
    padding: 0px 15px;
    font-size: 0px;
}
.bundle-btn a{
    border-radius: 3px;
    background: #459405;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    line-height: 45px;
    width: 60%;
    border: 0px;
}
.bundle-btn a{
    font-size: 18px;
    color: #666666;
    background: #eeeeee;
    line-height: 40px;
    display: inline-block;
    text-decoration: none;
}
.bundle-btn a:hover{
    background: #1e81ec;
    color:white;
}
/*MEDIA QUERY*/
@media(max-width: 1000px){
    .main-tempaltes .bundle-template-list{
        min-height: 315px;
    }
}
@media(max-width: 900px){
    .bundle-template-list h5{
        font-size: 20px;
    }   
    .bundle-btn button , .bundle-btn a{
        font-size: 16px;
        letter-spacing: -.2px;
    }
}
@media(max-width: 768px){
    .main-tempaltes .bundle-template-list{
        width: 49%;
    }
    .main-tempaltes .bundle-template-list:nth-child(2n){
        margin-right:0px; 
    }
    .main-tempaltes .bundle-template-list:nth-child(3n){
        margin-right: 2%;
    }
    .main-tempaltes .bundle-template-list:nth-child(6){
        margin-right: 0px;
    }
    .bundle-btn button , .bundle-btn a{
        font-size: 18px;
        letter-spacing: 0;
    }
}
@media(max-width: 640px){
    .bundle-template-list h5{
        font-size: 16px;
    }   
    .bundle-btn button , .bundle-btn a{
        font-size: 14px;
    }  
    .bundle-template-list ul li{
        font-size: 12px;
    }
    .bundle-template h1{
        font-size: 38px;
    }
}
@media(max-width: 605px){
    .main-tempaltes .bundle-template-list{
        min-height: 265px;
    }
}
@media(max-width: 480px){

    .main-tempaltes .bundle-template-list{
        width: 100%;
        margin-right: 0px !important
    }
    .bundle-btn button , .bundle-btn a{
        font-size: 18px;
        letter-spacing: 0;
    }   
    .bundle-template h1{
        font-size: 26px;
    }
    .bundle-template-list > img{
        width: 100%;
    }
    .main-tempaltes .bundle-template-list{
        min-height: auto;
    }
}


/*=============== INSIDE CONTENT ===============*/
.inside-wrapper{
    padding: 60px 0px;
    position: relative;
}
.inside-wrapper:after{
    height: 50px;
    content: "";
    bottom: -44px;
    width: 155px;
    background: url('../img/white-triangle.png') center center no-repeat;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
}
.inside-wrapper h1{
    color: #68b309;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.what-inside li{
    background: url('../img/bottom-border.png') bottom center no-repeat;
    padding-bottom: 60px;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.what-inside li:last-of-type{
    background: none ;
    margin-bottom: 0px;
    padding-bottom: 30px;
}
.inside-content{
    float: left;
    width: 55%;
}
.inside-content-img{
    width: 42%;
    margin-right: 3%;
}
.inside-content-img img{
    width: 100%;
    height: 390px;
}
.inside-content h2{
    color: #1e81ec;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -.2px;
    margin-bottom: 15px;
    padding-top: 35px;
}
.inside-content > ul{
    text-align: left;
}
.inside-content > ul li{
    color: #666666;
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 0px;
    background: url('../img/list-bg.png') left top 2px no-repeat;
    margin-bottom: 10px;
    text-align: left;
    line-height: 25px;
    padding-left: 30px;
}

.inside-content.right-img{
    float: right;
    margin-right: 0px;
    margin-left: 3%;
}


/*MEDIA QUERY*/
@media(max-width: 800px){
    .inside-content h2{
        padding-top: 0px;
        font-size: 24px;
        line-height: 28px;
    }
    .inside-content > ul li{
        font-size: 14px;
    }
    .what-inside li{
        background-size: contain;
    }

    .inside-content-img img{
        height: auto;
    }
}
@media(max-width: 640px){
    .inside-content{
        margin-right: 0px;
        width: 100%;
    }
    .inside-wrapper h1{
        margin-bottom: 35px;
    }
    .inside-content-img{
        margin-bottom: 25px;
    }
    
}
@media(max-width: 480px){
    .inside-wrapper h1{
        margin-bottom: 25px;
        font-size: 32px;
    }
    .inside-content h2{
        font-size: 19px;
        line-height: 25px;
    }
    .inside-content-img img{
        height: 280px;
    }
    .what-inside li{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}


/*=============== BUNDLE TEMPLATE ===============*/
.templates-redesigned{
    padding: 70px 0px;
    background: #f5f5f5;
    position: relative;
}

.templates-redesigned:after{
    height: 50px;
    content: "";
    bottom: -44px;
    width: 155px;
    background: url('../img/white-triangle.png') center center no-repeat;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    z-index: 2000;
}
.redesigned-content{
    float: left;
    width: 50%;
}
.redesigned-content-img{
    float: right;
}
.redesigned-content img{
    max-width: 100%;
    height: auto;
}
.redesigned-content h4{
    font-size: 24px;
    color: #313131;
    font-weight: 400;
    letter-spacing: -.2px;
    margin-top: 45px;
}
.redesigned-content h2{
    font-size: 36px;
    color: #2972b6;
    line-height: 36px;
    font-weight: 600;
    margin: 20px 0px;
}
.redesigned-content p{
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 22px;
}
.redesigned-content a{
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    border: 0px;
    font-weight: 400;
    background: #ffb400;
    border-radius: 3px;
    padding: 10px 60px;
}
/*MEDIA QUERY/*/
@media(max-width: 1050px){
    .redesigned-content h2{
        font-size: 31px;
    }
    .redesigned-content h4{
        font-size: 20px;
        margin-top: 0px;
    }
    .redesigned-content p{
        font-size: 16px;
    }
}
@media(max-width: 768px){
    .redesigned-content{
        width: 100%;
        text-align: center;
    }
    .redesigned-content-img{
        float: none;
        text-align: center;
    }
    .redesigned-content img{
        margin-bottom: 50px;
        text-align: center;
    }
    .redesigned-content h2{
        font-size: 36px;
    }
    .redesigned-content h4{
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .redesigned-content p{
        font-size: 18px;
    }
    .redesigned-content p br{
        display: none;
    }
}
@media(max-width: 480px){
    .redesigned-content h4{
        font-size: 19px;
        margin-top: 10px;
    }
    .redesigned-content h2{
        font-size: 22px;
        line-height: 28px;
        margin-top: 15px;
    }
    .redesigned-content p{
        font-size: 16px;
    }
    .redesigned-content a{
        width: 100%;
        font-size: 20px;
        padding: 8px 15px; 
    }
    .redesigned-content img{
        margin-top: 50px;
    }
    .templates-redesigned{
        padding: 50px 0px;
    }
}

/*=============== BUSINESS SOLUTION ===============*/

.business-solution{
    background: url('../img/templates-bundle-img.png') center center no-repeat , url('../img/templates-bundle.jpg') center center no-repeat;
    padding: 100px 0px 80px;
    text-align: center;
    background-size: contain , cover;
    position: relative;
}
.business-solution:after{
    height: 50px;
    content: "";
    bottom: -44px;
    width: 155px;
    background: url('../img/black-triangle2.png') center center no-repeat;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    z-index: 200;
}

.green-box{
    border-radius: 50%;
    max-width: 450px;
    margin: 0 auto;
    height: 450px;
    padding: 40px 0px 0px;
    overflow: hidden;
    background-color: #4267b2;
    box-shadow: 0px 32px 80px 0px rgba(0, 0, 0, 0.82);
}
.green-box img{
    margin-bottom: 12px;
    margin-top: 3px;
}
.green-box h5{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.green-box h3{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-top: -6px;
}
.green-box p{
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    padding: 0px 45px;
    margin: 5px 0px 15px;
    font-weight: 300;
}
.price-bar{
    padding: 5px 0px;
    width: 100%;
    background: #2972b6;
}
.price-bar h4{
    font-size: 32px;
    color: #eaff00;
    font-weight: 600;
    letter-spacing: -.3px;
}
.price-bar h4 span{
    color: #000000;
    font-size: 21px;
    font-weight: 400;
    margin-left: 10px;
    margin-top: -5px;
}
.green-box a{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    border: 0px;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    padding: 8px 35px;
    margin: 15px 0px;
    text-transform: uppercase; 
    text-decoration: none;
    display: inline-block;
}
.green-box a:hover{
    background: #EAFF00;
}
.green-box a.inside{
    color: #000000;
    background: none;
    width: 100%;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
}
.green-box a.inside:hover{
    color: white;
    text-decoration: underline;
}


/*MEDIA QUERY*/
@media(max-width: 640px){
    .green-box h5{
        font-size: 20px;
        padding: 0px 10px;
    }
    .green-box h3{
        padding: 0px 10px;
        font-size: 30px;
    }
    .green-box p{
        font-size: 17px;
        line-height: 23px;
        padding: 0px 35px;
    }
    .business-solution{
        padding: 140px 0px;
    }
}
@media(max-width: 480px){
    .green-box{
        border-radius: 4px;
        height: auto;
        max-width: auto;
        padding-top: 45px;
        padding-bottom: 40px;
    }
    .green-box h3{
        font-size: 24px;
        margin-top: 0px;
    }
    .green-box a{
        font-size: 18px;
    }
    .green-box p {
        line-height: 23px;
        padding: 0 15px;
        font-size: 14px;
    }
    .business-solution{
        padding: 70px 0px;
    }
}
/*=============== BUSINESS SOLUTION ===============*/


.forex-market{
    padding: 50px 0px;
    text-align: center;
    position: relative;
    background: #eeeeee;
}

.forex-market:after{
    height: 50px;
    content: "";
    bottom: -44px;
    width: 155px;
    background: url('../img/gray-triangle3.png') center center no-repeat;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
}
.forex-market h1{
    font-size: 45px;
    color: #555555;
    font-weight: 400;
    letter-spacing: -1.9px;
    margin-top: 20px;
}
.forex-market h1 span{
    color: #ff0000;
    font-weight: 600;
}
.forex-market h2{
    font-size: 24px;
    color: #666666;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 2px;
}
.forex-market h2 span{
    font-weight: 500;
    color: #ff0000;
}
.forex-market ul{
    float: left;
    width: 100%;
}
.forex-market ul li{
    width: 32%;
    margin-right: 2%;
    float: left;
    border:1px solid #f0f0f0;
    text-align: center;
    padding: 20px 0px;
    background: #fff;
    border-radius: 12px;
    list-style: none;
    margin-bottom: 25px;
    min-height: 175px;
}
.forex-market ul li:nth-child(3n){
    margin-right: 0px;
}
.forex-market ul li span{
    width: 70px;
    height: 70px;
    line-height: 72px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    background: #ff3434;
    display: inline-block;
    border-radius: 50%;
}
.forex-market ul li p{
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 0px;
    line-height: 26px;
}


/*MEDIA QUERY*/
@media(max-width: 1150px){
    .forex-market h1{
        font-size: 42px;
    }
}
@media(max-width: 1000px){
    .forex-market h1{
        line-height: 45px;
        margin-bottom: 10px;
        margin-top: 25px;        
    }   
    .forex-market ul li p{
        font-size: 18px;
        padding: 0px 10px;
    }
}
@media(max-width: 768px){
    .forex-market ul li{
        width: 48%;
    }
    .forex-market ul li:nth-child(2n){
        margin-right: 0%;
    }
    .forex-market ul li:nth-child(3n){
        margin-right: 2%;
    }

}
@media(max-width: 640px){
    .forex-market ul li p{
        font-size: 15px;
        line-height: 18px;
        margin-top: 15px;
    }
}
@media(max-width: 480px){
    .forex-market ul li{
        width: 100%;
        margin-right: 0 !important;
        padding: 
    }
    .forex-market ul li p{
        font-size: 18px;
        line-height: 24px;
        margin-top: 15px;
    }
}



/*=============== REASONS SECTION ===============*/
.reasons-section{
    background: url('../img/green-banner.jpg') center center repeat;
    padding: 70px 0px;
    text-align: center;
}
.reasons-section{
    position: relative;
    z-index: 100;
}
.reasons-section:after{
    height: 50px;
    content: "";
    bottom: -36px;
    width: 155px;
    background: url('../img/green-triangle.png') center center no-repeat;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
}
.reasons-section h1{
    font-size: 45px;
    color: #fff;
    line-height: 52px;
    font-weight: 500;
    letter-spacing: -.6px;
    margin-bottom: 5px;
}
.reasons-section h6{
    width: 100%;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    margin-bottom: -3px;
}
.reasons-section h4{
    color: #fff;
    margin: 0px;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.5px;
    margin-bottom: 35px;
}
.reasons-section h4 span{
    color: #eaff00;
    font-weight: 500;
}
.reasons{
    float: left;
    width: 100%;
}
.reasons .reason-content{
    float: left;
    width: 48%;
    margin-right: 4%;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 35px;
    padding: 25px;
}
.reasons .reason-content:nth-child(2n){
    margin-right: 0px;
}
.reason-content h1{
    color: #4267b2;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0px;
    line-height: inherit;
}
.reason-content p{
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    line-height: 22px;
}
/*TAB CSS*/

@media (max-width: 767px) {
    .tab-list { display: none;}
    .tabs.enabled .tab-heading { cursor:pointer; }
    .tabs.enabled .tab-heading.active-tab-heading { cursor: default; }
    .hidden-mobile { display: none;}
}

@media (min-width: 768px) {
    .tabs.enabled .tab-heading { display: none;}
    .tab-list li { display: inline; cursor:pointer;}
    .hidden-mobile { display: block !important;}
}


.tab-panel { margin-bottom:50px;}
.tabs.enabled .tab-heading:focus,
.tabs.enabled .tab-list li:focus { outline: 1px solid #ccc;  }
.tabs.enabled .tab-heading.active-tab-heading:focus,
.tabs.enabled .tab-list li.active-tab:focus { outline: none !important;}

@media (max-width: 767px) {
    .tabs.enabled .tab-heading { 
        padding: 0.5em; border-radius: 5px; border: 1px solid #ccc; box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
        background: #ddd;
        position: relative;
    }

    .tabs.enabled .tab-heading:after {
        content:"";
        display: block;
        position: absolute;
        right: 20px;
        top: 40%;
        width: 0px; 
        height: 0px; 
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #666666;
    }
    .tabs.enabled .tab-heading:hover,
    .tabs.enabled .tab-heading.active-tab-heading:hover { background-color: #fff}
    .tabs.enabled .tab-heading.active-tab-heading { background-color: #fff;  color:#1e81ec;}
    .tabs.enabled .tab-heading.active-tab-heading:after {
        border-bottom: 8px solid #1e81ec;
        border-top:0;
     }
}

@media (min-width: 768px) {
    .tab-list { float: left; width: 100%; padding: 0; }
    .tab-list li { background: #eee; width: 10.5%; margin-right: .61%; float: left; padding: 8px 0px; border-top-left-radius: 4px; border-top-right-radius: 4px;border: 1px solid #ddd; }
    .tab-list li:hover {background: #efefef }
    .tab-list li.active-tab {  background: #fff; border-bottom-color: #fff; color: #2972b6; font-weight: 500; margin-top: -4px; padding: 10px 0px;}
    .tabs-content {background: #fff; float: left; width: 100%; margin-top: -1px; padding: 27px 20px; text-align: left; margin-bottom:0px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }
    .tabs-content p{color: #666666; font-size: 16px; font-weight: 300; line-height: 25px; margin: 0px;}
}

.tab-list li{
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
.tabs.enabled .tab-heading{
        font-size: 20px;
        color: #666666;
        text-align: left;
        padding: 8px 15px;
        border: 0px;
        margin-bottom: 15px;
        background: #fff;
        font-weight: 400;
}
.tab-panel{
    background: #fff;
    padding: 15px 15px;
    margin-bottom: 15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; 
}
.tabs.enabled .tab-heading.active-tab-heading{
    margin-bottom: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}

@media(max-width: 900px){
    .reasons-section h1{
        font-size: 40px;
        line-height: 50px;
    }
    .tab-list li{
        font-size: 14px;
    }
}
@media(max-width: 768px){
    .tab-panel{
        background: #efefef;
    }
}
@media(max-width: 640px){
    .reasons-section h1{
        font-size: 30px;
        line-height: 42px;
    }
    .reasons-section h4{
        font-size: 24px;
        margin-bottom: 35px;
    }
    .reasons-section h6{
        margin-top: 0px;
    }
}
@media(max-width: 480px){
    .reasons-section h1{
        font-size: 30px;
        line-height: 32px;
        margin: 5px 0px;
    }   
    .reasons-section h6{
        font-size: 18px;
        margin-bottom: 3px;
    }
    .reasons-section h4{
        font-size: 22px;
    }
}




/*=============== TOP FEATURES ===============*/
.top-features2 {
    position: relative;
}
.top-features2:after{
    height: 50px;
    content: "";
    bottom: -45px;
    width: 155px;
    background: url('../img/green-black.png') center center no-repeat;
    position: absolute;
    left: 50.1%;
    transform:translateX(-50%);
}
.top-features2 h1{
    font-weight: 600;
    font-size: 45px;
    padding: 20px 0px;
    background: #fff;
    width: 100%;
    letter-spacing: -.8px;
    color: #1e81ec;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.top-features2 h1:after{
    height: 50px;
    content: "";
    bottom: -46px;
    width: 155px;
    background: url('../img/white-triangle.png') center center no-repeat;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
}

.top-features2 ul{
    width: 50%;
    float: left;
}
.features-content{
    background: url('../img/feature-bg.jpg') center center repeat;
    padding: 60px 0px;
}
.top-features2 ul li{
    list-style: none;
}
.top-features2 ul li h3{
    color: #fff;
    font-size: 24px;
    color: #fff;
    letter-spacing: -.3px;
    margin-top: 10px;
    font-weight: 400;
}
.features-right-content{
    padding-left: 50px;
}
.top-features2 ul li{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.top-features2 ul li .feature-icon{
    width: 75px;
    height: 55px;
    float: left;
}
.feature-icon img{
    max-width: 45px;
}
.feature-icon img.v-center{
    margin-top: 8px;
}


/*MEDIA QUERY*/
@media(max-width: 1100px){
    .top-features2 ul li h3{
        font-size: 24px;
        margin-top: 12px;
    }
    .feature-icon > img{
        max-width: 100%;
        height: auto;
    }
    .top-features2 ul li .feature-icon{
        height: 65px;
        width: 50px;
        margin-right: 20px;
    }
}
@media(max-width: 900px){
    .features-right-content{
        padding-left: 25px;
    }
    .top-features2 ul li h3{
        font-size: 22px;
    }
    .top-features2 ul li .feature-icon{
        height: 60px;
        width: 45px;
    }
}
@media(max-width: 768px){
    .top-features2 ul li h3{
        font-size: 20px;
    }
}
@media(max-width: 640px){
    .top-features2 ul{
        width: 100%;
    }

    .features-content{
        background: none;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .top-features2::after{
        background: none;
    }
    .features-content .container{
        max-width: auto;
        padding: 0px;
    }
    .features-left-content{
        background: url('../img/black-bg.jpg') center center repeat;
        padding: 40px 20px;
    }
    .features-right-content{
        background: url('../img/green-bg.jpg') center center repeat;
        padding: 40px 20px;
    }
    .top-features2 ul li h3{
        font-size: 24px;
    }
    .top-features2 ul:first-of-type{
        padding-top: 80px;
    }
    .top-features2 h1{
        font-size: 36px;
        letter-spacing: 0px;
    }
}

@media(max-width: 480px){
    .top-features2 ul li h3{
        font-size: 20px;
        margin-top: 3px;
    }
    .top-features2 ul li .feature-icon{
        height: 50px;
        width: 35px;
    }
    .top-features2 h1{
        font-size: 28px;
        padding: 15px 0px;
        margin-top: 10px;
        z-index: 2000;
    }
}

/*=============== Najam ===============*/

.money-back-najam{
    background: url('../img/templates-bundle.jpg') center center repeat;
    padding: 70px 0px;
    position: relative;
}

.najam-logo{
    float: left;
    width: 50%;
    padding-right: 30px;
    margin-top: 70px;
}
.najam-logo img{
    max-width: 100%;
}

.money-najam-content{
    float: right;
    width: 50%;
    margin-top: 20px;
}
.money-najam-content h1{
    color: #F0FF00;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -.5px;
}
.money-najam-content ul{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.money-najam-content ul li{
    margin-bottom: 25px;
    background: url('../img/tick-icon1.png') left top no-repeat;
    padding-left: 68px;
    margin-bottom: 15px;
    list-style:  none;
}
.money-najam-content ul li.second-icon{
    background: url('../img/icon-2.png') left top no-repeat;
}
.money-najam-content ul li h2{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}

.money-back-najam h2 span{
    font-weight: 500;
    color: #ff0000;
}


.money-back-najam button{
    color: #fff;
    font-weight: 500;
    padding: 8px 100px;
    border-radius: 2px;
    background: #ffb400;
    text-align: center; 
    border: 0px;
    font-size: 24px;
}
.buy-now{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.bonus-ribbon{
    background: url('../img/ribbon.png') left top no-repeat;
    width: 230px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    height: 230px;    
    position: absolute;
    top: 0px;  
    left: 0px;
}
.bonus-ribbon h2{
    color: #fff;
    font-weight: 500;
    font-size: 34px;
    text-align: center;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    margin: 67px 0px 0px -26px ;
    width: 100%;
}
.bonus-ribbon h2 span{
    color: #b04b24;
}
/*MEDIA QUERY*/
@media(max-width: 1050px){
    .money-najam-content h1{
        font-size: 40px;
    }
    .money-najam-content ul li h2{
        font-size: 20px;
    }
}
@media(max-width: 900px){
    .money-najam-content h1{
        font-size: 34px;
    }
}
@media(max-width: 768px){
    .guarantee-logo{
        width: 100%;
        margin-bottom:40px;
        text-align: center;
    }
    .money-najam-content{
        float: left;
        width: 100%;
    }
}
@media(max-width: 640px){
    .money-najam-content h1{
        font-size: 30px;
        letter-spacing: 0px;
    }
}
@media(max-width: 480px){
    .money-najam-content h1{
        line-height: 34px;
    }
    .money-najam-content ul li{
        background-size: 35px !important;
        padding-left: 50px;
    }
    .money-najam-content ul li h2{
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .money-najam-content button{
        font-size: 20px;
    }
    .money-back-najam button{
        width: 100%;
        padding: 10px 60px;
    }
}





/*=============== MONEY BACK GUARANTEE ===============*/
.money-back-guarantee{
    background: url('../img/money-guarantee-bg.jpg') center center repeat;
    padding: 70px 0px;
    position: relative;
}
.money-back-guarantee:after{
    background: url("../img/gray-triangle4.png") no-repeat scroll center center;
    bottom: -44px;
    z-index: 200;
    content: "";
    height: 50px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 155px;
}
.guarantee-logo{
    float: left;
    width: 50%;
    padding-right: 30px;
    margin-top: 35px;
}
.guarantee-logo img{
    max-width: 100%;
}

.money-guarantee-content{
    float: right;
    width: 50%;
    margin-top: 20px;
}
.money-guarantee-content h1{
    color: #2972b6;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -.5px;
}
.money-guarantee-content ul{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.money-guarantee-content ul li{
    margin-bottom: 25px;
    background: url('../img/icon-1.png') left top no-repeat;
    padding-left: 68px;
    margin-bottom: 15px;
    list-style:  none;
}
.money-guarantee-content ul li.second-icon{
    background: url('../img/icon-2.png') left top no-repeat;
}
.money-guarantee-content ul li h2{
    color: #333333;
    font-size: 20px;
    font-weight: 500;
}
.money-guarantee-content ul li p{
    color: #666666;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    margin-top: 3px;
}
.money-back-guarantee button{
    color: #fff;
    font-weight: 500;
    padding: 8px 100px;
    border-radius: 2px;
    background: #ffb400;
    text-align: center; 
    border: 0px;
    font-size: 24px;
}
.buy-now{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.bonus-ribbon{
    background: url('../img/ribbon.png') left top no-repeat;
    width: 230px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    height: 230px;    
    position: absolute;
    top: 0px;  
    left: 0px;
}
.bonus-ribbon h2{
    color: #fff;
    font-weight: 500;
    font-size: 34px;
    text-align: center;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    margin: 67px 0px 0px -26px ;
    width: 100%;
}
.bonus-ribbon h2 span{
    color: #b04b24;
}
/*MEDIA QUERY*/
@media(max-width: 1050px){
    .money-guarantee-content h1{
        font-size: 40px;
    }
    .money-guarantee-content ul li h2{
        font-size: 20px;
    }
}
@media(max-width: 900px){
    .money-guarantee-content h1{
        font-size: 34px;
    }
}
@media(max-width: 768px){
    .guarantee-logo{
        width: 100%;
        margin-bottom:40px;
        text-align: center;
    }
    .money-guarantee-content{
        float: left;
        width: 100%;
    }
}
@media(max-width: 640px){
    .money-guarantee-content h1{
        font-size: 30px;
        letter-spacing: 0px;
    }
}
@media(max-width: 480px){
    .money-guarantee-content h1{
        line-height: 34px;
    }
    .money-guarantee-content ul li{
        background-size: 35px !important;
        padding-left: 50px;
    }
    .money-guarantee-content ul li h2{
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .money-guarantee-content button{
        font-size: 20px;
    }
    .money-back-guarantee button{
        width: 100%;
        padding: 10px 60px;
    }
}


/*LIFE TIME ACCESS STYLE*/

.lifetime_access_section{
  position: relative;
  background: url('../img/section_2_bg.jpg') center center no-repeat;
  background-size: cover;
  padding: 150px 0px 175px;
}

.lifetime_access_section .text h3{
  color: #555555;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 25px 0px 0px;
  line-height: 58px;
  position: relative;
}
.lifetime_access_section .text h3:after{
  content: "";
  height: 12px;
  width: 144px;
  background: #999999;
  position: absolute;
  bottom: -38px;
  border-radius: 50px;
  left: 0px;
}
.lifetime_access_section .image{
  position: absolute;
  right: 0px;
  top: 0px;
  float: right;
}
.lifetime_access_section .image img{
  width: 100%;
}
.total_slides{
  margin: 80px 0px 43px;
}
.total_slides p{
  font-size: 57px;
  color: #dddddd;
  font-weight: 500;
  margin: 0px;
  line-height: 55px;
  display: inline-block;
  position: relative;
  letter-spacing: -1px;
}
.total_slides p:before{
  content: "";
  background: #dddddd;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 29px;
  left: 0px;
}
.total_slides p.black{
  color: #555555;
  margin-top: 15px;
  display: block;
}
.total_slides p.black:before{
  display: none;
}
a.btn{
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  background: #ffb400;
  padding: 14px 32px;
  display: block;
  margin-top: 8px;
  display: inline-block;
}



.template_list_content{
  padding: 126px 0px 120px;
  background: #eeeeee url('../img/dark_gray.png') center top no-repeat;
}
.all_listed_section{
  padding: 126px 0px 120px;
  background: #fff url('../img/gray_arrow.png') center top -2px no-repeat; 
}
h2.heading{
  text-align: center;
  font-size: 58px;
  font-weight: 500;
  color: #333333;
  line-height: 74px;
  margin: 0px;
  position: relative;
}
h2.heading:after{
  content: "";
  height: 12px;
  width: 144px;
  background: #ff00008c;
  position: absolute;
  bottom: -52px;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.template_content_wrap{
  margin-top: 132px;
}
.template_content{
  float: right;
  width: calc(100% - 490px);
  margin-top: -200px;
}
.template_list_content .slider{
  float: left;
  width: 100%;
  position: relative;
}
.slider a.dynamic_trigger{
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  left: 0;
  background: rgba(0,0,0,.4);
  display: block;
  padding: 18px 0px;
  text-align: center;
  margin-left: -16px;
  margin-right: -16px;
  width: 482px;
  cursor: pointer;
}
.slider a.dynamic_trigger:before{
  height: 0;
  width: 0;
  top: -16px;
  left: 0;
  border-bottom: 16px solid rgba(0,0,0,.8);
  border-left: 16px solid transparent;
  content: "";
  position: absolute;
}
.slider a.dynamic_trigger:after{
  height: 0;
  width: 0;
  top: -16px;
  right:0;
  border-bottom: 16px solid rgba(0,0,0,.8);
  border-right: 16px solid transparent;
  content: "";
  position: absolute;
}
.template_list_content .slider .lSSlideWrapper{
  float: left;
  margin-right: 40px;
  width: 450px;
  position: initial;
}
.template_list_content .slider .lSGallery{
    width: calc(100% - 490px) !important;
    float: left;
    transform: none !important;
}
.template_list_content .template_content_wrap ul, .slider .lSGallery{
  list-style: none;
  margin: 0px;
}
.template_list_content .slider .lSGallery li{
  float: left;
  margin-right: 30px !important;
  width: calc(20% - 24px) !important;
  margin-bottom: 30px;
  border:4px solid #f7f7f7;
  box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.1);
}
.template_list_content .slider .lSGallery li.active{
  border-color: #ccc;
}
.template_list_content .slider .lSGallery li:nth-child(5n), .template_list_content .slider .lSGallery{
  margin-right: 0px !important;
}
.template_list_content .template_content_wrap ul.templates_detail{
  margin-top: 16px;
}
.template_list_content .templates_detail h3{
  margin: 0px 0px 25px;
  color: #333333;
  font-weight: 500;
  font-size: 20px;
}
.template_list_content .template_content_wrap ul.templates_detail li{
  color: #333333;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 15px 2px 32px;
  background: url('../img/list_arrow.png') left center no-repeat;
  margin-bottom: 20px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.template_list_content .lSSlideOuter{
  padding: 0px 0px 20px;
}
.template_list_content .slider li{
  border:4px solid #f7f7f7;
  box-shadow: 5px 4px 6px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.template_list_content .slider li img{
  width: 100%;
  height: auto;
}
.template_list_content .slider .lSAction{
  position: absolute;
  bottom: 47px;
  left: 0px;
}
.template_list_content .slider .lSAction a{
  opacity: 1;
}
.template_list_content .slider .lSAction .lSPrev{
  background: url('../img/prev_icon.png') center center no-repeat;
  width: 49px;
  height: 26px;
  left: -70px;

}
.template_list_content .slider .lSAction .lSNext{
  background: url('../img/next_icon.png') center center no-repeat;
  width: 49px;
  height: 26px;
  left: 20px;
}

.lslide.active::after{
  display: none;
}


/*=============== INSIDE CONTENT ===============*/
.inside-wrapper{
    padding: 60px 0px;
    position: relative;
}
.inside-wrapper:after{
    height: 50px;
    content: "";
    bottom: -44px;
    width: 155px;
    background: url('../img/white-triangle.png') center center no-repeat;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
}
.inside-wrapper h1{
    color: #68b309;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.what-inside li{
    background: url('../img/bottom-border.png') bottom center no-repeat;
    padding-bottom: 60px;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.what-inside li:last-of-type{
    background: none ;
    margin-bottom: 0px;
    padding-bottom: 30px;
}
.inside-content{
    float: left;
    width: 55%;
}
.inside-content-img{
    width: 42%;
    margin-right: 3%;
}
.inside-content-img img{
    width: 100%;
    height: 390px;
}
.inside-content h2{
    color: #1e81ec;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -.2px;
    margin-bottom: 15px;
    padding-top: 35px;
}
.inside-content > ul{
    text-align: left;
}
.inside-content > ul li{
    color: #666666;
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 0px;
    background: url('../img/list-bg.png') left top 2px no-repeat;
    margin-bottom: 10px;
    text-align: left;
    line-height: 25px;
    padding-left: 30px;
}

.inside-content.right-img{
    float: right;
    margin-right: 0px;
    margin-left: 3%;
}


/*MEDIA QUERY*/
@media(max-width: 800px){
    .inside-content h2{
        padding-top: 0px;
        font-size: 24px;
        line-height: 28px;
    }
    .inside-content > ul li{
        font-size: 14px;
    }
    .what-inside li{
        background-size: contain;
    }

    .inside-content-img img{
        height: auto;
    }
}
@media(max-width: 640px){
    .inside-content{
        margin-right: 0px;
        width: 100%;
    }
    .inside-wrapper h1{
        margin-bottom: 35px;
    }
    .inside-content-img{
        margin-bottom: 25px;
    }
    
}
@media(max-width: 480px){
    .inside-wrapper h1{
        margin-bottom: 25px;
        font-size: 32px;
    }
    .inside-content h2{
        font-size: 19px;
        line-height: 25px;
    }
    .inside-content-img img{
        height: 280px;
    }
    .what-inside li{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}



/*=============== USER SECTION ===============*/
.user-section{
    padding: 90px 0px 70px;
    background: url('../img/testimonial-bg.jpg') center center no-repeat;
    background-size: cover;
}
.user-section h1{
    color: #666666;
    font-weight: 500;
    font-size: 45px;
    margin-bottom: 15px;
    text-align: center;
}
.content-slider li .user-profile{
    float: left;
    width: 130px;
    margin-left: 8%;
}
.user-profile .user-img{
    width: 100px;
    height: 100px;
    background: transparent;
    border-radius: 50%;
    overflow: hidden;
}
.user-profile .user-img img{
    width: 100%;
}
.content-slider li h3{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 5px;
    color: #666666;
}
.content-slider li h3 span{
    color: #1e81ec;
    font-weight: 500;
}
.user-faqs{
    background: #fff;
    box-shadow: 0px 0px 12px #999;
    margin: 0px;
    padding: 20px 20px;
    position: relative;
    border-radius: 4px;
    float: left;
    position: relative;
    width: calc(100% - 335px);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 3%;
}
.user-faqs p{
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    font-weight: 300;
}
.lSAction > a{
    margin-top: -20px;
}
.lSAction > .lSPrev{
    background: url('../img/left-arrow.png') center center no-repeat;
    height: 42px;
    width: 42px;
    margin-top: -38px;
}
.lSAction > .lSNext{
    background: url('../img/right-arrow.png') center center no-repeat;
    height: 42px;
    width: 42px;
    margin-top: -38px;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a{
    background-color:#1e81ec; 
}
.lSSlideOuter .lSPager.lSpg > li a{
    background-color: #cccccc;
    width: 14px;
    height: 14px;
    margin-top: 40px;
}
.gray-triangle{
    width: 0;
    height: 0;
    border-right: 12px solid #fff;
    position: absolute;
    top: 50%;
    left: -12px;
    transform:translateY(-50%);
    border-top: 12px solid transparent; 
    border-bottom: 12px solid transparent;
}
.testimonials-grid{
    float: left;
    width: 100% !important;
    position: relative;
    left: 50%;
    transform:translateX(-50%);
}
.testimonials-content{
    float: left;
    width: 440px !important;
    margin-right: 2.5%;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 25px 20px;
    position: relative;
    transition:all 0.3s ease-in-out 0s;
    left: 0px !important;
    box-shadow:4px 4px 8px #ddd;
}
.testimonials-content:nth-child(2n+1){
    margin-right: 0px;
}
.testimonials-content .user-profile{
    float: left;
    width: 100px;
}

.testimonials-content p span.top-qoutes{
    display: block;
    margin-top: -32px;
}
.bottom-qoutes{
    float: right;
    position: relative;
    top: 20px;
}
.testimonials-content p{
    float: right;
    line-height: 24px;
    width: calc( 100% - 100px );
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    padding-left: 12px;
    margin-top: 10px;
    background:url('../img/qoutes.png') left 10px top no-repeat , url('../img/qoutes-2.png') right bottom no-repeat;
    padding: 40px 10px 20px;
    margin-top: -10px;
}
.user-profile h3{
    color: #4267b2;
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0px 0px;
    float: left;
    text-align: center;
    line-height: 17px;
    width: 100%;
}
/*MEDIA QUERY*/
@media(max-width: 1080px){
    .testimonials-content{
        width: 100% !important; 
        height: auto !important;
        padding: 25px 20px 15px;
        left: -30px !important;
    }
}
@media(max-width: 768px){
    .user-faqs p{
        font-size: 15px;
        line-height: 25px;
    }
    .content-slider li .user-faqs{
        padding: 0px;
        margin-top: 15px;
    }
    .content-slider li .user-profile{
        width: 100%;
        text-align: center;
        margin-left: 0px;
        margin-top: 10px;
    }
    .content-slider li .user-faqs{
        width: calc(100% - 20px);
        margin: 10px;
        padding: 0px 10px;
    }
/*    .user-profile .user-img{
        display: inline-block;
        width: 140px;
        height: 140px;
    }*/
    .lSAction{
        display: none !important;
    }
    .gray-triangle {
        border-left: 12px solid transparent;
        border-right: 12px solid #fff;
        border-bottom: 12px solid transparent;
        height: 0;
        border-top: 0px;
        left: 50%;
        position: absolute;
        top: -12px;
        transform: translateX(-50%);
        width: 0;
    } 
    .reason-content h1{
        font-size: 28px;
    }
    .reason-content p{
        font-size: 14px;
    }
    .testimonials-content{
        width: 100% !important;
        margin-right: 0px;
    }
}
@media(max-width: 640px){
    .content-slider li .user-faqs{
        width: calc(100% - 20px);
    }
    .content-slider li .user-profile{
        margin-top: 20px;
    }

    .lSSlideOuter{
        text-align: center;
    }
    .lSAction{
        display: none !important;
    }
    .user-section h1{
        margin-bottom: 0px;
    }
    .user-section{
        padding: 60px 0px 60px;
    }
    .reason-content h1{
        font-size: 22px;
    }
    .reasons .reason-content{
        padding: 15px;
        margin-bottom: 20px;
    }
}
@media(max-width: 480px){
    .user-section h1{
        font-size: 40px;
    }

    .reasons .reason-content{
        width: 100% !important; 
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .user-section{
        padding: 40px 0px;
    }
    .lSSlideOuter .lSPager.lSpg > li a{
        margin-top: 18px;
    }
    .content-slider li h3{
        font-size: 18px;
    }
    .user-faqs p{
        font-size: 12px;
        padding: 20px 15px;
    }
    .testimonials-content .user-profile , .testimonials-content p{
        width: 100% !important;
    }
    .testimonials-content p span.top-qoutes{
        margin-top: 0px;
    }
    .testimonials-content .user-profile{
        text-align: center;
    }
    .user-profile .user-img{
        display: inline-block;
    }
    .user-profile h3{
        width: 100%;
    }
    .user-section{
        padding-top: 30px;
    }
    .user-section h1{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .testimonials-content{
        padding: 22px 15px;
    }
    .testimonials-content p{
        font-size: 14px;
        line-height: 22px;
    }
    .testimonials-content p span.top-qoutes{
        display: inline;
    }
    .testimonials-content p span.top-qoutes img{
        width:  40px;
        margin-right: 10px;
    }
    .bottom-qoutes{
        top: 7px;
    }
    .testimonials-content{
        left: -30px !important;
        height: auto !important;
        padding: 20px 15px 10px;
    }
}


/*=============== FAQS SECTION ===============*/
.faqs-section{
    background: url('../img/green-banner.jpg') center center repeat;
    padding: 50px 0px 60px;
    position: relative;
}
.faqs-section:after{
    height: 50px;
    content: "";
    bottom: -44px;
    width: 155px;
    background: url('../img/green-triangle.png') center center no-repeat;
    position: absolute;
    z-index: 2000;
    left: 50%;
    transform:translateX(-50%);
}
.faqs-section h1{
    font-size: 42px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: -.1px;
    margin-bottom: 30px;
}
.faqs-section .tab-content h2{
    color: #666666;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}
.faqs-section .tab-panel{
    background: #fff;
}
.accordion{
    margin-top: 10px;
}
.accordion li{
    list-style: none;
    cursor: pointer;
    border-radius: 4px;
    padding: 15px 15px; 
    background: #f0f0f0;
    margin-bottom: 10px;
}
.accordion li.active{
    display: block;
}
.accordion li h2{
    color: #666666;
    font-size: 18px;
    font-weight: 400;
}
.accordion li.active h2{
    color: #1e81ec;
    font-weight: 500;
}
.accordion li.active{
    box-shadow: 0px -1px 8px #ddd;
    border: 1px solid #ddd;
    background: #fff;
    padding: 13px 15px;
}
.accordion li.active .accordion-content{
    display: block;
}
.accordion-content{
    margin-top: 6px;
    padding-left: 35px;
}
.faqs-section h1.tab-main-heading{
    color: #666666;
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    margin: 4px 0px 2px;
}
.accordion-content > p{
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.accordion li .accordion-btn{
    width: 20px;
    height: 23px;
    float: left;
    margin: 0px 14px 0 0;
    cursor: pointer;
}
.accordion li .close-btn{
    background: url('../img/close-btn.png') center center no-repeat;
    display: none;
}
.accordion li.active .close-btn{
    display: block;
}
.accordion li .open-btn{
    display: block;
    background: url('../img/open-btn.png') center center no-repeat;
}
.accordion li.active .open-btn{
    display: none;
}
.accordion-content{
    display: none;
}


/*MEDIA QUERY1*/
@media(max-width: 900px){
    .faqs-section h1{
        font-size: 38px;
        line-height: 44px;
    }
}
@media(max-width: 480px){
    .accordion li h2{
        font-size: 14px;
    }
    .faqs-section h1{
        font-size: 28px;
        line-height: 38px;
    }
    .faqs-section h1.tab-main-heading{
        line-height: 24px;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .accordion-content {
        padding-left: 0px;
    }
}

/*=============== BUNDLES SECTION ===============*/
.bundles{
    background: url('../img/bundle-bg.jpg') center center no-repeat;
    padding: 50px 0px;
    background-size: cover; 
    position: relative;
}
.lg-backdrop{
}
.bundles-heading{
    text-align: center;
}
.bundles-heading h1{
    font-size: 42px;
    color: #fff;
    margin-top: 40px;
    font-weight: 400;
    margin-bottom: -5px;   
    letter-spacing: -.5px;
}
.lg-toolbar .lg-download{
    display: none;
}
.bundles-heading p{
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin: 0px 0px 2px;
}
.bundles-heading h5{
    color: #ffb400;
    font-size: 24px;
    font-weight: 500;
}
.bundles-content{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.bundles-content li{
    list-style: none;
    float: left;
    width: 24%;
    margin-right: 1.3%;
}
.bundles-content li img{
    max-width: 100%;
    height: auto;
}
.bundles-content li h3{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-left: 3px;
    margin-top: 3px;
}
.bundles-content li:last-of-type{
    margin-right:0px; 
}
.grab-offer{
    float: left;
    width: 100%;
    margin-top: 25px;
    position: relative;
}
.grab-offer-btn{
    background: url('../img/btn-bg.png') center center no-repeat;
    margin-top: 25px;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    float: left;
    text-align: center;
    font-weight: 500;
    width: 600px;
    height: 170px;
    line-height: 185px;
    text-align: right;
    padding-right: 4%;
    border: 0px;
}
.grab-offer .batch{
    float: right;
    position: absolute;
    right: 0px;
    top: 12%;
    background: url('../img/batch.svg') center center no-repeat;
    height: 250px;
    width: 230px;
    text-align: center;
    z-index: 200;
}
.grab-offer .batch span{
    color: #634800;
    font-size: 26px;
    display: inline-block;
    margin-top: 40px;
    font-family: 'bebasregular';
}
.grab-offer .batch h1{
    font-size: 60px;
    color: #fff;
    margin-top: 4px;
    letter-spacing: -1px;
    float: left;
    font-family: 'bebasregular';
    width: 100%;
    line-height: 55px;
}
.grab-offer .batch p{
    color: #634800;
    font-size: 14px;
    font-family: 'bebasregular';
    float: left;
    width: 100%;
    margin: 0px;
}


.company-bundle-content{
    margin-top: 30px;
}
.company-bundle-content , .bundle-inner-content{
    float: left;
    width: 100%;
}
.bundle-inner-content{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.bundle-inner-content:last-of-type{
    margin-bottom: 0px;
}
.bundle-inner-content .powerpoint-project{
    float: left;
    width: 28%;
    padding: 15px 15px;
    background: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.powerpoint-project h3{
    color: #1c77da;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}
.powerpoint-project p {
    color: #666666;
    line-height: 16px;
    font-weight: 300;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 9px;
}
.powerpoint-project a{
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.bundle-inner-content ul{
    width: 72%;
    float: right;
}

.bundle-inner-content li{
    float: left;
    width: 25%;
    list-style: none;
}
.bundle-inner-content li img{
    height: auto;
    max-width: 100%;
}
.bundle-inner-content li img.last-img{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}




/*===== POPUPS =====*/
/* Overlay */
.popup {
  position: fixed;
  left: 0;
  overflow-y:scroll; 
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 3000;
}
.popup .lSPager{
    display: none;
}
.popup li{
    height: 100%;
    text-align: center;
}
.popup li img{
    position:relative;
    top: 50%;
    transform:translateY(-50%);
    display: inline-block;
}
.popup.visible{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.15s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.15s 0s, visibility 0s 0s;
    transition: opacity 0.15s 0s, visibility 0s 0s;
}
/* Inner */
.popup-inner {
    max-width: 1170px;
    width: 100%;
    position:absolute;
    top:50%;
    padding: 0px 20px;
    left:50%;
    -webkit-transform:translate(-50%, -90%);
    transform:translate(-50%, -90%);
    border-radius:6px;
    background:transparent;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.visible .popup-inner{
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);

    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.popup-inner img{
    max-width: 100%;
    max-height: 550px;
}
/* Close Button */
.close-popup {
    width:30px;
    height:30px;
    padding-top:4px;
    position:absolute;
    top:30px;
    right:30px;
    border-radius:1000px;
    line-height:100%;
    background: url('../img/close-popup.svg') center center no-repeat;
    cursor: pointer;
}


/*MEDIA QUERY*/
@media(max-width: 1250px){
    .bundles-heading h1{
        font-size: 40px;
    }
}
@media(max-width: 1100px){
    .bundles-heading h1{
        font-size: 30px;
    }   
    .bundles-heading p{
        font-size: 20px;
    }
}
@media(max-width: 1080px){
    .bundle-inner-content ul , .bundle-inner-content .powerpoint-project{
        float: left;
        width: 100%;
    }
    .bundle-inner-content{
        margin-bottom: 40px;
    }
    .bundle-inner-content .powerpoint-project{
        border-radius: 4px;
        margin-top: 15px;
    }
    .bundle-inner-content li img{
        border-radius: 4px; 
    }
    .bundle-inner-content li{
        text-align: center;
    }
}
@media(max-width: 1000px){
    .bundles-heading p{
        font-size: 22px;
        margin-top: 15px;
    }
}
@media(max-width: 900px){
    .grab-offer-btn{
        background-size: 95%;
        width: 530px;
        font-size: 21px;
        padding-right: 4.5%;
    }
    .grab-offer .batch{
        top: 13%;
        width: 24%;
    }

    .bundle-inner-content li img{
        border-radius: 0px; 
    }
    .bundle-inner-content li:first-of-type img{
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }
    .grab-offer .batch h1{
        font-size: 50px;
        line-height: 42px;
    }
    .grab-offer .batch span{
        font-size: 24px;
        margin-top: 54px;
    }
    .grab-offer .batch p{
        font-size: 12px;
    }
}
@media(max-width: 768px){
    .bundles-heading h1{
        font-size: 36px;
        line-height: 40px;
    }
    .bundles-heading p{
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .grab-offer-btn{
        width: 445px;
        font-size: 18px;
    }
    .bundles-content li h3{
        font-size: 15px;
    }
    .bundles-content li{
        width: 49%;
        margin-right: 2%;
    }
    .bundles-content li:nth-child(2n){
        margin-right: 0px;
    }
    .bundles-content li img{
        width: 100%;
    }
    .bundles-content li h3{
        text-align: center;
        font-size: 18px;
        margin-bottom: 17px;
    }
    .grab-offer .batch h1{
        font-size: 38px;
        margin-top: -2px;
        line-height: 42px;
    }
    .grab-offer .batch span{
        font-size: 22px;
        margin-top: 65px;
    }
    .grab-offer .batch p{
        font-size: 10px;
    }
}
@media(max-width: 640px){
    .grab-offer{
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
    .grab-offer .batch{
        width: auto;
    }

    .popup-inner{
        padding-bottom: 20px;
    }
    .inside-content-img{
        margin-top: 300px;
    }
    .grab-offer .batch h1{
        font-size: 58px;
        margin-top: 2px;
        line-height: 60px;
    }
    .grab-offer .batch span{
        font-size: 28px;
        margin-top: 45px;
    }
    .grab-offer .batch p{
        font-size: 12px;
    }
    .grab-offer-btn{
        width: 100%;
        margin-top: 0px;
        height: 150px;
        line-height: 165px;
        padding-right: 11%;
        font-size: 20px;
    }
    .grab-offer .batch{
        position: inherit;
        top: 0px;
        float: none;
        display: inline-block;
    }
}
@media(max-width: 560px){
    .grab-offer-btn{
        line-height: 160px;
        font-size: 18px;
        padding-right: 6%;
    }       
    .popup-inner img{
        max-width: 100%;
        max-height: 380px;
    }
}
@media(max-width: 480px){

    .bundles-heading h1{
        font-size: 28px;
        line-height: 35px;
    }
    .bundles-heading p{
        font-size: 18px;
        margin-top: 17px;
    }
    .bundles-content li h3{
        font-size: 14px;
        margin-top: 7px;
    }
    .grab-offer-btn{
        font-size: 15px;
        padding-right: 8%;
    }
    .powerpoint-project h3{
        font-size: 16px;
    }
    .powerpoint-project p{
        font-size: 13px;
        margin-top: 5px;
        margin-bottom: 7px;
    }
    .powerpoint-project a{
        font-size: 15px;
    }
    .bundle-inner-content .powerpoint-project{
        padding: 12px;
    }
}

@media(max-width: 400px){

    .grab-offer-btn{
        background-size: 100%;
        line-height: 159px;
        font-size: 12px;
        padding-right: 5%;
    }

    .inside-content-img{
        margin-top: 380px;
    }
}


/*=============== MANAGEMENT DOCUMENTS ===============*/
.management-documents{
    padding: 100px 0px;
    position: relative;
    background: #4267b2;
}
.management-documents h1{
    color: #fff;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    text-align: center;
}
.management-documents ul{
    float: left;
    width: 100%;
    margin-top: 18px;
}
.management-documents ul li{
    list-style: none;
    float: left;
    width: 33.33%;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 27px;
    background: url('../img/list-bg3.png') left top no-repeat;
    line-height: 18px;
    padding-bottom: 20px;
    padding-right: 5px;
}

/*=============== MANAGEMENT DOCUMENTSs ===============*/

.management-documentss{
    padding: 100px 0px;
    position: relative;
    
}

.management-documentss ul{
    float: left;
    width: 100%;
    margin-top: 18px;
}
.management-documentss ul li{
    list-style: none;
    float: left;
    width: 33.33%;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 27px;
    background: url('../img/download3.png') left top no-repeat;
    line-height: 18px;
    padding-bottom: 20px;
    padding-right: 5px;
}




/***********************MEDIA QUERY************************/
@media(max-width: 900px){
    .management-documents h1{
        font-size: 36px;
        line-height: 40px;
    }
    .management-documents{
        padding: 80px 0px;
    }
}
@media(max-width: 768px){
    .management-documents h1{
        font-size: 30px; 
        line-height: 35px;  
    }
    .management-documents{
        padding: 50px 0px;
    }
    .management-documents ul li{
        width: 50%;
    }
}
@media(max-width: 480px){
    .management-documents h1{
        font-size: 20px; 
        line-height: 26px;  
    }    
    .management-documents ul li{
        width: 100%;
    }
}



/*=============== MONEY BACK GUARANTEE ===============*/
.download-ebook{
    padding: 50px 0px;
    position: relative;
    background: #1e81ec;
}

.download-ebook p{
    font-size: 27px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}
.download-ebook a{
    font-weight: 600;
    font-size: 56px;
    color: #ffb400;
    background: url('../img/download-icon1.png') left top 17px no-repeat;
    text-align: center;
    padding-left: 45px;
    display: block;
    margin: 0 auto;
    width: calc(100% - 350px);
    background-size: 48px;
    position: relative;
}
.download-ebook a:before{
    background: url('../img/arrow-sign.png') left center no-repeat;
    position: absolute;
    width: 85px;
    height: 56px;
    top: 0px;
    content: "";
    left: -16%;
    background-size: 85px;
}
.download-ebook a:hover{
    text-decoration: underline;
}
.download-ebook a{
    text-decoration: none;
}

/*MEDIA QUERY*/
@media(max-width: 1150px){
    .download-ebook p{
        font-size: 32px;
        line-height: 38px;
    }
}
@media(max-width: 1090px){
    .download-ebook a{
        font-size: 50px;
        width: calc(100% - 338px);
        background-position: top 11px left;
    }
}
@media(max-width: 1000px){    
    .download-ebook a{
        font-size: 42px;
        width: calc(100% - 300px);
        background-position: top 6px left;
    }
}
@media(max-width: 900px){
    .download-ebook{
        padding: 35px 0px;
    }
    .download-ebook a::before{
        display: none;
    }
    .download-ebook a{
        width: 100%;
        background-position: calc(100% - 660px);
    }
}

@media(max-width: 768px){
    .download-ebook{
        padding: 35px 0px;
    }
    .download-ebook p{
        font-size: 22px;
        line-height: 32px;
        margin-top: 0px;
    }
    .download-ebook a{
        font-size: 34px;
        background: none;
        text-align: center;
        padding-left: 0px;
    }
}
@media(max-width: 480px){
    .download-ebook p{
        font-size: 18px;
        line-height: 26px;
    }
    .download-ebook a{
        font-size: 25px;
    }
}


/*=============== SUPER BONUS ===============*/
.super-bonus{
    padding: 80px 0px;
    background: url('../img/super-bonus.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
}
.super-bonus h4{
    margin-bottom: 0px;
    font-size: 42px;
    color: #eaff00;
    font-weight: 500;
    letter-spacing: -1px;
    background: url('../img/left.png') left center no-repeat , url('../img/right.png') right center no-repeat;
    text-align: center;
    max-width: 420px;
    text-transform: uppercase;
    margin: 0 auto;
}
.super-bonus h1{
    background: -webkit-linear-gradient(#fff, #ccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0px;
    text-align: center;
    letter-spacing: -3px;
    font-size: 60px;
    color: #fff;
    font-family: 'bebasregular';
    width: 100%;
    text-align: center;
    font-style: normal;    
}
.super-bonus h3{
    text-align: center;
    margin-top: -6px; 
}
.super-bonus img{
    max-width: 100%;
    height: auto;
}
.super-bonus p{
    color: #fff;
    font-size: 22px;
    text-align:center;
    font-weight: 400;
    letter-spacing: -.8px;
}
.super-bonus-content{
    margin-top: 80px;
}
.super-bonus-content ul{
    float: left;
    width: 33.33%;
    padding: 0px 10px;
}
.super-bonus-content ul li{
    list-style: none;
    float: left;
    width: 100%;
    color: #fff;
    letter-spacing: -.2px;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 15px;
    background: url('../img/list-bg.png') left top 3px no-repeat;
    padding-left: 27px;
    background-size: 18px;
}





/*MEDIA QUERY*/

@media(max-width: 1100px){
    .super-bonus-content ul li{
        font-size: 16px;
    }
}
@media(max-width: 1030px){
    .super-bonus h1{
        font-size: 70px;
    }
}
@media(max-width: 900px){
    .super-bonus-contents ul li{
        font-size: 14px;
        background: url('../img/list-bg.png') left top 0px no-repeat;        
    }
    .super-bonus h1{
        font-size: 68px;
    }
    .bonus-ribbon{
        background-size: 150px;
    }
    .bonus-ribbon h2{
        font-size: 22px;
        margin: 43px 0 0 -58px;
    }
}
@media(max-width: 768px){
    .super-bonus h1{
        font-size: 58px;
    }
}
@media(max-width: 640px){
    .super-bonus-content ul{
        width: 100%;
        padding: 0px;
    }
    .super-bonus h4{
        font-size: 36px;
        max-width: 340px;
        background-size: 25px;
    }
    .super-bonus h1{
        margin-top: -2px;
        font-size: 40px;

    }
    .super-bonus p{
        font-size: 20px;
    }
    
}
@media(max-width: 480px){
    .super-bonus h4{
        font-size: 26px;
        max-width: 202px;
        font-size: 22px;
        background-size: 18px;
    }
    .super-bonus p{
        font-size: 16px;
    }
    .super-bonus-content{
        margin-top: 40px;
    }.super-bonus h1{
        font-size: 36px;
        margin-top: 15px;
    }

}



/*=============== FOREX ROBOTS ===============*/

.forex-robots{
    padding: 70px 0px;
    background: url('../img/white-triangle.png') top -2px center no-repeat , url('../img/green2-bg.jpg') top center repeat;
    background-size: inherit , cover;
}
.forex-robots h1{
    color: #fff;
    font-weight: 500;
    font-size: 48px;
    margin-top: 10px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 45px;
}
.forex-robots h1 span{
    color: #ffb400;
    font-weight: 600;
}
.forex-robot-text{
    float: left;
    width: 80%;
    margin-top: 30px;
}
.forex-robot-text h2{
    color: #fff;
    font-weight: 600;
    margin-bottom: 17px;
}
.forex-robot-text button{
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 27px;
    border-radius: 4px;
    border:0px;
    background: #ffb400;
}
.forex-roboto-logo{
    float: right;
    width: 20%;
}
.forex-roboto-logo img{
    max-width: 100%;
    height: auto;
}

/*MEDIA QUERY*/
@media(max-width: 900px){
    .forex-roboto-logo {
        margin-top: 25px;
    }
    .forex-robots h1{
        font-size: 42px;
    }
}
@media(max-width: 768px){
    .forex-robot-text button{
        font-size: 18px;
    }
    .forex-robot-text h2{
        font-size: 20px;
    }
    .forex-robots h1{
        font-size: 34px;
    }
}
@media(max-width: 640px){
    .forex-robot-text h2{
        font-size: 16px;
    }
    .forex-robot-text button{
        font-size: 12px;
    }
    .forex-robots h1{
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 35px;
    }
}
@media(max-width: 480px){
    .forex-robot-text{
        width: 100%;
        text-align: center;
        margin-top: 200px;
    }
    .forex-roboto-logo{
        width: 100%;
        margin-top: -295px;
        text-align: center;
    }
    .forex-roboto-logo img{
        width: 55%;
    }
    .forex-robots h1{
        font-size: 24px;
        line-height: 28px;
    }
}




/*=============== DISCOUNT SECTION ===============*/
.discount-section{
    padding: 0px 0px 100px;
    position: relative;
}
.discount-label{
    position: absolute;
    top: -2px;
    z-index: 100;
    left: 40.5%;
    transform: translateX(-50%);
    background: url('../img/discount-bg.png') top -10px center no-repeat;
    height: 270px;
    width: 285px;
}
.discount-label h3{
    font-size: 64px;
    font-weight: 700;
    color: #34495e;
    margin: 0px;
    -ms-transform: rotate(-42deg); /* IE 9 */
    -webkit-transform: rotate(-42deg); /* Chrome, Safari, Opera */
    transform: rotate(-42deg);  
    left: 25px;
    position: relative;
    top: 58px;
}
.discount-label p{
    -ms-transform: rotate(-44deg); /* IE 9 */
    -webkit-transform: rotate(-44deg); /* Chrome, Safari, Opera */
    transform: rotate(-44deg);
    margin: 59px 0 0 119px;
    float: left;
    font-weight: 800;
    font-size: 16px;
    color: #34495e;
    text-align: right;
}
.discount-content{
    float: left;
    width: 49%;
    position: relative;
}
.discount-content .price-section{
    text-align: center;
    float: left;
    margin-top: 0px;
    margin-left: 90px;
}
.price-batch{
    float: right;
    background: url('../img/today-price2.png') center center no-repeat;
    height: 228px;
    width: 280px;
    position: absolute;
    right: -15px;
    bottom: -12px;
}
.price-batch span{
    color: #000000;
    font-size: 18px;
    font-family: 'bebasregular';
    float: left;
    position: absolute;
    top: 34%;
    text-align: center;
    transform:translateY(-50%);
    width: 100%;
    position: absolute;
}
.price-batch h1{
    position: absolute;
    top: 59%;
    letter-spacing: -3px;
    transform:translateY(-50%);
    font-size: 68px;
    color: #fff;
    font-family: 'bebasregular';
    width: 100%;
    text-align: center;
    font-style: normal;
    text-shadow: 1px 1px 2px black;
}

.discount-img img{
    max-width: 100%;
    height: auto;
}
.discount-content:last-of-type{
    margin-left: 2%;
}
.discount-content li span{
    font-weight: 600;
}
.price-section li{
    list-style: none;
    margin-bottom: 25px;
}
.price-section li p{
    color: #666666;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0px;
}
.price-section li h4{
    font-weight: 700;
    font-size: 46px;
    color: #ff3434;
    margin: -5px;
}
.price-section li h4.green-text{
    font-size: 56px;
    color: #79bf4f;
}
.discount-left-side .discount-list{
    float: left;
    width: 70%;
}
.discount-list img{
    padding-bottom: 45px; 
    max-width: 100%;
    height: auto;
}    
.discount-list li{
    list-style:  none;
    color: #666666;
    line-height: 33px;
    font-size: 18px;
    letter-spacing: -.2px;
    font-weight: 500;
    padding-left: 50px;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}
.discount-content .discount-img{
    margin-top: 160px;
    float: left;
    position: relative;
}
.discount-content .discount-list{
    padding-top: 100px;
}
.discount-list li.projects{
    background: url('../img/PRO.png') left top no-repeat;
}
.discount-list li.pdf-detail{
    background: url('../img/pdf-icon.png') left top no-repeat;
}
.discount-list li.industry{
    background: url('../img/headphone-icon.png') left top no-repeat;
}
.discount-list li.days{
    background: url('../img/days-icon.png') left top no-repeat;
}
.discount-list li.profile-temp{
    background: url('../img/TALA1.png') left top no-repeat;
}
.discount-list li.annual-report{
    background: url('../img/2CO.png') left top no-repeat;
}
@keyframes order {
    0%   {background-color:#1E81EC;}
    75%   {background-color:orange;}
    100% {background-color:#1E81EC;}
}
.order-now-btn{
    text-decoration: none;
    background: #1E81EC;
    text-align: center;
    padding: 10px 80px;
    border-radius: 3px;
    margin-top: 60px;
    font-size: 36px;
    display: block;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    transition:all ease .2s;
    animation-name: order;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.order-now-btn:hover{
    background-color: red;
    animation:none;
}
/*MEDIA QUERY*/
@media(max-width: 1100px){
    .discount-list li{
        font-size: 20px;
    }
    .discount-content .price-section{
        bottom: 10px;
        left: 10%;
    }
    .discount-content .price-section{
        margin-left: 25px;
    }

    .price-batch h1{
        font-size: 68px;
    }

}
@media(max-width: 1000px){
    .price-batch{
        background-size: 150px;
        bottom: -26px;
        width: 167px;
    }
    .price-batch h1{
        bottom: 20px;
        font-size: 45px;
    }
    .price-batch span{
        top: 39%;
        font-size: 12px;
    }
}
@media(max-width: 900px){
    .discount-list li{
        font-size: 18px;
    }
    .price-batch span{
        left: 0px;
    }
    .discount-content .price-section{
        bottom: 0px;
    }
    .order-now-btn{
        font-size: 25px;
    }
    .order-now-btn{
        margin-top: 45px;
    }
    .discount-list img{
        padding-bottom: 40px;
    }
    .discount-left-side{
        width: 80%;
    }
    .discount-left-side .discount-list{
        margin-top: 80px;
    }
    .discount-img h1{
        background-size: 150px;
        font-size: 45px;
    }
    .discount-img h1 span{
        top: 40%;
    }
    .price-section li p{
        font-size: 14px;
    }
    .price-section li h4{
        font-size: 42px;
    }
}
@media(max-width: 768px){
    
    .discount-img h1{
        background-size: inherit;
        bottom: 60px;
        font-size: 54px;
        right: 0px !important;
    }
    .discount-img h1 span{
        top: 40%;
    }
    
    .discount-content{
        width: 100%;
    }
    .discount-content .discount-img{
        text-align: center;
    }
    .discount-content:last-of-type{
        margin-left: 0px;
    }
    .discount-content .discount-list{
        padding-top: 40px;
    }
    .discount-img h1{
        right: 156px;
        bottom: 16px;
        font-size: 46px;
    }
    .discount-content .price-section{
        float: left;
        width: 50%;
        margin-top: 25px;
     }
     .price-batch{
        right:  10%;
        bottom: -45px;
     }
}
@media(max-width: 640px){
    .discount-left-side .price-section{
        bottom: 50px;
    }
    .discount-left-side .discount-list{
        width: 100%;
    }
    .discount-left-side{
        position: relative;
        padding-bottom: 240px;
    }
    .discount-list li{
        font-size: 16px;
    }
    .order-now-btn{
        padding: 8px 20px;
        margin-top: 35px;
    }

    .order-now-btn{
        font-size: 22px;
    }
    .discount-list li{
        background-size: 28px;
        padding-left: 40px;
    }
    .discount-section{
        padding: 45px 0px 25px;
    }
    .discount-list img{
        padding-bottom: 30px;
    }
}
@media(max-width: 480px){
    .discount-label{
        background-size: 62%;
        left: 36.5%;
        top: 29px;
    }
    .price-batch span{
        top: 41%;
    }
    .discount-label h3{
        font-size: 45px;
        left: 53px;
        top: -1px;
    }
    .discount-label p{
        font-size: 13px;
        margin: 30px 0 0 124px;
    }
    .discount-left-side .discount-list{
        margin-top: 20px;
    }
    .discount-img h1{
        background-size: 150px;
        bottom: 27px;
        font-size: 45px;
    }
    .discount-content .discount-img{
        margin-top: 200px;
    }
    .price-section li h4{
        font-size: 40px;
    }
    .discount-img h1 span{
        top: 40%;
    }
    .discount-content .discount-list{
        padding-top: 40px;
    }
    .discount-content .price-section{
        bottom: 0px;
        left: 0;
        margin-left: 0px;
    }
    .price-batch{
        right: 0px;
    }
    .discount-list li{
        line-height: 22px;
    }
}
@media(max-width: 380px){
    .discount-content .price-section{
        bottom: -17px;
        left: 4%;
    }
    .price-section li p{
        font-size: 12px;
    }
    .price-section li h4{
        font-size: 32px;
    }
    .price-batch{
        background-size: 135px;
        width: 152px;
    }
    .discount-img h1{
        font-size: 40px;
    }
}

/*=============== FOOTER ===============*/

.footer{
    background: #2e313b;
    padding: 55px 0px;
}
.footer img  , .footer p{
    float: left;
}
.footer p{
    color: #565962;
    font-size: 13px;
    font-weight: 400;
    margin-left: 35px; 
    margin-top: 22px;
    font-family: 'Open Sans', sans-serif;
}
.footer ul{
    float: right;
    margin-top: 20px;
}
.footer ul li{
    list-style: none;
    float: left;
    padding: 0px 15px;
    border-right: 2px solid #828389;
}
.footer ul li:last-of-type{
    padding-right: 0px;
    border-right: 0px;
}
.footer ul li a{
    color: #d5d6d8;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}
.footer ul li a:hover{
    color:#fff;
}


/*MEDIA QUERY*/
@media(max-width: 1080px){
    .footer ul li a{
        font-size: 13px;
    }
    .footer p{
        font-size: 13px;
    }
    .footer img{
        width: 24%;
    }
    .container{
        padding: 0px 20px;
    }
}

@media(max-width: 1000px){
    
    .footer{
        text-align: center;
    }
    .footer ul li a{
        font-size: 15px;
    }
    .footer ul{
        float: left;
        width: 100%;
        margin-top: 8px;
    }
    .footer ul li{
        display: inline-block;
        float: none;
    }
    .footer p{
        font-size: 15px;
        margin-top: 15px;
        margin-left: 0px;
        width: 100%;
        margin-bottom: 12px;
    }
    .footer img{
        float: none;
        display: inline-block;
        width: inherit;
        max-width: 100%;
        height: auto;
    }
}
@media(max-width: 480px){
    .footer{
        padding: 45px 0px;  
    }
    .footer ul li a{
        font-size: 12px;
    }
    .footer ul li{
        padding: 0px 7px;
        line-height: 14px;
    }
}