@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
@import url(http://fonts.googleapis.com/css?family=Open Sans:400,300,600,600italic,700italic,700,800);
@import url('https://fonts.googleapis.com/css?family=Montserrat');

:root {
    --thm-color: #99142e
}

body {
    font-family: "Open Sans", sans-serif;
    margin: 0px auto;
    font-size: 15px
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.py-7 {
    padding: 7px !important
}

.py-25 {
    padding: 25PX !important
}

.d-flex {
    display: flex !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.align-items-center {
    align-items: center !important
}

.footer-form {
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.08)
}

.container {
    margin: auto
}

.clear {
    clear: both
}

.phone {
    float: right
}

.phone p {
    float: left;
    margin: 0px 10px 0px 0px;
    color: #fff;
    font-size: 14px
}

.phone i {
    font-size: 16px
}

.header {
    background: #ffffff80;
    padding: 6px 0px
}

.itnry {
    padding: 10px 0;
    margin: 0px 0px 20px 0px !important;
    list-style-type: none;
    border-bottom: solid 1px #8181812b;
    border-top: solid 1px #8181812b
}

.itnry li {
    padding: 0px;
    margin: 0px !important;
    list-style-type: none;
    display: inline-block;
    width: 23%;
    text-align: center;
    font-size: 10px;
    color: #0e1e7b
}

.itnry li p {
    margin: 0px !important
}

.itnry li i {
    font-size: 25px
}

.itnry li.active {
    color: #a3a3a3
}

.itnry li figure .img-fluid {
    max-width: 50%;
    height: auto
}

.itnry li p {
    margin: 0px !important;
    font-size: 12px
}

.pack h4.text-left {
    color: var(--thm-color)
}

.ir {
    float: right;
    margin: 20px 0
}

.logo {
    float: left
}

.num {
    float: right;
    margin: 7px 0px 0px;
    text-align: right
}

.num ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end
}

.num li {
    list-style: none;
    display: inline
}

.num li a {
    color: #171717;
    font-weight: 600;
    margin: 0px 5px 0px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif
}

.num li a:hover {
    text-decoration: none;
    color: var(--thm-color);
    text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #0000000d
}

.num li a i {
    border: 2px solid #ffffffb5;
    padding: 7px;
    font-size: 14px;
    width: 33px;
    text-align: center;
    border-radius: 70px;
    color: #fff;
    background: var(--thm-color);
    text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #0000000d, 2px 1px 1px #00000040, 1px 2px 1px #0000000d, 3px 2px 1px #00000040, 2px 3px 1px #0000000d, 4px 3px 1px #00000040
}

.nav-menu {
    padding: 10px 0px;
    text-align: right
}

.nav-menu ul {
    padding: 0px;
    margin: 0px
}

.nav-menu li {
    list-style: none;
    display: inline-block
}

.nav-menu li a {
    text-decoration: none;
    color: #fff;
    padding: 0px 7px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 10px;
    border-right: 1px solid #fff
}

.nav-menu li:hover a {
    color: #FFF;
    transition: 0.5s;
    border-radius: 3px
}

.nav-menu li ul {
    display: none;
    width: 220px;
    padding: 0px;
    position: absolute;
    z-index: 10000;
    background: #ED3237;
    margin: 10px 0px 0px;
    border-top: 1px solid #F03439;
    border-right: 0px solid #ED3237;
    border-left: 0px solid #ED3237;
    border-bottom: 3px solid #ED3337
}

.nav-menu li:last-child a {
    border-right: none
}

.nav-menu li:hover a {
    color: #94cf5c;
    border-radius: 0px
}

.nav-menu li:hover .sub-menu {
    display: block
}

.nav-menu .sub-menu li {
    display: block;
    vertical-align: top;
    font-size: 10px
}

.nav-menu .sub-menu li ul {
    display: none;
    width: 223px;
    padding: 0px;
    position: absolute;
    z-index: 1000
}

.nav-menu .sub-menu li a {
    display: block;
    text-transform: capitalize;
    padding: 10px 19px;
    color: #FFF;
    font-size: 14px;
    margin: 0px;
    border-radius: 0px;
    text-align: left;
    font-weight: 400;
    width: 182px;
    background: #2C2C2C;
    border-bottom: 1px solid #4B4B4B
}

.nav-menu .sub-menu li a:hover {
    color: #89c849
}

.slide {
    background-image: url(img/himmachal-banner.jpg);
    padding: 0 0px 70px 0;
    background-attachment: fixed;
    background-size: cover
}

.form-top {
    position: absolute;
    top: 150px;
    right: 0;
    left: 0;
    z-index: 100000
}

.form_header .header-title {
    color: #fff;
    font-size: 25px;
    padding: 10px
}

.two_buttons {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center
}

.two_buttons_footer {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--thm-color);
    z-index: 9999
}

.two_buttons_footer button.enq.btn.btn-primary.footer_button1 {
    width: 50%;
    padding: 7px 0;
    border-radius: 0;
    background: var(--thm-color);
    border: 1px solid var(--thm-color)
}

.two_buttons_footer a.wp.btn.btn-primary {
    width: 50%;
    margin: 0;
    padding: 7px 0;
    border-radius: 0;
    background: #34a857;
    border: 1px solid #34a857
}

.two_buttons_footer {
    display: none
}

.left-text h1 {
    font-size: 50px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 60px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-shadow: 0px 0px 5px #515151
}

.left-text h3 {
    font-size: 20px;
    color: #fecd2a;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    margin-bottom: 20px;
    text-shadow: 0px 0px 5px #515151
}

.left-text ul {
    padding: 0
}

.left-text li {
    list-style: none;
    font-weight: 600;
    color: #fff;
    font-size: 21px;
    text-shadow: 0px 1px 1px #000
}

.left-text li i {
    color: #fecd2a;
    font-size: 25px
}

.col-2 {
    padding: 0px;
    background: #fff;
    position: relative;
    margin: 30px 0px 30px;
    border-radius: 20px
}

.col-2 h1 {
    margin: 0px 0px 10px;
    background: var(--thm-color);
    color: #fff;
    text-align: center;
    padding: 22px 0;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    border-radius: 20px 20px 0 0
}

.serv-bg {
    padding: 25px 0px;
    background: #00000080
}

.serv {
    text-align: center;
    border-right: 1px solid #fecd2a
}

.serv:last-child {
    border-right: none
}

.serv h3 {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    color: #fecd2a;
    font-weight: 600
}

#full_contact,
.quote_form {
    padding: 20px 40px;
    border-radius: 0px 0px 20px 20px;
    background: #fff
}

.form-column {
    text-align: center
}

.form-column p {
    margin: 5px 0px
}

.form-pic img {
    position: absolute;
    top: -38px;
    left: -50px
}

.form-column label {
    float: left;
    width: 100%;
    margin: 5px 0px 3px;
    font-size: 13px
}

.form-column input {
    padding: 8px 10px;
    width: 100%;
    border: 1px solid var(--thm-color);
    border-radius: 3px;
    margin: 0px 0px 10px;
    font-size: 13px;
    background: #f2f2f2
}

.form-column input[type="submit"] {
    width: 135px;
    background: var(--thm-color);
    color: #fff;
    float: none;
    margin: 10px 0px 10px;
    border: none;
    padding: 11px 0px;
    font-size: 15px;
    border-radius: 10px
}

.slide {
    position: relative
}

.call {
    display: none
}

.why h1 {
    margin: 20px 0px 30px
}

.why {
    text-align: center;
    margin: 30px 0px
}

.why-detail {
    text-align: center
}

.why-detail h1 {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #01a1ff;
    margin: 10px 0px
}

.why-detail p {
    font-size: 15px;
    color: #444
}

.trip {
    text-align: center;
    background: #fafafa;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.detail .name {
    display: none
}

.detail h2 {
    margin: 5px 0px 0px;
    color: rgb(102, 102, 102);
    font-size: 15px
}

.detail h3 {
    margin: 0px 0px 5px;
    color: rgb(102, 102, 102);
    font-size: 15px
}

.detail p {
    color: rgb(102, 102, 102)
}

.detail h1 {
    color: #fff !important;
    margin: 10px 0 0 !important;
    border-bottom: 3px solid rgb(254, 205, 42);
    padding: 10px 10px;
    font-size: 15px !important;
    border-radius: 1px;
    background: var(--thm-color)
}

.trip h1 {
    font-weight: 700;
    color: #1c3d71;
    font-family: "Open Sans", sans-serif
}

.pack {
    background: #fff;
    padding: 15px;
    margin: 20px 0px;
    border-radius: 25px;
    transition: all ease-in-out, 0.5s
}

.pack:hover {
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.499)
}

.pack-img {
    overflow: hidden;
    width: 100%;
    height: 240px;
    margin: 0px 0px 10px;
    border-radius: 8px 8px 0 0
}

.pack strong {
    color: #1c3d71;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 2px;
    /* float: left; */
    width: 100%;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 45px;
}

.pack-img img {
    margin: 0px !important;
    width: 100%;
    height: 252px;
    transition: all ease-in-out, 0.5s
}

.pack-img img:hover {
    transform: scale(1.1)
}

.pack p {
    font-size: 15px;
    font-family: "Open Sans", sans-serif
}

.pack .days {
    height: 45px
}

.pack img {
    margin: 8px 0px 10px;
    width: 100%;
    height: 252px;
    object-fit: cover
}

.pack-detail {
    border-top: 1px solid #eee;
    margin-top: 12px
}

.pack-detail h1 {
    font-size: 18px;
    color: var(--thm-color);
    margin: 10px 0px 0px;
    text-transform: capitalize;
    font-weight: 400
}

.detail .name ul {
    padding: 0;
    margin: 0px 0px 0px 15px
}

.detail .name ul li {
    font-size: 14px;
    padding: 10px 0px 0px;
    color: #444;
    text-align: left
}

.serv-icon {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0px;
    margin: 15px 0
}

.serv-icon ul {
    padding: 0;
    margin: 0
}

.serv-icon li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #efefef;
    padding: 0px 8px;
    text-align: center
}

.serv-icon li p {
    font-size: 13px;
    margin: 0px;
    color: #444
}

.serv-icon li:last-child {
    border-right: none
}

.four .four2 {
    text-align: center;
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    background: linear-gradient(45deg, #fb308d, #e5634eb3);
    backdrop-filter: blur(10px)
}

.four .four2 h1 {
    color: #000;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    margin: 0px 0px 10px
}

.four .four2 i {
    font-size: 70px;
    color: #ff902a
}

.four .four2 p {
    font-size: 18px;
    color: #fff
}

.serv-icon li img {
    width: auto;
    height: auto
}

.price small {
    display: block;
    text-decoration: line-through;
    color: #8f8f8f
}

.price {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    margin-top: 6px;
    color: #000
}

.price {
    float: left;
    width: 190px
}

.button2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.button2 a {
    color: #fff;
    padding: 7px 17px;
    background: var(--thm-color);
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none
}

.button2 a.wp {
    background: #34a857
}

.button2 a:hover {
    text-decoration: none;
    background: #1c3d71 !important
}

.form-right {
    padding: 30px 0px 0px
}

.form-right p {
    float: left;
    width: 429px;
    margin: 0px 0px 3px
}

.form-right label {
    color: #000;
    font-size: 15px;
    font-weight: unset;
    margin: 0px;
    display: none
}

.form-right h1 {
    text-align: left !important;
    margin: 0px !important
}

.form-right input {
    width: 417px;
    padding: 12px 10px;
    float: left;
    border: 1px solid #fecd2a;
    font-size: 13px;
    color: #000;
    margin: 0px 0px 15px 0px;
    box-shadow: 0px 0px 5px #e9e9e9;
    background: #fff
}

.form-right textarea {
    padding: 8px 10px;
    width: 846px;
    border: 1px solid #fecd2a;
    margin: 7px 0px 0px;
    height: 120px;
    box-shadow: 0px 0px 5px #e9e9e9;
    font-size: 14px;
    color: #000
}

.form-right input[type="submit"] {
    width: 110px;
    border: none;
    float: none;
    background: #012270;
    color: #fff;
    border-radius: 3px;
    margin: 25px 0px 0px 0px;
    padding: 12px 10px;
    font-size: 14px
}

.form-detail a i {
    padding: 5px 10px;
    font-size: 20px;
    color: #272a84;
    float: left
}

.form-detail img {
    width: 439px;
    height: auto;
    float: left;
    border: 1px solid #eaeaea;
    margin: 11px 18px 0px;
    padding: 52px 0px;
    background: #fff
}

.form-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1000;
    top: 0;
    left: 0;
    display: none
}

.form-detail {
    position: relative;
    top: 20%;
    margin: auto;
    width: 900px;
    border: 1px solid #f3f3f3;
    box-shadow: 0 0 4px #ccc;
    margin: auto;
    min-height: 530px;
    background: linear-gradient(#fff, #e1f2ff);
    border-radius: 7px
}

.form-detail h1 {
    margin: 5px 32px 10px 20px !important;
    text-align: left !important;
    background: #fecd2a;
    color: #fff;
    padding: 17px 15px;
    font-size: 30px;
    position: relative
}

.four {
    background-attachment: fixed;
    background-size: cover;
    margin: 40px 0px 0px;
    padding: 30px 0 60px 0;
    text-align: center
}

.four a {
    text-align: center;
    background: var(--thm-color);
    padding: 10px 20px;
    border-radius: 7px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff
}

.four a:hover {
    background: var(--thm-color);
    color: #fff;
    text-decoration: none
}

.four h1 {
    text-align: center;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 28px
}

.four1 {
    text-align: center;
    margin-bottom: 34px;
    border-right: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    background: linear-gradient(45deg, #fb308d, #e5634eb3);
    backdrop-filter: blur(10px)
}

.four1 h1 {
    color: #000;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    margin: 0px 0px 10px
}

.four1 i {
    font-size: 70px;
    color: #ff902a
}

.four1 p {
    font-size: 18px;
    color: #fff
}

.footer {
    background: var(--thm-color);
    padding: 30px 0px 50px;
    margin: 0px 0px 0px
}

.col p {
    line-height: 1.5em;
    font-size: 15px;
    margin: 0px;
    color: #fff
}

.col h3 {
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 16px
}

.col img {
    width: 80%;
    height: auto
}

.col strong {
    font-size: 14px;
    color: #444;
    margin: 0px
}

.links ul {
    padding: 0;
    margin: 0 0 34px 0;
    text-align: center
}

.links li {
    list-style: none;
    display: inline;
    text-decoration: none;
    color: #fff;
    padding: 0px 15px;
    font-size: 15px;
    border-right: 1px solid #fff
}

.links li:last-child a {
    border-right: none
}

.copy {
    background: linear-gradient(45deg, #fb308d, #e5634eb3);
    padding: 10px 0px
}

.copy-line p {
    margin: 5px 0px 0px;
    color: #fff;
    font-size: 13px
}

.pay {
    text-align: right
}

.pay span {
    color: #fff;
    margin: 0px 5px 0px 0px;
    font-size: 13px
}

.thanks h1 {
    color: #fecd2a;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    margin: 0px 0px 10px
}

.thanks p {
    font-size: 18px;
    color: #fff
}

.mobile_pull_center {
    text-align: center
}

@media screen and (max-width:768px) {
    body {
        font-size: 13px
    }

    .about-one__call {
        display: none
    }

    .each_pack {
        padding-right: 0px;
        padding-left: 0px
    }

    .button2 a {
        color: #fff;
        padding: 7px 17px;
        background: var(--thm-color);
        font: 300 15px/1.5em "Open Sans", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        margin-bottom: 7px
    }

    .container {
        width: 97%;
        margin: auto;
        overflow: hidden
    }

    .logo {
        float: none;
        text-align: center
    }

    .num {
        float: none !important;
        margin: 15px 0px 0px;
        text-align: center
    }

    .num li {
        list-style: none;
        display: block
    }

    .num li a i {
        padding: 6px;
        font-size: 18px;
        width: 34px
    }

    .num li a {
        font-size: 16px
    }

    .call {
        background: var(--thm-color);
        padding: 12px 0px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10000;
        text-align: center;
        display: block
    }

    .call a {
        font-size: 20px;
        color: #fff;
        text-align: center
    }

    .call:hover a {
        text-decoration: none;
        color: #fff
    }

    .call:hover {
        background: #2b4a7a
    }

    .left-text h1 {
        font-size: 42px;
        line-height: 45px;
        margin-top: 20px
    }

    .left-text h3 {
        font-size: 24px;
        line-height: 10px;
        margin-bottom: 15px
    }

    .left-text li i {
        font-size: 20px
    }

    .left-text li {
        font-weight: 600;
        font-size: 15px
    }

    .footer {
        padding: 30px 0px 30px
    }

    .col-2 h1 {
        padding: 15px 0;
        font-size: 25px
    }

    .serv {
        text-align: center;
        border-bottom: 1px solid #fecd2a;
        border-right: none;
        padding: 15px 0px
    }

    .serv:last-child {
        border-bottom: none
    }

    .trip h1 {
        font-size: 22px
    }

    .serv-icon li {
        padding: 0px 6px
    }

    .col h3 {
        font-size: 18px
    }

    .col p {
        line-height: 22px;
        font-size: 12px
    }

    .serv-icon li p {
        font-size: 10px
    }

    .price {
        float: left;
        width: 50%
    }

    .pack p {
        font-size: 13px
    }

    .four {
        margin: 20px 0px 0px;
        padding: 15px 0px
    }

    .four h1 {
        font-size: 25px
    }

    .four1 {
        text-align: center;
        border-bottom: 1px solid #e7e7e7;
        border-right: none;
        margin: 0px 10px;
        padding: 20px 15px
    }

    .four2 {
        text-align: center;
        border-right: none;
        margin: 0px 10px;
        padding: 20px 15px
    }

    .four1:last-child {
        border-bottom: none
    }

    .links li a {
        padding: 0px 9px;
        font-size: 14px;
        line-height: 40px
    }

    .col {
        text-align: center
    }

    .copy-line {
        text-align: center
    }

    .copy-line p {
        margin: 5px 0px 5px
    }

    pay {
        text-align: center
    }

    .pay span {
        color: #fff;
        margin: 0px;
        font-size: 13px;
        line-height: 30px
    }

    .form-detail {
        width: 100%;
        top: 10%
    }

    .form-detail h1 {
        font-size: 20px
    }

    .form-right p {
        width: 49%
    }

    .form-right input {
        width: 90%;
        padding: 8px 10px
    }

    .form-right textarea {
        width: 92%;
        height: 50px
    }

    .pulse_anim_btn a {
        margin-bottom: 40px
    }

    #backTotop {
        display: none !important
    }

    .mobile_pull_center img {
        max-height: 50px
    }
}

position: relative;
margin-top: 50px;
color: #f63989;
font-size: 15px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 22px;
text-transform: uppercase
}

.pack:hover {
    transition: all ease-in-out .5s;
    -webkit-box-shadow: 7px -2px 68px 2px rgb(0 0 0 / 19%);
    -moz-box-shadow: 7px -2px 68px 2px rgba(0, 0, 0, 0.39);
    box-shadow: 7px -2px 68px 2px rgb(0 0 0 / 19%)
}

.datepicker table tr td.today {
    color: #fff;
    background-color: var(--thm-color);
    border-color: #e59da500;
    border-radius: 50%
}

.dropdown-menu {
    padding: 10px
}

.datepicker table tr td.active.active {
    color: #fff;
    background-color: #bc0416;
    border-color: #e59da500;
    border-radius: 50%
}

.datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #e59da500;
    border: 1px solid #e59da500;
    border-radius: 50%
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eeeeee;
    cursor: pointer;
    border-radius: 50%
}

.datepicker table tr td.active.active:hover {
    border-color: #122b4000
}

.package-meta {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    bottom: 55px;
    backdrop-filter: blur(10px);
    background: linear-gradient(45deg, #fb308d, #e5634eb3)
}

.package-meta ul {
    font-size: 0;
    margin: 0;
    padding: 0
}

.package-meta ul li:before {
    color: #000000;
    content: ".";
    position: absolute;
    right: -6px;
    top: -35px;
    font-size: 50px
}

.package-meta ul li:first-child {
    padding-left: 0
}

.package-meta ul li:last-child {
    padding-right: 0
}

.package-meta ul li:last-child:before {
    display: none
}

.package-meta ul li {
    display: inline-block;
    font-size: 15px;
    line-height: 1.1;
    padding: 0 12px;
    position: relative;
    color: #fff
}

.form {
    padding: 0px;
    background: #fff;
    position: relative;
    margin: 30px 0px 30px;
    border-radius: 20px
}

.my_custom_btn {
    background: var(--thm-color) !important
}

.my_custom_btn:hover {
    background: #1a3b70 !important
}

.icon-bar .facebook {
    position: relative;
    background: rgb(58 120 201);
    background: linear-gradient(90deg, rgb(0 111 255) 0%, rgb(160 201 255) 100%);
    background-size: 200% 100%;
    background-position: left center;
    border-radius: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 5px 5px 30px 0px rgb(102 178 255 / 35%);
    -moz-box-shadow: 5px 5px 30px 0px rgba(102, 178, 255, 0.35);
    box-shadow: 5px 5px 30px 0px rgb(58 120 201 / 56%);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    z-index: 1;
    font-size: 20px
}

.icon-bar .facebook:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 25PX;
    pointer-events: none;
    animation: waveBtn 2.5s infinite;
    z-index: -1
}

@keyframes waveBtn {
    0% {
        box-shadow: 0 0 0 0 rgba(102, 178, 255, 1)
    }

    50% {
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.icon-bar .twitter {
    position: relative;
    background: rgb(13 193 67);
    background: linear-gradient(90deg, rgb(13 193 67) 0%, rgb(122 220 152) 100%);
    background-size: 200% 100%;
    background-position: left center;
    border-radius: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 5px 5px 30px 0px rgb(102 178 255 / 35%);
    -moz-box-shadow: 5px 5px 30px 0px rgba(102, 178, 255, 0.35);
    box-shadow: 5px 5px 30px 0px rgb(27 196 78);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    z-index: 1;
    font-size: 20px
}

.icon-bar .twitter:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 25PX;
    pointer-events: none;
    animation: waveBtn2 2.5s infinite;
    z-index: -1
}

@keyframes waveBtn2 {
    0% {
        box-shadow: 0 0 0 0 rgba(102, 255, 178, 1)
    }

    50% {
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.container-fuild.four {
    position: relative;
    z-index: 1
}

.container-fuild.four::before {
    content: "";
    background-color: #00000070;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.pulse_anim_btn a {
    position: relative;
    margin-left: 30px;
    background: rgb(58 120 201);
    background: linear-gradient(90deg, rgb(0 111 255) 0%, rgb(160 201 255) 100%);
    background-size: 200% 100%;
    background-position: left center;
    border-radius: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 5px 5px 30px 0px rgb(102 178 255 / 35%);
    -moz-box-shadow: 5px 5px 30px 0px rgba(102, 178, 255, 0.35);
    box-shadow: 5px 5px 30px 0px rgb(58 120 201 / 56%);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    z-index: 1
}

.pulse_anim_btn a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 25PX;
    pointer-events: none;
    animation: waveBtn 2.5s infinite;
    z-index: -1
}

@keyframes waveBtn {
    0% {
        box-shadow: 0 0 0 0 rgba(102, 178, 255, 1)
    }

    50% {
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.pulse_anim {
    position: relative;
    background: rgb(58 120 201);
    background: linear-gradient(90deg, rgb(0 111 255) 0%, rgb(160 201 255) 100%);
    background-size: 200% 100%;
    background-position: left center;
    border-radius: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 5px 5px 30px 0px rgb(102 178 255 / 35%);
    -moz-box-shadow: 5px 5px 30px 0px rgba(102, 178, 255, 0.35);
    box-shadow: 5px 5px 30px 0px rgb(58 120 201 / 56%);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    z-index: 1
}

.pulse_anim:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    pointer-events: none;
    animation: waveBtn4 2.5s infinite;
    z-index: -1
}

@keyframes waveBtn4 {
    0% {
        box-shadow: 0 0 0 0 rgba(247, 75, 138, 1)
    }

    50% {
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.last_info img {
    vertical-align: middle;
    margin-right: 15px
}

.last_info h1 {
    margin-top: 10px
}

.four2.last_info h1 {
    margin-top: 10px
}

.to-top-icon {
    background-color: rgba(245, 105, 96, 0.7);
    color: #ffffff;
    font-size: 20px;
    visibility: hidden;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s
}

.to-top-icon:hover {
    background-color: #2C75BA;
    color: #ffffff
}

.to-top-icon.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 575px) {
    .to-top-icon {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 13px;
        right: 10px;
        bottom: 10px
    }
}

#backTotop {
    display: inline-block;
    background-color: var(--thm-color);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#backTotop:hover {
    cursor: pointer;
    background-color: #333
}

#backTotop:active {
    background-color: #555
}

#backTotop.show {
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 575px) {
    .home-banner-items .banner-content p {
        color: #ffffff;
        margin-bottom: 45px
    }

    #backTotop {
        display: none
    }
}

a.typewrite:hover {
    text-decoration: none
}

.modal {
    background: #00000030;
    backdrop-filter: blur(5px)
}

.modal-body {
    padding: 0px;
    background: var(--thm-color);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px
}

.modal-content {
    position: relative;
    background-color: #fff0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #999;
    border: 1pxsolidrgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 0%);
    box-shadow: 0 3px 9pxrgba(0, 0, 0, .5)
}

.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5
}

.close {
    float: right;
    font-size: 29px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    background: var(--thm-color) !important;
    padding: 5px 10px !important;
    border-radius: 0px 15px 0px 15px
}

.close:focus,
.close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
    background: var(--thm-color) !important
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.slick-slider {
    position: relative
}

.slick-slider .slick-prev {
    left: 15px
}

.slick-slider .slick-prev:before {
    content: "\f053"
}

.slick-slider .slick-next {
    right: 15px
}

.slick-slider .slick-next:before {
    content: "\f054"
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    z-index: 1;
    width: auto;
    height: auto
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    display: block;
    font-family: "FontAwesome";
    font-weight: 900;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s
}

.slick-slider .slick-prev:hover:before,
.slick-slider .slick-prev:focus:before,
.slick-slider .slick-prev:active:before,
.slick-slider .slick-next:hover:before,
.slick-slider .slick-next:focus:before,
.slick-slider .slick-next:active:before {
    background-color: #2C75BA;
    color: #ffffff
}

.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 6px
}

.slick-dots li button {
    background-color: #c6c6c6;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 10px;
    height: 10px
}

.slick-dots li button:before {
    display: none
}

.slick-dots li button:hover {
    background-color: #0791BE
}

.slick-dots li.slick-active button {
    background-color: #0791BE
}

.home-slider .slick-dots {
    bottom: 100px
}

.home-slider .slick-arrow {
    -webkit-transition: linear 0.6s;
    -moz-transition: linear 0.6s;
    -ms-transition: linear 0.6s;
    -o-transition: linear 0.6s;
    transition: linear 0.6s;
    opacity: 0
}

.home-slider .slick-arrow:before {
    font-size: 15px;
    width: 45px;
    height: 45px;
    line-height: 45px
}

.home-slider .slick-prev {
    left: -100px
}

.home-slider .slick-next {
    right: -100px
}

.home-slider:hover .slick-arrow {
    opacity: 1
}

.home-slider:hover .slick-prev {
    left: 15px
}

.home-slider:hover .slick-next {
    right: 15px
}

@media screen and (max-width: 575px) {
    .home-slider .slick-arrow:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 11px
    }
}

.home-slider {
    height: 587px;
    position: relative;
    overflow: hidden
}

.home-slider .home-banner-items .banner-content-wrap {}

.home-slider .banner-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%
}

.banner-inner-wrap {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.home-banner-items {
    position: relative
}

.home-banner-items .banner-content-wrap {
    padding-bottom: 170px
}

.home-banner-items .banner-content {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.home-banner-items .banner-content .banner-title {
    font-size: 30px;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 30px
}

.home-banner-items .banner-content p {
    color: #ffffff
}

.home-banner-items .banner-content a:hover {
    text-decoration: none
}

.home-banner-items .banner-content .slider-button {
    margin-left: -10px;
    margin-right: -10px
}

.home-banner-items .banner-content .slider-button a {
    margin: 10px
}

.home-banner-items .overlay {
    background-color: rgba(21, 21, 21, 0.51)
}

@media screen and (max-width: 991px) {
    .home-banner-items .banner-content .banner-title {
        font-size: 50px
    }
}

@media screen and (max-width: 767px) {
    .home-banner-items .banner-content .banner-title {
        font-size: 45px
    }
}

@media screen and (max-width: 575px) {
    .home-banner-items .banner-content-wrap {
        padding-top: 0px
    }

    .product-image p {
        padding: 15px 60px 15px 15px !important
    }

    .home-banner-items .banner-content {
        max-width: 90%
    }

    .home-banner-items .banner-content .banner-title {
        font-size: 20px
    }

    .onsale-section {
        position: absolute !important;
        top: -7px !important;
        right: 5px !important
    }

    .onsale {
        width: 50px !important
    }

    .onsale-section:after {
        border-left: 25px solid transparent !important;
        border-right: 25px solid transparent !important;
        border-top: 12px solid #f74b8a !important
    }
}

.home-banner-section {
    padding-bottom: 100px
}

@media screen and (max-width: 575px) {
    .home-banner-section {
        padding-bottom: 60px
    }

    .home-banner-section .banner-content-wrap {
        padding-bottom: 60px
    }

    .home-banner-section .banner-content-wrap .slider-button {
        margin-left: -5px;
        margin-right: -5px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home-banner-section .banner-content-wrap .slider-button a {
        padding: 10px 15px;
        text-align: center;
        margin: 5px;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1
    }
}

.shape-search-section {
    position: relative
}

.slider-shape {
    background-image: url(../img/slider-pattern.png);
    content: "";
    height: 144px;
    width: 100%;
    margin-top: -110px
}

.slider-shape-landing {
    background-image: url(../img/slider-pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    height: 144px;
    width: 100%;
    margin-top: -193px
}

@media screen and (min-width: 576px) {
    .shape-search-section .trip-search-inner {
        margin-top: -175px
    }
}

@media only screen and (min-width: 915px) {
    .shape-search-section .trip-search-inner {
        margin-top: -175px
    }
}

@media only screen and (max-width: 580px) {
    .shape-search-section {
        margin-top: -90px
    }

    .shape-search-section .trip-search-inner {}
}

.trip-search-section .trip-search-inner {
    margin-bottom: 40px;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    padding: 36px 40px 42px;
    position: relative;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    background: #fff;
    z-index: 999
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.trip-search-section .input-group {
    width: 20%;
    padding: 8px
}

.trip-search-section .input-group i {
    position: absolute;
    bottom: 25px;
    right: 25px
}

.trip-search-section .input-group.width-col-1 {
    width: 100%
}

.trip-search-section label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: normal
}

.trip-search-section label span {
    margin-right: 8px;
    font-size: 14px
}

.trip-search-section input:focus {
    outline: none
}

.trip-search-section input::placeholder {
    color: #999999
}

.trip-search-section input:-ms-input-placeholder {
    color: #999999
}

.trip-search-section input::-ms-input-placeholder {
    color: #999999
}

.trip-search-section select,
.trip-search-section input {
    background-color: #F8F8F8;
    color: #383838;
    border: none;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    line-height: 1.6;
    border: 1px solid var(--thm-color);
    border-radius: 10px
}

.trip-search-section input[type=submit] {
    background-color: var(--thm-color);
    color: #ffffff;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: auto;
    text-transform: uppercase
}

.trip-search-section input[type=button] {
    background-color: var(--thm-color);
    color: #ffffff;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: auto
}

.trip-search-section input[type=submit]:hover,
.trip-search-section input[type=submit]:focus {
    background-color: #2C75BA;
    color: #ffffff;
    border: 1px solid #2c75ba
}

.trip-search-section input[type=button]:hover,
.trip-search-section input[type=button]:focus {
    background-color: #2C75BA;
    color: #ffffff
}

@media screen and (min-width: 576px) {
    .trip-search-section .input-group {
        width: 50%
    }

    .trip-search-section .width-col-3 {
        width: 33.33%
    }
}

@media only screen and (min-width: 915px) {
    .trip-search-section .input-group {
        width: 20%
    }
}

@media only screen and (max-width: 580px) {
    .trip-search-section .input-group {
        width: 100%
    }

    .trip-search-section .trip-search-inner {
        padding: 20px
    }
}

.home-banner-section .trip-search-section .trip-search-inner {
    color: #ffffff;
    padding: 30px
}

.home-banner-section .trip-search-section .trip-search-inner input[type=submit] {
    margin-top: 10px
}

.package-wrap .place-tag {
    background-color: var(--thm-color);
    position: absolute;
    top: 20px;
    right: -10px
}

.package-wrap .place-tag h6 {
    color: #ffffff;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.1;
    padding: 0px 16px
}

.package-wrap .place-tag h6 span {
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2
}

.place-des {
    display: flex;
    flex-wrap: wrap
}

.package-wrap {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
    position: relative
}

.package-wrap .package-content {
    padding: 0 30px 0
}

.package-wrap .package-content .btn-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid rgba(175, 175, 175, 0.1);
    text-align: center;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 27px
}

.package-wrap .package-content .btn-wrap a {
    color: #383838;
    display: block;
    margin-top: 0;
    padding: 16px 0;
    width: 100%
}

.package-wrap .package-content .btn-wrap a.width-6 {
    width: 50%
}

.package-wrap .package-content .btn-wrap a a {
    border-left: 1px solid rgba(175, 175, 175, 0.1)
}

.package-wrap .package-content .btn-wrap a [class*=fa-] {
    color: var(--thm-color);
    font-size: 13px;
    margin-left: 8px
}

.package-wrap .package-content .btn-wrap a:hover,
.package-wrap .package-content .btn-wrap a:focus,
.package-wrap .package-content .btn-wrap a:active {
    color: #0791BE
}

.package-wrap .package-content .btn-wrap a:hover [class*=fa-],
.package-wrap .package-content .btn-wrap a:focus [class*=fa-],
.package-wrap .package-content .btn-wrap a:active [class*=fa-] {
    color: #0791BE
}

.package-wrap .package-content .btn-wrap a:hover [class*=fa-]:before,
.package-wrap .package-content .btn-wrap a:focus [class*=fa-]:before,
.package-wrap .package-content .btn-wrap a:active [class*=fa-]:before {
    font-weight: 900
}

.package-wrap .review-area {
    margin-bottom: 15px
}

.package-wrap .review-area .review-text {
    font-size: 13px;
    color: #787878;
    line-height: 1.1
}

.package-wrap .rating-start {
    display: inline-block;
    margin-left: 5px
}

.package-wrap .package-price {
    background-color: var(--thm-color);
    position: absolute;
    top: 20px;
    right: 0
}

.package-wrap .package-price h6 {
    color: #ffffff;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.1;
    margin-bottom: 0;
    padding: 8px 16px
}

.package-wrap .package-price h6 span {
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2
}

@media screen and (max-width: 991px) {
    .package-wrap {
        margin-bottom: 30px
    }

    .package-wrap .feature-image img {
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    .package-wrap .package-content {
        padding: 0 20px 0
    }

    .package-wrap .package-content .btn-wrap {
        margin-left: -20px;
        margin-right: -20px
    }
}

.package-meta-place {
    background-color: #0791BE;
    margin-bottom: 25px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -25px;
    padding: 15px 0;
    position: relative
}

.package-meta-place ul {
    font-size: 0;
    margin: 0;
    padding: 0
}

.package-meta-place ul li {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
    padding: 0 12px;
    position: relative
}

.package-meta-place ul li [class*=fa-] {
    margin-right: 4px
}

.package-meta-place ul li:before {
    color: #BBBBBB;
    content: "|";
    line-height: 0.8;
    position: absolute;
    right: -3px;
    top: 0
}

.package-meta-place ul li:first-child {
    padding-left: 0
}

.package-meta-place ul li:last-child {
    padding-right: 0
}

.package-meta-place ul li:last-child:before {
    display: none
}

.trip .container {
    margin-top: 50px
}

.package-section {
    margin-top: 50px
}

@media screen and (max-width: 575px) {
    .package-meta-place {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px
    }
}

.package-section.bg-light-grey {
    padding-top: 100px;
    margin-top: 50px
}

@media screen and (max-width: 991px) {
    .package-section.bg-light-grey {
        padding-top: 70px;
        margin-top: 0
    }
}

@media screen and (max-width: 575px) {
    .package-section.bg-light-grey {
        padding-top: 60px
    }
}

.package-inner-list .row {
    margin: 0 -15px
}

.package-inner-list .row [class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

.package-inner-list .package-wrap {
    background-color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.package-inner-list .package-wrap .feature-image,
.package-inner-list .package-wrap .package-content {
    width: 50%
}

.package-inner-list .package-wrap .package-price {
    right: auto;
    left: 0
}

.package-inner-list .package-wrap .package-meta-place {
    margin: 0
}

.package-inner-list .package-wrap .package-meta-place ul li [class*=fa-] {
    font-size: 10px;
    margin-right: 2px
}

.package-inner-list .package-wrap .package-content {
    padding-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.package-inner-list .package-wrap .package-content .btn-wrap {
    margin-top: auto
}

@media screen and (max-width: 575px) {

    .package-inner-list .package-wrap .feature-image,
    .package-inner-list .package-wrap .package-content {
        width: 100%
    }

    .py-4-1.border-bottom.border-top {
        display: none
    }
}

.rating-start {
    display: block;
    position: relative;
    font-size: 15px
}

.rating-start:before {
    color: #ccd6df;
    content: "\f005\f005\f005\f005\f005";
    display: block;
    font-family: "FontAwesome";
    font-weight: 900
}

.rating-start span {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0
}

.rating-start span:before {
    color: var(--thm-color);
    content: "\f005\f005\f005\f005\f005";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 900
}

.package-wrap .feature-image img {
    height: auto;
    width: 100%;
    vertical-align: top
}

@media screen and (max-width: 991px) {
    .package-wrap .feature-image img {
        width: 100%
    }
}

.btn-wrap a:hover {
    text-decoration: none
}

.package-content h3 a:hover {
    text-decoration: none
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important;
    background: linear-gradient(45deg, #fb308d, #ed2c0dc2);
    margin-top: -40px
}

.col-lg-2.col-md-2.col-6.text-center.py-4 {
    border-left: 2px solid #fdfdfd;
    padding: 16px !important;
    color: #fff
}

.col-lg-2.col-md-2.col-6.text-center.py-4:first-child {
    border-left: none;
    padding: 16px !important;
    color: #fff
}

.row.justify-content-center {
    display: flex;
    flex-wrap: wrap
}

.product {
    font-family: sans-serif;
    margin: 2%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.product-image {
    margin-bottom: 10px;
    position: relative
}

.product-image p {
    padding: 15px 85px 15px 15px;
    background: #00000070
}

.onsale-section {
    position: absolute;
    top: -7px;
    right: 15px
}

.onsale-section:after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 25px solid transparent !important;
    border-right: 25px solid transparent !important;
    border-top: 12px solid #f74b8a !important
}

.onsale {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #f74b8a;
    font-size: 14px;
    line-height: 1.15;
    padding: 12px 8px 6px;
    border-top-right-radius: 8px;
    width: 50px;
    text-transform: uppercase
}

.onsale:before,
.onsale:after {
    position: absolute;
    content: '';
    display: block
}

.onsale:before {
    background: #f74b8a;
    height: 7px;
    width: 6px;
    left: -6px;
    top: 0;
    border-radius: 8px 0px 0 0
}

.onsale:after {
    background: #612f41;
    height: 7px;
    width: 8px;
    border-radius: 8px 8px 0 0;
    left: -8px;
    top: 0
}

.product img {
    display: block
}

.travel-feature {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.travel-facility {
    background: #00000070;
    padding: 20px;
    width: fit-content;
    /*margin-bottom: 15px*/
}

.inclusion_con li {
    margin-bottom: 3px;
    display: flex;
    align-items: center
}

@media (max-width: 767px) {
    .two_buttons_footer {
        display: flex
    }

    .copy {
        margin-bottom: 30px
    }
}

.news-one__single {
    padding: 15px 0px 15px 0px
}

.news-one__img {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden
}

.news-one__img img {
    width: 100%;
    border-radius: 10px;
    transform: scale(1);
    transition: all 500ms ease
}

.news-one__single:hover .news-one__img img {
    transform: scale(1.05)
}

.news-one__single:hover .news-one__img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1
}

.section-title__title {
    margin: 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.02em
}

.about-one__right-text {
    margin-top: 15px;
    text-align: left
}

.about-one__points {
    position: relative;
    display: block;
    margin-top: 25px;
    margin-bottom: 50px
}

.about-one__points li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    width: 100%
}

.about-one__points li .icon {
    height: 16px;
    width: 16px;
    background-color: var(--thm-color);
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%
}

.about-one__points li .text {
    margin-left: 15px;
    word-break: break-word;
    width: 100%
}

.about-one__points li .text p {
    margin: 0px;
    text-align: left
}

.about-one__left {
    position: relative;
    display: block;
    margin-left: -45px;
    margin-right: -10px
}

.about-one__img-box {
    position: relative;
    display: block
}

.about-one__img {
    position: relative;
    display: block
}

.about-one__img img {
    width: 80%
}

.about-one__call {
    position: absolute;
    top: 158px;
    left: 145px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    padding: 12px 16px 12px;
    border-radius: 10px
}

.about-one__call:before {
    position: absolute;
    bottom: -20px;
    left: 26px;
    content: "";
    background-image: url(../img/shapes/about-one-call-shape-1.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 33px
}

.about-one__call-icon {
    display: flex;
    align-items: center
}

.about-one__call-icon i {
    font-size: 25px;
    color: var(--thm-color)
}

.about-one__call-number {
    margin-left: 20px
}

.about-one__call-number p {
    font-size: 10px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 13px;
    text-align: left
}

.about-one__call-number h4 a {
    font-size: 18px;
    line-height: 20px;
    color: var(--thm-color);
    text-decoration: none;
    font-weight: 600
}

.pkg-price li {
    list-style: none
}

.pricing {
    margin: 10px 0
}

.pkg-price {
    padding-left: 15px
}

@media screen and (max-width: 1199px) {
    .news-one__single {
        padding: 0
    }
}

@media screen and (max-width:768px) {
    .about-one__call {
        display: none
    }

    .news-one__single {
        padding: 0
    }

    .section-title__title {
        font-size: 25px;
        line-height: 35px
    }

    .about-one__right-text {
        font-size: 15px;
        text-align: justify
    }

    .footer-form h2 {
        font-size: 20px
    }
}

@media screen and (max-width:350px) {
    .package-meta {
        padding: 10px 15px
    }

    .package-meta ul li {
        font-size: 12px
    }

    .button2 a {
        padding: 7px 12px;
        font-size: 11px
    }
}

@media screen and (max-width:299px) {
    .package-meta {
        padding: 10px 9px
    }

    .package-meta ul li {
        font-size: 12px
    }

    .button2 a {
        padding: 7px 10px;
        font-size: 10px
    }

    .itnry li figure .img-fluid {
        max-width: 70%
    }
}

.pkg-dec{
    text-align: left;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    width: 100%;
    /* height: 45px !important; */
    margin-bottom: 0px !important;
}
.main-des {position: relative; width: 100%;}
a.pkg-dec{margin-bottom: 0px; text-decoration: none;color:#333; cursor: pointer;}
.dec-more {
    background: #fff;
    position: absolute;
    top: 100%;
    padding:10px;
    width: auto;
    text-align: left;
    left: 0;
    z-index: 20;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(46, 50, 50, 0.54);
    -moz-box-shadow: 1px 1px 6px 0px rgba(46, 50, 50, 0.54);
    box-shadow: 1px 1px 6px 0px rgba(46, 50, 50, 0.54);
    display: none;
}
.dec-more .cls{
    background: #fff !important;
    right: 5px !important;
    top: 0px !important;
    position: absolute;
    font-size: 20px;
    cursor: pointer;
}
.modal-body .pop-dec{background:#fff; padding: 20px;border-radius: 0px 0px 20px 20px;}
.modal.desc .close{position: absolute;
    right: -35px;
    color: #fff;
    background: none;
    font-size: 24px;
    opacity: 1;
    background-color: #000;}
/*.addReadMore{min-height: 45px; text-align: left; margin-bottom: 0px !important;}

 .addReadMore.showlesscontent .SecSec,
    .addReadMore.showlesscontent .readLess {
        display: none;
        
    }

    .addReadMore.showmorecontent .readMore {
        display: none;
        
    }

    .addReadMore .readMore,
    .addReadMore .readLess {
        font-weight: bold;
        margin-left: 2px;
        color: #1c3d71;
        cursor: pointer;
    }

    .addReadMoreWrapTxt.showmorecontent .SecSec,
    .addReadMoreWrapTxt.showmorecontent .readLess {
        display: block;
       
    } */

   