/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 13, 2017, 11:56:42 AM
    Author     : amittal
*/

#countdown_banner{
    padding: 10px;
    margin-bottom: 20px;
    background: rgba(0,0,0,0.05);
    max-width: 68%;
    height: 94px;
    margin-top: 5%;
}
#banner_left_part{
    width: 10%;
    float: left;
    height: 100%;
    
}
#banner_right_part{
    width: 90%;
    float:left;
}
#banner_img{
    overflow: hidden;
        height: 100%;
}
#banner_image{
   width:auto;
   height: auto;
   min-height: 100%;

}
#demo{
    font-size: 140%;
    color:#D9E6F2;
    margin-top:2%;
    margin-bottom:3%;
    margin-left:7%;
    font-weight: 600;
}
#timer{
    width:100%;
    height: auto;
    margin-left: 2%;
    margin-top: -1%;
}
#banner_text1{
    font-size: 15px;
}
#banner_text2{
    font-size: 15px;
}
.banner_text{
    margin-left:7%;
    width:90%;
}
@media(max-width:480px){
    #countdown_banner img#banner_image {
        max-width: 60px;
        height: auto;
        min-height: auto;
        vertical-align: middle;
        margin-top: 9px;
        margin-left: 13px;
    }
    #countdown_banner {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1000px){
    #countdown_banner img#banner_image {
        max-width: 60px;
        height: auto;
        min-height: auto;
        vertical-align: middle;
        margin-top: 9px;
        margin-left: 20px;
    }
    #countdown_banner {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 999px) and (min-width: 770px){
    #countdown_banner img#banner_image {
        max-width: 60px;
        height: auto;
        min-height: auto;
        vertical-align: middle;
        margin-top: 9px;
        margin-left: 4px;
    }
    #countdown_banner {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 769px) and (min-width: 481px){
    #countdown_banner img#banner_image {
        max-width: 60px;
        height: auto;
        min-height: auto;
        vertical-align: middle;
        margin-top: 9px;
        margin-left: 21%;
    }
    #countdown_banner {
        width: 100%;
        max-width: 100%;
    }
    #timer{
        width:100%;
        height: auto;
        margin-top: -1%;
    }
    .banner_text{
    margin-left:3%;
    width:90%;
    }
    #demo{
    font-size: 140%;
    color:#ebebeb;
    margin-top:2%;
    margin-bottom:3%;
    margin-left:3%;
    font-weight: 600;
    }
}
