body{
    
}
.newbg{
    background: #f4f4f4;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.home-form_wraper{
    background: #2d3693;
    padding: 50px 0px 60px;
}
.main-form {
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
.homeCouponWraper{
    background: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-coupon{
    display: flex;
    align-items: center;
    gap: 20px;
}
.left-coupon{
    
}
.left-coupon{
    
}
.copuonImgdiv{
    width: 175px;
}
.copuonImgdiv .couponimg{
    width: 100%;
}
.coupon-leftcontent{
    
}
.coupontitle{
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
}
.couponSubtitle{
    
}
.right-coupon{
        padding: 10px;
    background: #fff;
    border: 1px solid #dddd;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 135px;
    width: 300px;
    border-radius: 4px;
}
.couponIcon{
    width: 50px;
}
.couponIcon img{
    width: 100%;
}
.rightcouponcontent{
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}
.couponrightTitle{
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}
.couponButton{
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #2d3693;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #2d3693;
    margin-top: 10px;
    padding: 5px;
    border-radius: 4px;
}
.bestDealavlList{
        display: flex;
    flex-direction: column;
    gap: 10px;
}
.bestDealavlList li{
    
}
.bestDealavlList .bestDeal-link{
        display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #2d3693;
    border-radius: 5px;
    padding: 15px;
    text-decoration: none;
}
.bestDeal-flightInfo{
        display: flex;
    align-items: center;
    gap: 10px;
    border-right: 1px solid #ddd;
    width: calc(100% - 120px);
}
.bestdeal-flighticon{
    width: 42px;
}
.bestDeal-flightContent{
    
}
.bestDealfromto{
        font-weight: 600;
    color: #222;
    font-size: 14px;
    line-height: 20px;
}
.bestDealDate{
        font-weight: 500;
    color: #222;
    font-size: 12px;
    line-height: 20px;
}
.bestDealPrice{
        font-weight: 600;
    color: #222;
    font-size: 17px;
    line-height: 20px;
}
.bestDealpp{
        font-weight: 500;
    color: #222;
    font-size: 12px;
    line-height: 20px;
}
.bestDealTitle{
        background: #2d3693;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 20px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 4px solid #555;
    font-size: 18px;
    font-weight: 500;
}
.topflightDestination{
        padding: 10px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    gap: 20px;
}
.topflightDestImg{
        position: relative;
    height: 160px;
    width: 100px;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
}
.topflightDestImg img{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topflightDestContent{
    position: relative;
}
.topDetTitle{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    color: #2d3693;
}
.topDestButton, .topDestButton:hover{
        position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    background: #2d3693;
    color: #fff;
    padding: 5px 15px;
}
@media only screen and (max-width: 991px) {
    .homeCouponWraper {
            align-items: start;
    flex-direction: column;
    gap: 20px;
}
    .right-coupon {
    width: 100%;
}
.copuonImgdiv {
    width: 120px;
    flex-shrink: 0;
}

}
@media only screen and (max-width: 767px) {
    
}

@media only screen and (max-width: 600px) {
    .left-coupon {
        gap: 20px;
        flex-direction: column;
    }
    .copuonImgdiv {
        width: 100%;
        height: 170px;
        overflow: hidden;
        border-radius: 5px;
    }
    .bestDealavlList .bestDeal-link {
        padding: 10px 5px;
    }
    .bestDeal-flightInfo {
        width: calc(100% - 80px);
    }
}



















