.RVM_Hintro {
    width: 100%;
    background: #fff;
    position: relative;
    display: inline-block;
    padding: 0px 0 60px;
}

.RVM_Hintro_B .RVM_Hintro_icon {
    position: absolute;
    top: 15px;
    left: 0;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    background: #2196f3;
    display: none
}

.RVM_Hintro_B .RVM_Hintro_cntnt {
    background: #eaeaea;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column;
    padding: 5px 15px
}

.RVM_Hintro_B h3 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin: -50px 0 0 0;
    font-family: Muli-Black;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
    background-color: rgba(0,0,0,.5);
    position: relative
}

.RVM_Habout_sec {
    padding: 60px 0;
    text-align: center;
    background: #fffdfd;
    background: -webkit-gradient(linear, left top, left bottom, from(#eeffff), to(#feffff));
    background: -webkit-linear-gradient(top, #eeffff, #feffff);
    background: -moz-linear-gradient(top, #eeffff 0, #feffff 100%);
    background: -o-linear-gradient(top, #eeffff 0, #feffff 100%);
    background: linear-gradient(180deg, #eeffff 0, #feffff);
        float: left;
    width: 100%;
}

.RVM_Habout_sec p {
    text-align: justify;
    letter-spacing: 1px;
    font-size: 18px
}

.RVM_Hpop_desti_sectn {
    text-align: center;
    padding: 50px 0 50px;
    background: #f5f5f5
}

.RVM_HPdestination>div {
    margin-left: -2px;
    margin-right: -2px
}

.RVM_HPdestination>div>a {
    padding: 15px
}

.RVM_HPdestination .RVM_Hs_destination {
    position: relative;
    margin-top: 2px;
    overflow: hidden
}

.RVM_HPdestination .RVM_Hs_destination img {
    width: 100%
}

.RVM_HPdestination .RVM_Hs_destination:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    background: #4caf50;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    content: "";
    z-index: 3;
    border-radius: 5px
}

.RVM_HPdestination .RVM_Hs_destination:hover:before {
    opacity: .6;
    visibility: visible;
    transform: scale(.9) rotate(45deg);
    -webkit-transform: scale(.9) rotate(45deg);
    box-shadow: 0 0 0 5px #fff;
    transition: all .5s;
    -webkit-transition: all .5s
}

.RVM_HPdestination .RVM_Hs_destination:hover img {
    transition: all .4s ease
}

.RVM_Hs_destination .RVM_H_hover {
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    z-index: 4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.RVM_Hs_destination .RVM_H_hover h4 {
    color: #fff;
    font-size: 24px;
    opacity: 0;
    font-family: MyriadPro-Bold;
    letter-spacing: 2px;
    padding: 0 15px;
    margin: 0
}

.RVM_Hs_destination:hover .RVM_H_hover h4 {
    color: #fff;
    opacity: 1
}

.RVM_Hvactn_pack {
    position: relative
}

.RVM_Hvactn_pack {
    background-image: url(/resources/images/TRIP_BG.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

.RVM_Hvactn_pack_new {
    color: #fff
}

.RVM_Hvactn_pack_new>div:first-child {
    background-image: url(/resources/images/TRIP_BG.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    height: 400px;
    z-index: 2
}

.RVM_Hvactn_pack_new>.RVM_linedesing {
    background: rgba(76,175,80,.7);
    position: absolute;
    bottom: 0;
    left: -30%;
    width: 80%;
    height: 140%;
    z-index: 3;
    transform: skew(10deg,10deg);
    -webkit-transform: skew(10deg,10deg)
}

.RVM_Hvactn_pack_new>.RVM_linedesing>span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 10px auto auto;
    width: 580px;
    height: fit-content;
    transform: skew(-10deg,-10deg);
    -webkit-transform: skew(-10deg,-10deg)
}

.RVM_Hvactn_pack_new>.RVM_linedesing>span h2 {
    margin-top: 15px
}

.RVM_Hvactn_pack_new .RVM_siteBTN_W span:first-child {
    background: red;
    color: #fff
}

.RVM_Hvactn_pack_new .RVM_siteBTN>span:nth-child(2),.RVM_Hvactn_pack_new .RVM_siteBTN>span:nth-child(3) {
    background: red
}

.RVM_Hvactn_pack_new .RVM_siteBTN_W:hover span:first-child {
    background: 0 0;
    color: #fff
}

.RVM_Hvactn_pack_new .RVM_siteBTN:hover>span:nth-child(2),.RVM_Hvactn_pack_new .RVM_siteBTN:hover>span:nth-child(3) {
    background: #fff
}

.RVM_Hvactn_pack_new>.RVM_linedesing>span h2 span {
    width: 100%;
    float: left;
    margin: 10px 0 15px
}

.RVM_Hvactn_pack_B {
    padding: 20px 0 20px;
    border-right: 10px solid #fff;
    height: 380px;
    display: flex;
    align-items: center
}

.RVM_Hvactn_pack_B:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16,53,85,.95)
}

.RVM_Hvactn_pack_B:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 0;
    width: 10px;
    height: 60%;
    background: #fff
}

.RVM_Hvactn_pack_B>span {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%
}

.RVM_Hvactn_pack_B>span:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 10px;
    height: 60%;
    background: #fff
}

.RVM_Hvac_tit {
    color: #fff
}

.RVM_Hvac_tit h2 {
    font-size: 48px;
    line-height: 56px
}

.RVM_Hvac_tit h2 span {
    display: block;
    font-size: 39px;
    font-style: italic
}

.RVM_H_tetimonial_sec {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    background-size: cover;
    text-align: center;
    position: relative;
    background: #f5f5f5
}

.RVM_Htest_sldr_sct {
    width: 100%;
    float: left;
    margin-bottom: 40px
}

.RVM_Htesti_area li {
    width: 100%;
    float: left;
    list-style: none;
    color: #252525;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 25px
}

.RVM_Htesti_area .RVM_Htesti_headead {
    font-size: 22px;
    letter-spacing: 1px;
    font-family: Muli-Black;
    margin-bottom: 15px
}

.slick-center .RVM_Htesti_area .RVM_Htesti_headead {
    color: #00b2b2
}
.RVM_Habout_sec.ssd {
    float: left;
    width: 100%;
}
.RVM_Htesti_head {
    margin-bottom: 10px;
    font-size: 21px;
    font-family: PlayfairDisplay_Regular
}

.RVM_Htesti_txt {
    font-size: 16px;
    margin-bottom: 10px
}

.RVM_Htesti_stars i {
    font-size: 15px;
    display: inline-block;
    color: orange
}

#RVM_home_testimonial .slick-list {
    padding: 40px 0!important
}

#RVM_home_testimonial .item {
    padding: 20px
}

#RVM_home_testimonial .item.slick-current {
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 3px #00b2b2
}

#RVM_home_testimonial .item.slick-current:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eaeaea;
    transform: skew(20deg,20deg)
}

#RVM_home_testimonial .item.slick-current .RVM_Htesti_area {
    position: relative;
    z-index: 2
}

#RVM_home_testimonial .slick-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto auto -15px auto;
    font-size: 40px;
    z-index: 2;
    cursor: pointer;
    width: fit-content;
    height: fit-content;
    color: #ff5722
}

#RVM_home_testimonial .slick-arrow.fa-chevron-circle-left {
    left: -40px
}

#RVM_home_testimonial .slick-arrow.fa-chevron-circle-right {
    left: 40px
}

#RVM_home_testimonial .slick-arrow:hover {
    color: #2196f3
}

#RVM_home_testimonial .slick-dots {
    bottom: 0
}

.RVM_aboutcntntarea {
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

@media (max-width: 1199px) {
    .RVM_H_Dest_1 img {
        height:191px
    }
}

@media (max-width: 991px) {
    .container {
        width:100%
    }

    .RVM_HPdestination {
        width: 70%;
        margin-left: 15%
    }

    .RVM_H_Dest_1 img {
        height: auto
    }
}

@media (max-width: 767px) {
    .RVM_Hintro_B .RVM_Hintro_cntnt {
        min-height:80px;
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    .RVM_Hintro_B {
        margin-bottom: 25px;
        width: 500px
    }

    .RVM_Hintro .container>div>div {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0
    }

    .RVM_Hintro {
        padding-bottom: 0
    }

    .RVM_Hintro_B .RVM_Hintro_icon {
        left: 0;
        height: 60px;
        width: 60px;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto auto auto 0
    }

    .RVM_Hintro_B .RVM_Hintro_icon img {
        height: 40px
    }

    .RVM_Habout_sec {
        padding: 66px 0
    }

    .RVM_aboutcntntarea {
        height: unset;
        display: unset;
        align-items: unset;
        justify-content: unset;
        flex-wrap: unset
    }

    .RVM_Habout_sec p {
        font-size: 15px
    }

    .RVM_Hpop_desti_sectn {
        padding: 20px 15px 30px
    }

    .RVM_HPdestination .RVM_Hs_destination:hover:before {
        opacity: 0
    }

    .RVM_Hs_destination .RVM_H_hover h4 {
        opacity: 1;
        margin: 0;
        padding: 10px 15px;
        background: rgba(76,175,80,.6)
    }

    .RVM_Hs_destination .RVM_H_hover h4 {
        font-size: 18px
    }

    .RVM_Hvactn_pack_B {
        padding: 100px 0 20px
    }

    .RVM_Hvac_tit p {
        margin: 0
    }

    .RVM_Hvac_tit h2 {
        font-size: 30px;
        line-height: 30px;
        margin-top: 10px
    }

    .RVM_Hvac_tit h2 span {
        font-size: 25px
    }

    .RVM_Hvactn_pack_B:before {
        border-radius: 0 200px 200px 0;
        transform: unset;
        left: 0;
        width: 80%
    }

    .RVM_Hvactn_pack_B:after {
        right: 18.5%;
        transform: unset;
        background: 0 0;
        border-radius: 0 500px 500px 0;
        width: 80%;
        border-right: 6px solid #fff
    }

    .RVM_Hvactn_pack_B>span {
        display: none
    }

    .RVM_linedesing:before {
        bottom: 231px;
        right: 19px;
        width: 350px
    }

    .RVM_linedesing:after {
        bottom: 231px;
        left: 19px;
        width: 350px
    }

    .RVM_Hvactn_pack_new>.RVM_linedesing>span h2 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 25px
    }

    .RVM_Hvactn_pack_new>.RVM_linedesing>span h2 span {
        margin: 5px 0 15px;
        font-size: 20px
    }

    .RVM_Hvactn_pack_new>.RVM_linedesing>span {
        width: 100%;
        text-align: right;
        padding-right: 15px
    }

    .RVM_HPdestination {
        width: 80%;
        margin-left: 10%
    }
}

@media (max-width: 500px) {
    .RVM_H_Dest_1,.RVM_H_Dest_2,.RVM_H_Dest_3,.RVM_H_Dest_4,.RVM_H_Dest_5,.RVM_H_Dest_6 {
        width:100%
    }

    .RVM_HPdestination>div>a {
        padding: 3px 15px
    }

    .RVM_Hvactn_pack_new>div:first-child {
        height: 200px
    }

    .RVM_Hvactn_pack_new>.RVM_linedesing {
        width: 130%
    }

    .RVM_Hvactn_pack_new>.RVM_linedesing>span {
        margin: auto 10px 20px auto
    }

    .RVM_Hintro_B {
        width: 100%
    }
}

@media (max-width: 480px) {
    .RVM_HPdestination {
        width:100%;
        margin-left: 0
    }
}

@media (max-width: 400px) {
    .RVM_Hintro>div>div>div {
        padding:0
    }

    .RVM_HPdestination>div>div {
        width: 100%
    }

    .RVM_Hvactn_pack_new>.RVM_linedesing>span {
        width: 100%;
        padding: 0 15px;
        margin: auto auto 5px auto
    }
}
