body
{
    font-family: 'Roboto Condensed', sans-serif;
}
.banner
{
    background: url(../images/bg4.jpg);
    background-size: cover;
    height:100vh;
    padding: 10px 0px 100px 0px;
}
.social-icon
{ 
    height: 30px; 
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    background: #fff;
    border-radius: 100%;
}
.main-img img
{
    margin-top: 10px;
}
.pad-left
{
    padding-left: 0px;
}
.pad-right
{
    padding-right: 0px;
}
.offer-bg
{
    margin-top: 100px;
}
.offer-bg p
{
    font-size: 20px; 
}
.offer-bg p span
{
    font-size: 40px; font-weight: bold; 
}
.so ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.so ul li
{
    height: 30px; 
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
}
.so ul li a
{
    color: #000;
}
.so ul li:hover
{
    background: #f2f2f2;
    transition: 0.4s;
}
.banner-container
{
    margin-top: 18px;
}
.form
{
    background: #fff;
    box-shadow: 0px 1px 9px 0px #999;
    padding: 5px 15px 10px 15px;
}
.form h1
{
    font-size: 26px; 
    line-height: 20px;
    font-weight: bold;
}
.form h1 span
{
    font-size: 14px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent; 
    border: 0px;
    border-radius: 4px;
}
.text-box
{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    width: 90% !important;
    font-size: 14px;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}
.form-control:focus {
    border-bottom: 1px solid #004e96;
    box-shadow: 0 1px 0 0 #004e96;
}
.btn-theme
{
    background: #f46f22;
    margin-top: 10px;
    box-shadow: 0px 1px 9px 0px #999;
    color: #fff; 
    font-weight: bold;
    font-size: 18px;
    width: 30%;
    text-transform: uppercase;
}
.btn-theme:hover
{
    color: #fff;
    box-shadow: 0px 1px 14px 0px #777;
}
.content-design .m,.xl,.xs
{
    font-weight: bold;
}
.content-design .m
{
    font-size: 22px;
    margin-top: 10px;
}
.content-design .xl
{
    font-size: 30px;
    padding: 0px;
    margin: 0px;
}
.content-design .xs
{
    font-size: 32px;
    margin-top: 10px;
}
.footer
{
    background: #004e96;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-weight: bold;
}
@media screen and (max-width: 768px)
{
    .offer-bg
    {
        margin-top: 0px;
    }
    .banner
    {
        background-size: cover; 
        height: auto;
    }
}