
/*** header css starts ****/
.sticky_header {
    width: 100%;
    background: #EC1300 none repeat scroll 0 0;
    z-index: 1000;
    position: fixed;
    top: 0;
}
.header {
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
    align-items: center;
    flex-flow: row;
    justify-content: space-between;
}
.rightSection{
float: right;
}
.buttonsHeader{
display: flex;
align-items: center;
flex-flow: row;
justify-content: space-between;
}

.buttonsHeader .joinNow, .buttonsHeader .renewtext {
border: 1px solid #fff;
color:#fff;
font-weight: 900;
text-decoration: none;
font-family: Lato, DagnyOffcProbold;
display: flex;
    align-items: center;
    justify-content: center;
}

.phoneNumber {
    color: #fff;
    font-family: Lato, DagnyOffcPro;
    position: relative;
    text-align: center;
}
.hero_logo {
border: none;
}
/*** header css ends ***/

@media screen and (max-width:699px) {
.buttonsHeader .joinNow, .buttonsHeader .renewtext {
    padding: 0;
    font-size: 12px;
    line-height: 14px;
    font-family: Lato;
    font-weight: 900;
    border-radius: 25px;
   width: 67px;
    height: 30px;

    border: 1.5px solid #fff !important;
}
.buttonsHeader .renewtext {
    margin-left: 11px;
} 		  
.sticky_header, .header {
   height: 60px;
    width: 100%;				
}
.header {
    width: 100%;
}
.logo{
position: relative;
top: -2px;
}
.hero_logo {
 width: auto;
    height: 25px;
    margin-left: 20px;
}
.rightSection{
margin-right: 20px;
}
.buttonsHeader .joinNow{
border-radius: 25px;
}
.buttonsHeader .renewtext {
border-radius: 25px;
margin-left: 11px;
}
.buttonsHeader .joinNow.joinES {
padding: 5px 16px;
}
.buttonsHeader .renewtext.renewES {
padding: 5px 10px;
}
.phoneNumber {
display: none;
}
}
@media screen and (min-width:700px){

.sticky_header, .header {
    height: 8.33vw;
	max-width: 1440px;
}
.header {
    width: 100%;
}
.logo {
    padding-left: 40px;
}
.hero_logo {
    width: 13.280vw;
}
.buttonsHeader .joinNow  {
font-size: calc(14px + (16 - 14) * ((100vw - 700px) / (1250 - 700)));
width: 11.667vw;
    height: 3.333vw;
border-radius: 25px;
}
.buttonsHeader .renewtext{
font-size: calc(14px + (16 - 14) * ((100vw - 700px) / (1250 - 700)));
width: 11.667vw;
    height: 3.333vw;
margin-left: 2.080vw;
border-radius: 25px;
}
.phoneNumber {
    font-size: calc(12px + (14 - 12) * ((100vw - 700px) / (1250 - 700)));
    top: 3px;
}
.rightSection{
padding-right: 4.800vw;
}
}
@media screen and (min-width:1200px){

.sticky_header, .header {
    height: 100px;
}

.logo {
    padding-left: 20px;
}
.hero_logo {
    width: 166px;
}
.buttonsHeader .joinNow, .buttonsHeader .renewtext  {
font-size: 16px;
width: 140px;
    height: 40px;
border-radius: 25px;
}
.buttonsHeader .renewtext{
margin-left: 26px;
}
.phoneNumber {
    font-size: 16px;
    top: 3px;
}
.rightSection{
padding-right: 20px;
}
}
