/*Promotion Page CSSs*/
.promotion-hero-content-box{
    position: absolute;
    left: 0;
    right:0;
    bottom: 95px;
}

.summer-promotion-section{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
}

.promotional-item-box .image{
    margin-bottom: 15px;
}
.promotional-item-box .title a{
    font-size: 24px;
    color: #333;
}
.promotional-item-box .title a:hover, .promotional-item-box .title a:active, .promotional-item-box .title a:focus{
    color: #333;
}
.promotional-item-box .desc{
    min-height: 100px;
    font-size: 12px;
    color: #333;
    padding: 10px 65px 10px 0px;
}
.contact-us-now-btn{
    width: 170px;
    height: 42px;
    background-color: #281A53;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}
.contact-us-now-btn:hover,.contact-us-now-btn:active, .contact-us-now-btn:focus{
    color: #fff;
}

@media(max-width: 767px){
    
}
@media(min-width: 768px) and (max-width: 990px){ 
    
}
@media(min-width: 991px) and (max-width: 1199px){ 
    
}
@media(min-width: 1200px){ 
    
}

