@font-face{
    font-family: 'proximanovaBold'; 
    src: url('../css/fonts/1/proximanova-bold-webfont.eot');
    src: url('../css/fonts/1/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/1/proximanova-bold-webfont.woff') format('woff'),
         url('../css/fonts/1/proximanova-bold-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'proximanovaLight';
    src: url('../css/fonts/2/proximanova-light-webfont.eot');
    src: url('../css/fonts/2/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/2/proximanova-light-webfont.woff2') format('woff2'),
         url('../css/fonts/2/proximanova-light-webfont.woff') format('woff'),
         url('../css/fonts/2/proximanova-light-webfont.ttf') format('truetype'),
         url('../css/fonts/2/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proximanovaRegular';
    src: url('../css/fonts/4/proximanova-regular-webfont.eot');
    src: url('../css/fonts/4/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/4/proximanova-regular-webfont.woff') format('woff'),
         url('../css/fonts/4/proximanova-regular-webfont.ttf') format('truetype'),
         url('../css/fonts/4/proximanova-regular-webfont.svg#proxima_regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* main container */
.seo-wrapper{
    line-height: normal;
}


.no-padding{
    padding: 0;
}

.seo-wrapper .banner {
    background-image: url(../images/seo-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 480px;
}

.banner .banner-txt-wrapper{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.banner .banner-heading {
    font-family: 'proximanovaBold';
    color: #FFF;
    text-align: center;
    font-size: 54px;
}

.banner-txt-wrapper .zip-code {
    font-family: 'proximanovaRegular';
    color: #FFF;
    font-size: 22px;
    margin: 10px 0 10px 0;
}

.banner-txt-wrapper .banner-input {
    height: 62px;
    width: 70%;
    float: left;
    border: none;
    font-family: 'proximanovaRegular';
    font-size: 22px;
    color: #7d7d7d;
}

.banner-txt-wrapper .btn-feed {
    height: 62px;
    width: 30%;
    float: left;
    border: none;
    font-family: 'proximanovaBold';
    font-size: 22px;
    color: #fff;
    background-color: #fab028;
    text-transform: uppercase;
    margin-left: -4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.banner-txt-wrapper .btn-feed:hover{
    color: #fff;
    background-color: #E99906;
}


/* Section 1 start */
.seo-section1{
    background-image: url(../images/seo-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 85px;
    padding: 0;
}

.seo-section1 .p-text {
    font-family: 'proximanovaLight';
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 100px;
}

.seo-section1 .div-box-wrapper{
    padding: 0;
    margin-bottom: 100px;
}

.seo-section1 .div-box {
    height: 260px;
    width: 390px;
    text-align: center;
    float: left;
    padding: 0;
    color: #000;
}

.seo-section1 .div-box:hover{
    opacity: 0.75;
}

.seo-section1 .div-box p {
    font-family: 'proximanovaRegular';
    font-size: 29px;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: rotate(-50%);
    -webkit-transform: rotate(-50%);
}

.seo-section1 .box-1 {
    background-color: #98b857;
    color: #FFF;
}

.seo-section1 .box-2 {
    background-color: #44b29f;
    color: #FFF;
}

.seo-section1 .box-3 {
    background-color: #df76a4;
    color: #FFF;
}

.seo-section1 .box-4 {
    background-color: #4d3a37;
    color: #FFF;
}

.seo-section1 .box-5 {
    background-color: #fab028;
    color: #FFF;
}

.seo-section1 .box-6 {
    background-color: #4cade9;
    color: #FFF;
}
/* Section 1 end */

/* Section 2 start */

.seo-section2 {
    height: auto;
    background-color: #cb202d;
}

.seo-section2 .p-text {
    font-family: 'proximanovaRegular';
    font-size: 29px;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 100px 0;
}

@media screen and (max-width: 767px) {
    .banner .banner-heading{
        font-size: 36px;
    }
    .banner-txt-wrapper .zip-code{
        margin: 40px 0 10px 0;
    }
    .banner-txt-wrapper .zip-code{
        font-size: 18px;
    }
    .banner-txt-wrapper .banner-input{
        height: 42px;
        padding-left: 10px;
        font-size: 15px;
    }
    .banner-txt-wrapper .btn-feed{
        height: 42px;
        padding: 0;
        font-size: 15px;
    }
    .seo-section1 .div-box-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
    .seo-section1 .p-text{
        font-size: 24px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .seo-section1 .div-box{
        width: 100%;
    }
    .seo-section1 .div-box p{
        font-size: 24px;
    }
    .seo-section2 .p-text{
        font-size: 24px;
    }
}

@media screen and (min-width:768px) and (max-width: 768px) {
    .seo-section1 .p-text{
        font-size: 38px;
    }
    .seo-section1 .div-box{
        width: 50%;
    }
    .seo-section1 .div-box-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .seo-section1 .div-box{
        width: 50%;
    }
    .seo-section1 .p-text{
        font-size: 38px;
    }
    .banner-txt-wrapper .banner-input{
        font-size: 18px;
    }
    .banner-txt-wrapper .btn-feed{
        font-size: 18px;
        padding: 0;
    }
    .seo-section1 .div-box-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px){
    .seo-section1 .div-box{
        width: 50%;
    }
    .banner-txt-wrapper .banner-input{
        font-size: 18px;
    }
    .banner-txt-wrapper .btn-feed{
        font-size: 18px;
        padding: 0;
    }
    .seo-section1 .div-box-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1366px){
    .banner-txt-wrapper .banner-input,.banner-txt-wrapper .btn-feed{
        font-size: 18px;
    }
}