.popHoliday {margin: 10px 0;}
.popHoliday .headings {text-align: center;color: #ff3d00;margin-bottom: 20px;font-weight: 600;}
.popHoliday .popHBoxWrap {position: relative;overflow: hidden; margin-bottom: 30px;}
.popHoliday .popHBoxWrap img {height: 280px;}
.popHoliday .popHBoxWrap .popHBox {text-align: center; width: 100%;position: absolute;left: 50%;top: 80%; transition: all ease 3s;transform: translate(-50%, 15%);}
.popHoliday .popHBoxWrap .popHBox h5 {font-size: 26px; font-weight: 600;margin-top: 0px; color: #fff; text-shadow: -4px 2px 2px #000000;}
.popHoliday .popHBoxWrap .popHBox .btn {padding: 8px 15px;}
.popHoliday .popHBoxWrap:hover .popHBox {top: 50%;transform: translate(-50%, -50%);transition: all ease 1s;}
.topDest {margin: 10px 0;}
.topDest .headings {text-align: center;color: #ff3d00;margin-bottom: 20px;font-weight: 600;}
.topDest a.destLinks {text-decoration: none;color: #000;}
.topDest .destiBoxWrap {position: relative;overflow: hidden; height: 285px;border-bottom: 1px solid #d5e5ff;margin-bottom: 30px;}
.topDest .destiBoxWrap .destiBox {text-align: center;padding: 20px 10px;background-color: #fff; width: 90%; position: absolute;left: 5%; top: 70%;transition: all ease 3s;}
.topDest .destiBoxWrap .destiBox h4 {font-size: 26px; font-weight: 600;margin-top: 0px; color: #012b72;}
.topDest .destiBoxWrap .destiBox h5 {font-size: 18px; font-weight: 500;}
.topDest .destiBoxWrap .destiBox p {line-height: 25px;}
.topDest .destiBoxWrap .destiBox .btn {padding: 8px 20px;}
.topDest a.destLinks:hover .destiBox {top: 8%;transition: all ease 1s;}