.cms-flight-deals, .cms-hotel-deals{
    padding:50px 0 0;
}

.cms-destination-deals{
    padding:50px 0px;
}

.cms-flight-deals h2, .cms-hotel-deals h2, .cms-destination-deals h2 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size:1.75rem;
    font-weight:bold;
    color:#6b6c6f;
    margin-bottom:40px;
}

.cms-flight-deals h2:before,
.cms-flight-deals h2:after, .cms-hotel-deals h2:before, .cms-hotel-deals h2:after, .cms-destination-deals h2:before, .cms-destination-deals h2:after  {
    content: '';
    border-top: 3px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
    max-width:100px;
}

.cms-flight-deals h2:after, .cms-hotel-deals h2:after, .cms-destination-deals h2:after {
    margin: 0 0 0 20px;
}


.cms-flight-deals .cms-flight-card h5{
    font-size: 16px;
    font-weight: 700;
    color: #003b93;
    margin-bottom: 10px;
    cursor:pointer;
    height:19.2px;
}

.cms-flight-deals .cms-flight-card h5 a{
    color:#003b93;
    text-decoration:none;
}

.cms-flight-deals .cms-flight-card .cms-flight-img{
    height:150px;
    overflow:hidden;
    border-radius:25px;
    position:relative;
}

.cms-flight-deals .cms-flight-card .cms-flight-img:hover .cms-img, .cms-hotel-deals .cms-hotel-card:hover .top-sec .cms-hotel-img{
    transform: scale(1.2);
}

.cms-flight-deals .cms-flight-card .cms-flight-img .cms-img{
    min-height: 150px;
    max-height: 150px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 25px;
    transition: all .4s ease-in-out;
}

.cms-flight-deals .cms-flight-card .cms-flight-img .img-ico{
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #a08f62;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    border: 2.5px solid #FFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0px;
    cursor:pointer;
}
.cms-flight-deals .cms-flight-card .cms-flight-img .cms-icon{
    max-height: 20px;
    width: 20px;
    margin-right: 3px;
    margin-top: 1px;
    transform:rotate(10deg);
}

.cms-flight-deals .cms-flight-card p.price{
    font-size: 13.5px;
    color: #003b93;
    font-weight: 500;
    margin: 0px;
}

.cms-flight-deals .cms-flight-card h6{
    color: #868383;
    font-size: 13.5px;
    font-weight: 700;
    margin:0px;
}

.cms-hotel-deals .cms-hotel-card{
    border: 1px solid #98885f;
    border-radius: 20px;
}

.cms-hotel-deals .cms-hotel-card .top-sec{
    border-radius: 19px;
    border: 5px solid #98885f;
    position: relative;
    overflow: hidden;
}

.cms-hotel-deals .cms-hotel-card .top-sec .cms-hotel-img{
    border-radius: 14px;
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
    transition: all .4s ease-in-out;
}

.cms-hotel-deals .cms-hotel-card .top-sec .img-overlay{
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
}

.cms-hotel-deals .cms-hotel-card .top-sec .img-logo{
    position: absolute;
    top: 10px;
    left: 10px;
}

.cms-hotel-deals .cms-hotel-card .top-sec .img-logo .cms-logo{
    max-height: 22px;
    width:auto;
}

.cms-hotel-deals .cms-hotel-card .top-sec .cms-hotel-text{
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.cms-hotel-deals .cms-hotel-card .top-sec .cms-hotel-text p{
    color: #fff;
    font-size: 13px;
    margin: 0px;
    font-weight: 600;
}

.cms-hotel-deals .cms-hotel-card .desc-sec{
    padding:10px 15px;
    min-height:110px;
}

.cms-hotel-deals .cms-hotel-card .desc-sec h4{
    color: #003b93;
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}

.cms-hotel-deals .cms-hotel-card .desc-sec h6{
    font-size: 13.5px;
    color: #003b93;
    font-weight: 500;
    margin: 0px;
}

.cms-hotel-deals .cms-hotel-card .desc-sec p{
    font-size: 13px;
    color: #a08f63;
    margin: 10px 0;
}

.cms-hotel-deals .cms-hotel-link a{
    color: #a08f63;
    font-size:13px;
    font-weight: 500;
    text-decoration: none;
}

.cms-hotel-deals .cms-hotel-link a .fa{color:#003b93;}

.cms-destination-deals .cms-destination-container{
    position:relative;
}

.cms-destination-deals .cms-destination-card{
    position: relative;
    overflow: hidden;
    border-radius:100px;
}

.cms-destination-deals .cms-destination-container:hover .cms-dest-img{
    transform: scale(1.2);
}

.cms-destination-deals .cms-destination-card .cms-dest-img{
    min-height: 375px;
    max-height: 375px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 100px;
    transition: all .4s ease-in-out;
}

.cms-destination-deals .cms-destination-card .img-overlay{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cms-destination-deals .cms-destination-card .destination-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 10px;
}

.cms-destination-deals .cms-destination-card .destination-text p.sub-head{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
}

.cms-destination-deals .cms-destination-card .destination-text h5{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0 0;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cms-destination-deals .cms-destination-card .destination-text h6{
    background-color: #000;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    margin: 25px 0px;
}

.cms-destination-deals .cms-destination-card .destination-text p{
    font-size: 13px;
    color: #fff;
    margin: 0px;
}

.cms-destination-deals .cms-destination-container .img-ico{
    position: absolute;
    right: 10px;
    bottom: 0;
    background-color: #a08f62;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: 2.5px solid #FFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    cursor: pointer;
}

.cms-destination-deals .cms-destination-container .cms-icon{
    max-height: 25px;
    width: 25px;
    margin-left: 0px;
    margin-top: 1px;
    transform: rotate(280deg);
}

.cms-flight-deals .owl-carousel .owl-nav .owl-next, .cms-hotel-deals .owl-carousel .owl-nav .owl-next, .cms-destination-deals .owl-carousel .owl-nav .owl-next{position:absolute;right:-4%;top:50%;transform:translateY(-50%);background-color:var(--primary)!important;text-align:center!important;padding:0px!important;width:30px;height:30px;line-height:18px;border-radius:50px;z-index:1}
.cms-flight-deals .owl-carousel .owl-nav .owl-next i, .cms-hotel-deals .owl-carousel .owl-nav .owl-next i, .cms-destination-deals .owl-carousel .owl-nav .owl-next i{color:#fff}
.cms-flight-deals .owl-carousel .owl-nav .owl-prev, .cms-hotel-deals .owl-carousel .owl-nav .owl-prev, .cms-destination-deals .owl-carousel .owl-nav .owl-prev{position:absolute;left:-4%;top:50%;transform:translateY(-50%);background-color:var(--primary)!important;text-align:center!important;padding:5px 10px!important;width:30px;height:30px;line-height:18px;border-radius:50px;z-index:1}
.cms-flight-deals .owl-carousel .owl-nav .owl-prev i, .cms-hotel-deals .owl-carousel .owl-nav .owl-prev i, .cms-destination-deals .owl-carousel .owl-nav .owl-prev{color:#fff}
@media screen and (max-width:480px){
   .cms-flight-deals h2, .cms-hotel-deals h2, .cms-destination-deals h2{font-size:1.4rem;}
   .cms-flight-deals h2:before, .cms-flight-deals h2:after, .cms-hotel-deals h2:before, .cms-hotel-deals h2:after, .cms-destination-deals h2:before, .cms-destination-deals h2:after{margin:0 15px 0 0;flex:1 0 15px;}
   .cms-flight-deals h2:after, .cms-hotel-deals h2:after, .cms-destination-deals h2:after{margin:0 0 0 15px;}
   .cms-destination-deals .cms-destination-container{max-width:275px;margin:auto;}
}