.MenuOffers {
    border-bottom: 2px solid #0991ff;
    color: #0991ff !important;
}
.SerachCon {
    width: 100%;
    border-bottom: 1px solid #008ac3;
    background: #016c98;
}
.SerachMin {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
#SearchKeyWord {
    display: block;
    float: left;
    width: calc(50% - 85px);
    height: 35px;
    border: 1px solid #008ac3;
    border-radius: 2px;
    padding: 0 8px;
    margin: 0 20px 0 0;
}
#SearchCategories {
    display: block;
    float: left;
    width: calc(50% - 85px);
    height: 35px;
    border: 1px solid #008ac3;
    border-radius: 2px;
    padding: 0 8px;
    margin: 0 20px 0 0;
}
#SearchButt {
    display: block;
    float: left;
    background: #008ac3;
    color: #fff;
    width: 130px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}
#SearchButt:hover {
    background: #0493ce;
}
#SearchButtRespo {
    display: none;
    width: 34px;
    height: 34px;
    float: left;
    background: #008ac3;
    background-image: url(../img/icons/search.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.BoxsCon {
    width: 100%;
}
.BoxsMin {
    margin: auto;
    width: 1200px;
    padding: 45px 0 35px 0;
}
.Box {
    position: relative;
    float: left;
    width: calc(33.33% - 30px);
    margin: 0 15px 30px 15px;
}
.BoxImage {
    width: 100%;
}
.BoxAbout {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #09097900 56%, #000000bf 100%);
}
.BoxTitle {
    position: absolute;
    background: #0d769da1;
    height: 30px;
    max-width: calc(100% - 20px);
    line-height: 30px;
    padding: 0 8px;
    color: #fff;
    top: 10px;
    left: 10px;
    font-size: 15px;
    font-weight: bold;
    cursor: default;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.BoxDate {
    position: absolute;
    background: #9d350da1;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0 8px;
    color: #fff;
    top: 45px;
    left: 10px;
    cursor: default;
}
.BoxBottomDetails {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 14px;
    cursor: default;
    border-left: 3px solid #fff;
}
.BoxDuration {
    display: block;
    color: #fff;
    margin: 0 0 6px 8px;
}
.BoxTemperature {
    background: #fff;
    display: inline-block;
    color: #2d2d2d;
    margin: 0 0 6px 8px;
    padding: 0 8px;
}
.BoxPrice {
    display: block;
    color: #fff;
    font-weight: bold;
    margin: 0 0 0 8px;
}
/*****************Device Resolution******************/
@media screen and (max-width:1200px){
    .SerachMin {
        width: 100%;
        padding: 30px 15px;
    }
    .BoxsMin {
        width: 100%;
    }
}
@media screen and (max-width :900px){
    .BoxTitle {
        font-size: 13px;
    }
    .BoxDate {
        height: 20px;
        line-height: 20px;
        font-size: 11px;
    }
    .BoxBottomDetails {
        font-size: 12px;
    }
}
@media screen and (max-width :830px){
    .Box {
        width: calc(50% - 30px);
    }
}
@media screen and (max-width :590px){
    .SerachMin {
        padding: 15px;
    }
    #SearchKeyWord {
        width: calc(50% - 25px);
        height: 34px;
        padding: 0 6px;
        margin: 0 8px 0 0;
    }
    #SearchCategories {
        width: calc(50% - 25px);
        height: 34px;
        padding: 0 6px;
        margin: 0 8px 0 0;
    }
    #SearchButt {
        display: none;
    }
    #SearchButtRespo {
        display: block;
    }
    .Box {
        width: calc(100% - 30px);
    }
}