.aff-menu-container{
    display: inline-block;
    width: 100%;
    background-color:white;

}
.aff-menu-con-left {
    float: left;
    display: inline-block;
}
.aff-menu-con-right {
    width:50%;
    float: right;
    display: inline-block;
    position: relative;
    top:10px;
}
.aff-menu-con-left img{
    width:25px;
    height:25px;
    padding:2px 2px 2px ;
}
.aff-menu-con-right .aff-menu{
    float:left;
    margin-left:20px;
    font-size:14px;
    padding:10px;
}
.aff-menu-con-right a {
    text-decoration: none;
    color:purple;
}
 .aff-create-btn  .aff-menu {
    
    background-color: purple;
    color:white;
    font-size: 18px;
    border-radius: 2px;
  
}
.aff-header-container{
    margin-top:15px;
    position: relative;
    padding-top:300px;
    width:100%;
    height:300px;
    background-image:url("/static/images/affilatebackground.jpg");

    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;

   
    
}
.aff-caption-text article{

    font-size:35px;
}
.aff-caption-text b{

    font-size: 70px;
    position: relative;
    top:5px;
    color:purple;
}
.aff-caption-text{
    width:60%;
    margin-left:20%;
    position: relative;
    top:-150px;
    background-color: rgba(225,225,225,0.7);
    padding-bottom:30px;
    padding-right:10px;
    padding-left:10px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
}

.next-container{
    display:inline-block;
    width:100%;
    padding-top:80px;
}
.next-container .next-container-left-deal{

    float:left;
    width:40%;
  
}
.next-container  .next-container-right-deal{

    float:right;
    width:55%;
    position: relative;
    right:30px;
}

.next-container-service{
    display: inline-block;
    margin-top:350px;
    background-color: green;
}
.next-container-service article{

    font-size:40px;
    position:relative;
    top:170px;
    right:30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:white;
}
.next-container-service article span{
    font-size:50px;
    color:white;
    transition: font-size 3s;
}
.next-container-left-sub-customer-service{
    width:50%;
    float: left;
}
.next-container-right-sub-customer-service{
    width:40%;
    float:right;
}
.next-container-left-sub-customer-service img{
    width:100%;
    position:relative;
    top:-40px;
    border:solid;
    color:green;
    border-top-right-radius: 10%;
    border-bottom-right-radius: 40%;

}
.next-container  .next-container-right-deal img{
  width:100%;
  height:auto;
}
.article-container{

    width:98%;
    position:relative;
    height:497px;
    top:250px;
    left:30px;
    transition: top 2s;
}
.article-container article{
    font-size:45px;
    padding:130px 5px 10px 5px;
    text-align: center;
    color:white;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.article-container,.next-container  .next-container-right-deal img{
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.5);
    -ms-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.5);
    -o-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.5);
    background-color: purple;
    border-radius:10px;
    -webkit-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;

}
.article-container p{
    font-size: 20px;
    text-align:center;
    color:white;
}


@media screen and (min-width:150px) and (max-width:400px){

    .aff-menu-container{
        display: inline-block;
        width: 100%;
    
    }

    .aff-menu-con-right {
        width:80%;
        float: right;
        display: inline-block;
        position: relative;
        top:10px;
    }
    .aff-menu-con-left img{
        width:25px;
        height:25px;
        padding:2px 2px 2px ;
    }
    .aff-menu-con-right .aff-menu{
        float:left;
        margin-left:2px;
        font-size:14px;
        padding:5px;
    }
     .aff-create-btn  .aff-menu {
        
        background-color: purple;
        color:white;
        font-size: 14px;
        border-radius: 2px;
      
    }
    .aff-header-container{
        margin-top:50px;
        position: relative;
        padding-top:100px;
        width:100%;
        height:50px;
    
       
        
    }
    
    .aff-caption-text article{

        font-size:16px;
    }
    .aff-caption-text b{
    
        font-size: 20px;
        position: relative;
        top:0px;
        color:purple;
    }
    .aff-caption-text{
        width:95%;
        margin-left:0%;
        position: relative;
        top:-100px;
    }
    .next-container .next-container-left-deal{
        width:80%;
        margin-left:0px;
    }
    .next-container .next-container-right-deal{
        display:none;
    }
    .article-container article{
        font-size:14px;
         padding:50px 5px 10px 5px;
    
    }
    .article-container{

        width:98%;
        position:relative;
        height:200px;
        top:100px;
        left:30px;
        transition: top 2s;
    }
    
.next-container-service{
    display: inline-block;
    margin-top:150px;
    background-color: green;
}
.next-container-service article{

    font-size:14px;
    position:relative;
    top:-50px;
    right:-5px;
}
.next-container-service article span{
    font-size:18px;
    color:white;
    transition: font-size 3s;
}
.next-container-left-sub-customer-service{
    width:80%;
    float: left;
}
.next-container-right-sub-customer-service{
    width:auto;
    float:right;
}
.next-container-left-sub-customer-service img{
    width:40%;
}


    
}


@media screen and (min-width:400px) and (max-width:600px){

    .aff-menu-container{
        display: inline-block;
        width: 100%;
    
    }

    .aff-menu-con-right {
        width:80%;
        float: right;
        display: inline-block;
        position: relative;
        top:10px;
    }
    .aff-menu-con-left img{
        width:25px;
        height:25px;
        padding:2px 2px 2px ;
    }
    .aff-menu-con-right .aff-menu{
        float:left;
        margin-left:2px;
        font-size:14px;
        padding:5px;
    }
     .aff-create-btn  .aff-menu {
        
        background-color: purple;
        color:white;
        font-size: 14px;
        border-radius: 2px;
      
    }
    .aff-header-container{
        margin-top:50px;
        position: relative;
        padding-top:100px;
        width:100%;
        height:50px;
    
       
        
    }
    
    .aff-caption-text article{

        font-size:16px;
    }
    .aff-caption-text b{
    
        font-size: 20px;
        position: relative;
        top:0px;
        color:purple;
    }
    .aff-caption-text{
        width:95%;
        margin-left:0%;
        position: relative;
        top:-100px;
    }
    .next-container .next-container-left-deal{
        width:80%;
        margin-left:0px;
    }
    .next-container .next-container-right-deal{
        display:none;
    }
    .article-container article{
        font-size:14px;
         padding:50px 5px 10px 5px;
    
    }
    .article-container{

        width:98%;
        position:relative;
        height:200px;
        top:100px;
        left:30px;
        transition: top 2s;
    }
    
.next-container-service{
    display: inline-block;
    margin-top:150px;
    background-color: green;
}
.next-container-service article{

    font-size:14px;
    position:relative;
    top:-50px;
    right:-5px;
}
.next-container-service article span{
    font-size:18px;
    color:white;
    transition: font-size 3s;
}
.next-container-left-sub-customer-service{
    width:80%;
    float: left;
}
.next-container-right-sub-customer-service{
    width:auto;
    float:right;
}
.next-container-left-sub-customer-service img{
    width:40%;
}

}

@media screen and (min-width:600px) and (max-width:900px){
    .aff-menu-container{
        display: inline-block;
        width: 100%;
    
    }

    .aff-menu-con-right {
      
        float: right;
        display: inline-block;
        position: relative;
        top:10px;
    }
    .aff-menu-con-left img{
        width:25px;
        height:25px;
        padding:2px 2px 2px ;
    }
    .aff-menu-con-right .aff-menu{
        float:left;
        margin-left:2px;
        font-size:14px;
      
    }
     .aff-create-btn  .aff-menu {
        
        background-color: purple;
        color:white;
        font-size: 14px;
        border-radius: 2px;
      
    }
    .next-container .next-container-left-deal{
        width:80%;
        margin-left:0px;
    }
    .next-container .next-container-right-deal{
        display:none;
    }
    .article-container article{
        font-size:20px;
         padding:50px 5px 10px 5px;
    
    }
    .article-container{

        width:98%;
        position:relative;
        height:200px;
        top:100px;
        left:30px;
        transition: top 2s;
    }
    
.next-container-service{
    display: inline-block;
    margin-top:150px;
    background-color: green;
}
.next-container-service article{
    width:60%;
    position:relative;
    top:-100px;
    left:30%;
    right:0px;
}

.next-container-left-sub-customer-service{
    width:80%;
    float: left;
}
.next-container-right-sub-customer-service{
    width:auto;
    float:right;
}
.next-container-left-sub-customer-service img{
    width:40%;
}

   
}

@media screen and (min-width:900px) and (max-width:1200px){
    .next-container-service article{
        
        position:relative;
        top:20px;
    }
}