@font-face {
    font-family: 'SpyAgencyItalic';
    src: url('/media/fonts/spy_agency/spyagency3ital.eot');
    src: url('/media/fonts/spy_agency/spyagency3ital.eot?#iefix') format('embedded-opentype'),
    url('/media/fonts/spy_agency/spyagency3ital.woff') format('woff'),
    url('/media/fonts/spy_agency/spyagency3ital.ttf') format('truetype'),
    url('/media/fonts/spy_agency/spyagency3ital.svg#SpyAgencyItalic') format('svg');
}
@font-face {
    font-family: 'SpyAgency';
    src: url('/media/fonts/spy_agency/spyagency3.eot');
    src: url('/media/fonts/spy_agency/spyagency3.eot?#iefix') format('embedded-opentype'),
    url('/media/fonts/spy_agency/spyagency3.woff') format('woff'),
    url('/media/fonts/spy_agency/spyagency3.ttf') format('truetype'),
    url('/media/fonts/spy_agency/spyagency3.svg#SpyAgency') format('svg');
}

.logo-nav a,.logo a, .navbar-brand a{

    text-decoration: none;
}


body, ul, li, p, a, span{
    font-size: 14px;
}

body{
    font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    line-height: 1.4;
}
h2{
    font-weight: 400;
}
h3 {
    font-size: 30px;
    font-weight: 600;
}
#pricing h4 {
    font-size: 18px;
    font-weight: bold;
}


.logo {
    font-family: 'SpyAgency',sans-serif;

    float: left;
}

.btn-border {
    border: 1px solid;
}

/* navs */


.logo-nav img {
    max-height: 60px;
}

nav#nav-bg a {
    color: #fff;
    padding: 8px 30px;
    line-height: 2;
    font-size: 18px;
    margin-top: 10px;
}

.nav>li>a:focus, .nav>li>a:hover {
    background: transparent;
}

.navbar-nav>li {
    height: 70px;
}

nav#nav-bg .logo-nav a {
    padding: 0;
}
.navbar-fixed-top {
    z-index: 999999;
    background: #4a90e2;
}


a.navbar-brand {
    padding: 0 !important;
    margin: auto !important;
}

.navbar-fixed-top  .logo-nav {
    /* padding-top: 6px; */
}

.main-heading {
    margin-bottom: 40px;
}

.col-md-1-5 {
    margin-bottom: 10px;
}
/* colors */

.white {
    color: #fff;
}
.red{
    color: red;
}
.red-heading{
    color: #5b2526;
    font-size: 1.1em;
}
div#overview {
    background: #fff;
    outline: none;
}

.advt-making{
    background: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 50px;
}

.install-step {
    padding-bottom: 50px;
    padding-top: 40px;
}
.install-instruction span {
    display: inline;
    height: 20px;
    font-size: 24px;
    font-weight: 600;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.install-instruction p {
    display:inline-block;
    vertical-align: middle;
    width: 80%;
}

.install-step .col-md-3 {
    margin-bottom: 40px;
}


.margin-bottom {
    margin-bottom: 40px;
}


/* padding */
#features,
#pricing,
#faq,
#learn_more {
    padding-top: 40px;
    padding-bottom: 50px;
}
#overview{
    padding-top: 40px;

}


h2{
    font-size: 64px;
}

.header {
    overflow: hidden;
    padding: 30px;
    padding-bottom: 10px;
}

.banner{
    background-color: #E52237;
    overflow: hidden;
    color: #fff;
}

div#pricing {
    background: #E52237;
    color: #fff;
}
.logo p{
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
}

.main-heading h2{
    margin:0px;
    line-height: 1;
}
.main-heading p{
    font-size: 20px;
}

.right-btn a{
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
    padding: 5px 20px;
}
.right-btn a {
    font-size: 18px;
}
.menu-active{
    border: #fff 2px solid;
    border-radius: 5px;
}
.top-image{
    position: sticky;
}
#home{
    margin-bottom: -60px;
}


.align-row{
    display: inline-block;
}
.align-right{
    text-align: right;
}
.align-left h3, .align-right h3{
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
}
.align-left p, .align-right p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}
.align-left, .align-right{
    padding-top: 40px;
}

#middle-1, #middle-2, #middle-3{
    padding-bottom: 40px;

}
#middle-1, #middle-3{
    background: #f0f0f0;
}

#middle-1{
    padding-top: 100px;
}

.pricing-title h3{
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 40px;
}



.price-num {
    font-size: 144px;
    font-weight: 700;
    line-height: 0.9;
}

.price-num span {
    font-size: 36px;
    vertical-align: top;
    margin-right: -20px;
}

.price {
    font-size: 18px;
    padding-left: 5px;
}

#pricing{
    text-align: center;
}

#pricing .margin-bottom{
    display: inline-block;
}

#pricing .margin-bottom {
    text-align: center;
}

#pricing .margin-bottom ul {
    text-align: left;
}

#pricing .margin-bottom li {
    padding-left: 40px;
    list-style: none;
}
.order-btn , .order-btn:hover ,  .order-btn:active,  .order-btn:focus {
    background: #7ed321;
    color: #fff;
    padding: 20px 60px;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    margin: 40px auto;
}
.order-button{
    text-align: center;
    margin: 60px 0;
}
.navbar-default .navbar-collapse {
    border-color: #e52237!important;
    box-shadow: none;
}

.navbar-toggle{
    margin-top: 24px!important;
}
/* end only ipad problem */
@media (max-width: 767px){
    .right-btn a{
        margin-left: 15px;
        padding: 5px 15px;
        font-size: 16px;
    }
    .header{
        padding: 30px 10px 10px;
    }
    .logo p{
        font-size: 36px;
    }
    .main-heading h2{
        font-size: 48px;
    }
    .align-left h3, .align-right h3{
        font-size: 30px;
    }
    .order-btn, .order-btn:hover, .order-btn:active, .order-btn:focus {
        color: #fff;
        padding: 15px 30px;
        font-size: 24px;
    }
}


@media (max-width: 480px) {
    .right-btn a{
        margin-left: 10px;
        padding: 5px 10px;
        font-size: 14px;
    }
    .header{
        padding: 30px 10px 10px;
    }
    .logo p{
        font-size: 24px;
    }
    .main-heading h2{
        font-size: 36px;
    }
    .align-left h3, .align-right h3{
        font-size: 24px;
    }
    .order-btn, .order-btn:hover, .order-btn:active, .order-btn:focus {
        color: #fff;
        padding: 10px 20px;
        font-size: 20px;
    }
}

