
#scrollerpanelbuttonsmobile a {
    display: block;
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 12px;
    padding-top: 12px;
    width: auto;
}
.calloptionslink {
    
    display: none;
    
    background: #b80940;
     -moz-box-shadow:    inset 3px -4px 3px #ac003f,inset -3px 4px 3px #bf004d;
    -webkit-box-shadow: inset 3px -4px 3px #ac003f,inset -3px 4px 3px #bf004d;
    box-shadow:         inset 3px -4px 3px #ac003f,inset -3px 4px 3px #bf004d;
}

.calloptionslink2 {
    
    display: none;
    
}
.calloptionslink, .viewalllink {
    border-radius: 10px;
    color: #fff;
    display: none;
    font-weight: bold;
    margin: 10px;
    padding: 8px 0 8px 0px;
    text-align: center;
    text-decoration: none;
    width: auto;
    font-size: 14px;
}



#scrollerpanelbuttonsmobile a span {
    display: inline;
    margin-left: 10px;
}


/* mob */
.headerbutton {
    width:25%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
     
    
    padding-right: 7px;
}


/* mob */
.headerbuttoninner,#smallmobilepop a  {
    background-position: 97% 2px;
    background-repeat: no-repeat;
    display: inline-block;
    -moz-box-shadow:    inset 3px -4px 3px #ac003f,inset -3px 4px 3px #bf004d, 0px 3px 3px #ccc;
    -webkit-box-shadow: inset 3px -4px 3px #ac003f,inset -3px 4px 3px #bf004d, 0px 3px 3px #ccc;
    box-shadow:         inset 3px -4px 3px #ac003f,inset -3px 4px 3px #bf004d, 0px 3px 3px #ccc;
    text-decoration: none;
    border-bottom: 1px solid #bf004d;
    border-left: 1px solid #e05789;
    border-right: 1px solid #e05789;
    border-top: 1px solid #b80940;
    border-radius: 10px;
    background-color: #b80940;
    background-size: 26px auto;
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
}

/* mob */
#headerbutton1 .headerbuttoninner,#mobpopheaderbutton1 .headerbuttoninner,
#mobpopheaderbutton1body .headerbuttoninner,
#staticheaderbutton1 .headerbuttoninner{
    background-image:url(../images/Phone.svg);
    background-size: 35px auto;
    background-position: 97% 12px;
}



#headerbutton2 .headerbuttoninner,#mobpopheaderbutton2 .headerbuttoninner,
#mobpopheaderbutton2body .headerbuttoninner,
#staticheaderbutton2 .headerbuttoninner{
    background-image:url(../images/cardpayment.svg);
    background-size: 26px auto;
    background-position: 97% 6px;
}



#headerbutton3 .headerbuttoninner,#mobpopheaderbutton3 .headerbuttoninner,
#mobpopheaderbutton3body .headerbuttoninner,
#staticheaderbutton3 .headerbuttoninner{
    background-image:url(../images/text.svg);
    background-size: 26px auto;
    background-position: 98% 6px;
}




/* mob */
#headerbutton1 .headerbuttoninner,
#staticheaderbutton1 .headerbuttoninner,
#mobpopheaderbutton1 .headerbuttoninner,
#mobpopheaderbutton1body .headerbuttoninner,
#mobpopheaderbuttonhelp2 .headerbuttoninner{
    background-color: #fff;
    color:#b80940;
    border: 1px solid #b80940;
     -moz-box-shadow:0px 3px 3px #ccc;
    -webkit-box-shadow: 0px 3px 3px #ccc;
    box-shadow: 0px 3px 3px #ccc;
    text-decoration: none !important;
}



/* mob */
.headerbuttontitle {
    font-size: 14px;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

.headerbuttontitle small{
    font-size: 12px;
    color: #fff;
}


/* mob */
.headerbuttonnumber {
    font-size: 24px;
    display: block;
    font-weight: 600;
    line-height: 28px;
    vertical-align: middle;
}

.headerbuttonnumber small{
    font-size: 18px;
    line-height: 21px;
    padding-top: 3px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
}


/* mob */
.headerbuttonsmallprint {
    font-size: 11px;
    display: block;
}

.headerterms {
    color:#777781;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    clear: both;
}




#headerbutton1 .headerbuttonsmallprint,
#staticheaderbutton1 .headerbuttonsmallprint,
#mobpopheaderbutton1 .headerbuttonsmallprint,
#mobpopheaderbutton1body .headerbuttonsmallprint,
#mobpopheaderbuttonhelp2 .headerbuttonsmallprint{
    color:#313140;
}




/* mob */
#mobpopupbuttons,#mobpopupbuttonshelp {
    width:400px;
    height: 360px;
    position: fixed;
    left:50%;
    margin-left: -200px;
    top:50%;
    margin-top: -180px;
    z-index: 10010;
    background: #fff;
    border-radius: 10px;
    border:1px solid #b80940;
    padding: 20px 25px;
    box-sizing: border-box;
    box-shadow: 3px 3px 3px #6d6d6d,3px 3px 3px #dedede inset;
    display: none;
}


/* mob */
#mobpopupbuttons .headerbutton,#mobpopupbuttonshelp .headerbutton  {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}

/* mob */
#mobpopupclose,#mobpopupclosehelp {
    background: url(../images/close.png) left top no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    width:30px;
    height: 30px;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    right:10px;
    top:10px;
}

#mobpopupbuttons .headerterms {
    font-size: 11px;
}



#mobpopupbuttonsbody,#smallmobilepop {
    display: none;
}




@media screen and (max-width: 1150px) {
       #headerbutton3 {
            clear: both;
       }
       
       #headerbuttons {
        background: #d8d8db;
        margin-top: 0px;
        
       }
       
       /* mob */
       .headerbutton {
        width:400px;
        padding-right: 0px;
        margin:3px;
        float: none;
        text-decoration: none !important;
       }
       
       #headerbuttons {
        text-align: center;
        font-size: 0;
        padding-top: 10px;
       }
       
       #headerterms {
        width:800px;
        margin: auto;
        padding-bottom: 5px;
       }
       
       .setstatic {
        display: none;
       }

}



@media screen and (max-width: 850px) {
    #header {
        height: 200px;
    }
    
    #headerleft #mainlogo {
        width: 180px;
        margin-left: 20px;
        height: 168px;
        font-weight: bold;
      
    }
    
    
    #smallmobilepop {
        display: block;
    }
    
    #headerbuttons .headerbutton,
    #headerbuttons #headerterms{
        display: none;
    }
    
    
    #headertermsbodymob {
        padding-left:20px;
        padding-right: 20px;
    }
    

    
    
           
}




@media screen and (max-width: 750px) {
    /* mob */
    .headerbuttontitle {
        font-size: 13px;
    }
    
    
    .headerbuttontitle small{
        font-size: 11px;
    }
    
    /* mob */
    .headerbuttonnumber {
        font-size: 23px;
    }
    
    .headerbuttonnumber small{
        font-size: 17px;
    }
    
    
    /* mob */
    .headerbuttonsmallprint {
        font-size: 10px;
    }

    .headerterms {
        font-size: 11px;
    }
    
    #mobpopupbuttons .headerterms {
        font-size: 10px;
    }
    
    #mobpopheaderbuttonhelp2 .headerbuttonnumber {
        font-size: 16px;
    }

    #smallmobilepop a {
        font-size: 17px;
    }


    #smallmobilepop a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

}



@media screen and (max-width: 550px) {
   
    #smallmobilepop a {
        margin-left:20px;
        margin-right: 20px;
        display: block;
        width: auto;
    }

    
}




@media screen and (max-width: 450px) {
    
    /* mob */
    .headerbuttontitle {
        font-size: 12px;
    }

    
    .headerbuttonnumber {
        font-size: 20px;
    }
    
    
    .headerbuttonnumber small{
        font-size: 15px;
    }
    
  
    
    #mobpopheaderbuttonhelp2 .headerbuttonnumber {
        font-size: 14px;
    }

    
    /* mob */
    #smallmobilepop a {
        font-size: 16px;
    }



    .headerbuttoninner, #smallmobilepop a {
        
        display: block;
    }
    
    /* mob */
    .headerbutton {
        width:auto;
        display: block;
    }
    
    /* mob */
    #mobpopupbuttons,#mobpopupbuttonshelp {
        width: 90%;
        margin-left: -45%;
    }
    
    .calloptionslink {
    
        display: block;
   
    }
    
    #pageid111 .calloptionslink{
        display: none;
    }

}


@media screen and (max-width: 400px) {
 
    /* mob */
    .headerbuttonnumber {
        font-size: 18px;
    }
    
    .headerbuttonnumber small{
        font-size: 14px;
    }
    
  
    
    #mobpopheaderbuttonhelp2 .headerbuttonnumber {
        font-size: 13px;
    }

    #smallmobilepop a {
        font-size: 15px;
        padding-top:8px;
        padding-bottom: 8px;
    }
    
    
    #pageid112 .calloptionslink1 {
        display: none;
    }
    
    #pageid112 .calloptionslink2 {
        display: inline;
    }
    


}