body{
    background: #f5f5f5;
    font-family: Sans-Serif;
}
.offer-expired .container .row .box{
    background:#fff;
    width:65%;
    margin:auto;
    border:3px dashed #c1c1c1;
    text-align:center;
    border-radius:5px;
    padding:50px 10px;
}
.offer-expired .container .row .box h1{
    color:#2b8fc0;
    font-weight:bolder;
    font-size:48px;
}
.offer-expired .container .row .box h2{
    font-size:48px;
}
.offer-expired .container .row .box h4{
    font-size:27px;
    margin-top:20px;
}
.offer-expired .container .row  .box .ch4{  
    margin-bottom:70px;
}
.offer-expired{
    padding-top:100px;
}
.offer-expired .container .row .box h5 a{
    font-size:18px;
    background:#0e8dc7;
    color:#fff;
    border:1px solid #0d7fb3;
    padding:15px 40px;
    border-radius:5px;
    font-weight:bold;
    text-decoration:none;
    display: block;
}
.offer-expired .container .row .box h5 a:hover{
    background:#0b72a1;
}
.offer-expired .container .row .box h6 a{   
    margin-top:50px;
    display:block;
    color:#0000ee;
    font-size:18px;
}
#offer-form .modal-content{
    border-radius: 10px;
    padding-bottom: 40px;
    outline: none medium;
    background-color: rgb(255, 255, 255);
    position: fixed;
    opacity: 1;
    top: 0px;
    text-align:center;
}
#offer-form .modal-content .pull-right img{
    display:none !important;
}

#offer-form .modal-content .modal-body h1{
    font-size:32px;
    font-weight: 700;
    box-sizing: border-box;
    margin-top:20px;
    margin-bottom:20px;
 color:#2f2f2f;
}

#offer-form .modal-content .modal-body h5{
    font-size:18px;
    margin-bottom:20px;
    color:#2f2f2f;
}
#offer-form .modal-content .modal-body form{
    padding:10px;
}
#offer-form .modal-content .modal-body form input{
    border-radius: 5px !important;
    border: 1px solid rgba(0,0,0,0.2);
    font-size: 16px;
    padding: 12px 18px;
    margin-bottom:20px;
}
#offer-form .modal-content .modal-body form  button{
    color: rgb(255, 255, 255);
    background-color: rgb(14, 141, 199);
    text-decoration: none !important;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 4px;
    font-size: 18px;
    padding: 13px 35px;
    cursor:pointer;
}
#offer-form .modal-content .modal-body form button:hover{
    background:#0b72a1;
}
#offer-form .modal-content .modal-body p{
    font-size:12px;
    margin-top:20px;
    color:#2f2f2f;
}
#offer-form .modal-content .modal-header .close{
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 50%;
    background-color: #222222;
    color: #ffff;
    font-size: 14px;
    opacity: 1;
    padding:8px 10px;;
    border:2px solid #fff;
    box-shadow: 0px 0px 5px 0px #484848;
}
#offer-form .modal-content .modal-header {
    border:none;
}
@media only screen and (max-width:991px){
    .offer-expired .container .row .box{
        width:100%;
    }
}
@media only screen and (max-width:350px){
    .offer-expired .container .row .box h1{
        font-size:35px;
    }
    .offer-expired .container .row .box h2{
        font-size:35px;
    }
    .offer-expired .container .row .box h4{
        font-size:20px;
    }
}