.announce-bar{
    background-color: #0c102d;
    color:white;
    text-align: center;
    padding: 0px;
    line-height: 22px;
    position: relative;
    overflow-x: hidden;
    font-size: 25px;
    font-weight: 600;
    display: block;
    font-family: "Open Sans", sans-serif;
    z-index: 9999999999999;
    /* position: fixed; */
    top: 0;
    width: 100%;
}
.announce-bar .main-text{
    display: inline;
    width: 100%;
    font-weight: 500;
    /* font-size:25px; */
    font-size: large;
    position: relative;
    /* right: 71px; */
}
.announce-bar .timer{
    /* background: #494949; */
    min-width: 25px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    /* right: 31px; */
    position: relative;
    font-size: large;
    font-size: large;

}
.get-offer {
   text-transform: uppercase;
   color: #fff;
   font-size: 14px;
   margin: 10px;
   border-radius: 4px;
   padding: 2px 13px;
   text-decoration: none;
   background-color: #D8AB2E;
   display:inline-block;
}
.close{
   position: absolute;
   right: 20px;
   top: 13px;
   font-size: 18px;
   cursor: pointer;
}
.announce-bar{
    display: none;
}
@media(min-width:320px) and (max-width:567px){
    .announce-bar {
        line-height: 0px;
    }
    .announce-bar .main-text{
        display:inline-block;
        margin:0px;
        padding:6px 0px;
        /* font-size:20px; */
        position: relative;
        right: 11px;
        top: 10px;
    }
    .announce-bar .timer {
        line-height:3;
        font-size:18px;
        min-width:0;
        position: relative;
        right: 11px;
     

    }
    .get-offer{
/*                margin-bottom: 10px;*/
       font-size: 13px;
       border-radius: 2px;
       padding: 12px 6px;
    }
    .close {
       right: 10px;
       top: 15px;
     }
   
  
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
  }
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  

@media(min-width:568px) and (max-width:767px){
    .announce-bar {
        line-height: 0px;
    }
    .announce-bar .timer{
        font-size: 15px;
    }.announce-bar{
        background-color: #0c102d;
        color:white;
        text-align: center;
        padding: 0px;
        /* line-height: 22px; */
        position: relative;
        overflow-x: hidden;
        font-size: 25px;
        font-weight: 600;
        display: block;
        font-family: "Open Sans", sans-serif;
        z-index: 4;
        /* position: fixed; */
        top: 0;
        width: 100%;
    }
    .announce-bar .main-text{
        display: inline;
        width: 100%;
        font-weight: 500;
        /* font-size:22px; */
        position: relative;
        right: 71px;
    }
    .announce-bar .timer{
        /* background: #494949; */
        min-width: 25px;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        right: 31px;
        position: relative;
    }
    .get-offer {
       text-transform: uppercase;
       color: #fff;
       font-size: 15px;
       margin: 10px;
       border-radius: 2px;
       padding: 3px 16px;
       text-decoration: none;
       background-color: #D8AB2E;
       display:inline-block;
    }
    .close{
       position: absolute;
       right: 20px;
       top: 13px;
       font-size: 18px;
       cursor: pointer;
    }
    
    @media(min-width:320px) and (max-width:567px){
        .announce-bar {
            line-height: 0px;
        }
        .announce-bar .main-text{
            display:inline-block;
            margin:0px;
            padding:6px 0px;
            /* font-size:20px; */
            position: relative;
            right: 11px;
            top: 10px;
        }
        .announce-bar .timer {
            line-height:3;
            font-size:18px;
            min-width:0;
            position: relative;
            right: 11px;
         
    
        }
        .get-offer{
    /*                margin-bottom: 10px;*/
           font-size: 13px;
           border-radius: 2px;
           padding: 12px 6px;
        }
        .close {
           right: 10px;
           top: 15px;
         }
       
      
    }
    
    @media(min-width:568px) and (max-width:767px){
        .announce-bar {
            line-height: 0px;
        }
        .announce-bar .timer{
            font-size: 15px;
        }
         /* .announce-bar .main-text{
            font-size:15px;
        } */
        .get-offer {
            margin:10px 0px;
        }
    
    }
     /* .announce-bar .main-text{
        font-size:15px;
    } */
    .get-offer {
        margin:10px 0px;
    }

}
