body {
    background-color: #ddd;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    width: 100%;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
}

.main-page {
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.container {
    max-width: 1200px;
}

.header {
    background: #fff;
}

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

.social-list li {
    display: inline-block;
    margin-right: 10px;
}

.logo-right-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px 15px 60px;
}

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

.contact-list li a i {
    font-size: 15px;
    padding: 0px 7px 0px 0px;
    color: #376692;
}

.contact-list li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #393939;
}

.nav-main {
    background: #376692;
}

.custom-nav {
    color: #fff !important;
    border-left: 1px solid #265785;
    border-right: 1px solid #5883ab;
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    padding-right: 14px !important;
    padding-left: 14px !important;
}

.nav-main nav {
    padding: 0;
}

.custom-item:first-child a {
    border-left: 0;
}

.custom-item:last-child a {
    border-right: 0;
}

.dropdwn-cntent a {
    color: #777;
    display: inline-block;
    width: 100%;
    padding: 7px 7px 7px 7px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}

.dropdwn-cntent {
    padding: 0;
    margin: 0;
    border-radius: 0;
    min-width: 300px;
}

.dropdwn-cntent:before {
    bottom: 100%;
    left: 6%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 12px;
    margin-left: 0;
    border-bottom: 12px solid #fff;
    top: -20px;
}


.footer {
    background: #f5f5f5;
    padding: 40px 0;
    border-top: 1px solid #ccc;
}

.footer-title {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 22px;
}

.footer-menu-list {
    padding: 0;
    list-style: none;
}

.footer-menu-list li a {
    font-size: 13px;
    color: #000;
    display: inline-block;
    line-height: 26px;
}

.contact-icon {
    font-size: 12px;
    color: #333;
    margin-right: 7px;
}

.contact-text {
    font-size: 14px;
}

.contact-menu-list {
    padding: 0;
    list-style: none;
}

.footer-social-list {
    padding: 0;
    list-style: none;
}

.footer-social-list li {
    display: inline-block;
}

.footer-social-list li a {
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background: #376692;
    border-radius: 50px;
}

.iata-box .imgscss {
    height: 32px;
    margin-bottom: 17px;
    padding-right: 8px;
}

.iata-box {
    margin-top: 25px;
}

.footer-tripa a img {
    height: 88px;
    padding: 4px;
}

.gst-text p {
    font-size: 16px;
    margin: 16px 0px 0px;
}

.footer-bottom {
    background: #f5f5f5;
    padding: 15px;
    border-top: solid 1px #e0e0e0;
    margin-bottom: 97px;
}

.copyright-div p {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.btnftr-menu-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.btnftr-menu-list li {
    display: inline-block;
}

.btnftr-menu-list li a {
    font-size: 13px;
    color: #353535;
    margin: 0;
}

.btnftr-menu-list li:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #e0e0e0;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

.banner-inner .carousel-item img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.slider-cntent {
    position: absolute;
    top: 28%;
    margin: auto;
    padding: 10px 15%;
    text-align: center;
    max-width: 1200px;
    width: 100%;
}

.banner-head {
    font-size: 34px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 7px;
    letter-spacing: 1px;
}

.banner-text {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 32px;
}

.form-btn {
    background: #0586ff;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    padding: 17px 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 4px;
}

.form-btn:hover,
.tour-packagebtn:hover {
    color: #fff;
}

.tour-packagebtn {
    background: #376692;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    padding: 17px 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 4px;
}

.section-head {
    padding: 0px 0px 20px 0px;
    font-size: 30px;
    font-weight: 500;
    color: #313131;
    text-align: center;
}

.section-subhead {
    color: #606060;
    padding: 0px 0px 30px 0px;
    font-size: 13px;
    text-align: center;
    margin: 0;
}

.section-two {
    padding: 65px 0px;
}

.pack-imgbox {
    overflow: hidden;
    transition: .5s;
    position: relative;
    height: 223px;
}

.pack-imgbox-cntnt {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 12px;
    left: 0;
    right: 0;
}

.packimg-head {
    font-size: 14px;
    margin: 0;
    color: #fff;
    font-weight: 400;
}

.packimg-subhead {
    color: #d6d900;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.pack-imgbox-cntnt a:hover {
    text-decoration: none;
}

.pack-imgbox a img {
    transition: .5s;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.pack-imgbox a img:hover {
    transform: scale(1.1);
    transition: .5s;
}

.package-main-box2 {
    margin-top: 10px;
}

.view-allbtn {
    text-align: center;
    background-color: #376692;
    width: 30%;
    margin: 0 auto;
    border-radius: 50px;
    color: #fff;
    padding: 10px;
    margin-top: 45px;
    display: block;
}

.view-allbtn:hover {
    color: #fff;
}


.view-allbtn i {
    margin-left: 6px;
}

.section-three {
    background-color: #fff;
    padding: 60px 0px 60px 0px;
}

.dest-box {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.desti-cntnt {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 12px;
    left: 0;
    right: 0;
}

.desti-head {
    font-size: 17px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
}

.dest-box a img {
    height: 100%;
    width: 100%;
    transition: 0.5s;
}

.dest-box a img:hover {
    transition: 0.5s;
    transform: scale(1.1);
}

.ayurveda-spabox {
    position: relative;
    height: 222px;
}

.ayurveda-boxcntnt {
    position: absolute;
    bottom: 10%;
    width: 100%;
    padding: 12px;
}

.ayurveda-head {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.spa-btn {
    color: #ffffff;
    font-size: 14px;
    background-color: #ff7800;
    border-radius: 43px;
    padding: 7px 15px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    margin-top: 3px;
    display: inline-block;
}

.spa-btn:hover {
    color: #fff;
}

.ayurveda-spabox a img {
    width: 100%;
    height: 100%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}


.ayurveda-spaboxlstmain {
    position: relative;
    height: 100%;
    width: 100%;
}

.ayurveda-spabox-last {
    position: absolute;
    right: 0;
}

.ayurveda-boxcntnt-last {
    position: absolute;
    left: 38%;
    bottom: 28%;
}

.section-four {
    margin: 0px 15px;
}

.ayurveda-para {
    font-size: 14px;
    color: #fff;
    width: 80%;
}

.section-five {
    padding: 60px 0px 30px 0px;
}


.tripad-head {
    text-align: center;
    font-size: 20px;
    color: #606060;
    font-weight: 400;
}

.tripad-review-card {
    padding: 30px 0px 0px 0px;
}

.tripad-reviewimg img {
    margin: 0 auto;
    display: block;
}

.latest-review {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.tripad-catogry {
    text-align: center;
    color: #000;
    padding: 10px 0px 20px 0px;
    margin: 0;
}

.tripad-para {
    text-align: center;
    color: #505050;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}


.tripad-revieauthor {
    text-align: center;
    padding: 30px 0px 30px 0px;
    color: #000;
    font-size: 17px;
}

.author-origin,
.author-name {
    margin: 0;
}

.section-six {
    padding: 60px 0px 30px 0px;
}


/*! CSS Used from: Embedded */
/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/*! CSS Used from: Embedded */
.iconbox-fx {
    width: 100px;
    background: transparent;
    padding: 0;
    border-radius: 10px;
    margin: 0px auto 20px auto;

    .iconbox-fx {
        width: 70px;
        background: #5e993d14;
        padding: 0;
        border-radius: 10px;
        margin: 0px auto 20px auto;
        border-radius: 50%;
    }
}

.iconbox-fx img {
    border-radius: 50%;
}

.box-fx {
    border-radius: 5px;
    padding: 10px 0px 10px;
    transition: all ease .3s;
    background: transparent;
    /*box-shadow:0px 0px 35px 0px #eee;*/
}

.post-slide {
    background: transparent;
    margin: 20px 5px 20px;
    border-radius: 15px;
    padding-top: 1px;
    /* box-shadow:0px 14px 22px -9px #bbcbd8; */
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: 44%;
    left: -13px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: 44%;
    right: -13px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 24px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}


.homecontent-head {
    font-size: 30px;
    font-weight: 500;
    color: #333;
    margin: 20px 0px 10px 0px;
}

.homecontent-para {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
}

.homecontent-smhead {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 24px;
    margin: 20px 0px 10px 0px;
}

.section-eight {
    padding: 0px 0px 40px 0px;
}

.homecontent-list {
    padding-left: 20px;
}

.homecontent-list li {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
}

/*-----popup-query-----*/

/*! CSS Used from: https://www.delightindialeisureholidays.com/style-new.css */
.popup_drop_form1 {
    background-color: rgb(0, 0, 0, 0.8);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999999;
    bottom: 0px;
    right: 0px;
    padding: 5% 15% 10% 24%;
    float: left;
    width: 100%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    display: none;
}

.popup_drop_form {
    background-color: #fff;
    float: left;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.popup_drop_form_left {
    float: left;
    width: 30%;
    background-color: #376692;
}

.popup_drop_form_left ul {
    float: left;
    width: 100%;
    padding: 25px 0px 25px 0px;
}

.popup_drop_form_left ul li {
    text-align: center;
    padding: 8px 0px 0px 0px;
    float: left;
    width: 100%;
}

.popup_drop_form_left ul li .fa {
    border-radius: 50%;
    padding: 10px 8px 0px 9px;
    font-size: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
    top: 10px;
    color: #fff;
}

.popup_drop_form_left ul li p {
    font-size: 12px;
    color: #fff;
    float: left;
    width: 100%;
    padding: 7px 0px 10px 0px;
}

.popup_drop_form_left ul li p span {
    display: inherit;
    font-size: 16px;
}

.popup_drop_form_right {
    float: right;
    width: 70%;
    background-color: #fff;
}

.requirements_form {
    padding: 0px 35px;
    float: left;
    width: 100%;
}

.get_free1 {
    text-align: center;
    color: #000;
    padding: 0px 0px 19px 0px;
    font-size: 12px;
}

.get_free2 {
    text-align: center;
    color: #000;
    padding: 25px 0px 0px 0px;
    font-size: 17px;
}

.tow_input1 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.tow_input1_left {
    float: left;
    width: 49%;
}

.tow_input1_right {
    float: right;
    width: 49%;
}

.requirements_form select {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    color: #777;
    border-radius: 2px;
}

.requirements_form input {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    color: #777;
    border-radius: 2px;
}

.requirements_form textarea {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

.plan_my_holidays_btn {
    background-color: #ff7800;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-top: 7px;
}

.plan_my_holidays_btn:hover {
    color: #fff;
}

.checked_input input {
    margin: 3px 4px 0px 0px;
    width: 3%;
    float: left;
}

.checked_input span {
    color: #000;
    font-size: 14px;
}

.checked_input .fa {
    font-size: 17px;
    color: #777;
    padding: 0px 6px;
}

.informtion_text {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 4px;
    color: #777;
    font-size: 14px;
}

.popup_drop_form1 input::placeholder {
    color: #777;
    opacity: 0.6;
}

.close_icon_btn {
    background-color: #000;
    border-radius: 100%;
    padding: 8px 5px 2px 12px;
    height: 40px;
    width: 40px;
    position: absolute;
    right: -14px;
    top: -14px;
    color: #c5c1c1;
}

.close_icon_btn .fa {
    font-size: 22px;
    color: #ccc !important;
}

.form-element {
    height: 35px;
    border-radius: 0px;
    border: 1px solid #ccc;
    width: 100%;
    padding: 5px 10px;
    color: #777;
}

@media (max-width:991px) {
    .popup_drop_form1 {
        padding: 5%;
    }

    .checked_input {
        margin-top: 12px;
    }

    .informtion_text {
        margin-bottom: 15px;
        font-size: 18px;
    }
}

@media (max-width:767px) {

    .requirements_form select,
    .tow_input1 input[type="text" i] {
        background: #fff;
        height: 47px;
    }
}

.plan_my_holidays_btn:hover {
    color: #fff;
}

@media (max-width:1024px) {
    .popup_drop_form1 {
        overflow: scroll;
    }

    .popup_drop_form_left {
        display: none;
    }

    .popup_drop_form_right {
        width: 100%;
        height: auto;
    }

    .popup_drop_form {
        width: 100%;
        height: 100%;
    }

    .get_free2 {
        font-size: 25px;
        font-weight: bold;
        padding: 40px 0px 0px;
    }

    .requirements_form {
        padding: 0px 10px;
    }

    .get_free1 {
        padding: 0px 0px 29px;
        font-size: 17px;
        font-weight: 500;
        color: #777;
    }

    .close_icon_btn {
        background-color: #000;
        border-radius: 0px;
        padding: 8px 5px 2px 12px;
        height: 40px;
        width: 40px;
        position: absolute;
        right: -1px;
        top: -1px;
        color: #fff;
    }

    .checked_input input {
        width: auto;
    }

    .tow_input1 {
        margin-bottom: 0px;
    }

    .plan_my_holidays_btn {
        font-size: 19px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        padding: 11px;
    }

    .checked_input span {
        color: #000;
        font-size: 17px;
        font-weight: 500;
    }

    .tow_input1_left {
        width: 100%;
        margin-bottom: 10px;
    }

    .tow_input1_right,
    .tow_input1_left {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (max-width:580px) {

    .tow_input1_right,
    .tow_input1_left {
        width: 100%;
        margin-bottom: 10px;
    }
}

.close_icon_btn {
    background-color: transparent;
    right: 8px;
    top: 11px;
}

.close_icon_btn .fa {
    color: #ddd;
    font-size: 20px;
}

.popup_drop_form1 {
    background-color: rgb(0, 0, 0, 0.8);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999999;
    bottom: 0px;
    right: 0px;
    padding: 5% 15% 10% 24%;
    float: left;
    width: 100%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    display: none;
}

.popup_drop_form {
    background-color: #fff;
    float: left;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.popup_drop_form_left {
    float: left;
    width: 30%;
    background-color: #376692;
}

.popup_drop_form_left ul {
    float: left;
    width: 100%;
    padding: 25px 0px 25px 0px;
}

.popup_drop_form_left ul li {
    text-align: center;
    padding: 8px 0px 0px 0px;
    float: left;
    width: 100%;
}

.popup_drop_form_left ul li .fa {
    border-radius: 50%;
    padding: 10px 8px 0px 9px;
    font-size: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
    top: 10px;
    color: #fff;
}

.popup_drop_form_left ul li p {
    font-size: 12px;
    color: #fff;
    float: left;
    width: 100%;
    padding: 7px 0px 10px 0px;
}

.popup_drop_form_left ul li p span {
    display: inherit;
    font-size: 16px;
}

.popup_drop_form_right {
    float: right;
    width: 70%;
    background-color: #fff;
}

.requirements_form {
    padding: 0px 35px;
    float: left;
    width: 100%;
}

.get_free1 {
    text-align: center;
    color: #000;
    padding: 0px 0px 19px 0px;
    font-size: 12px;
}

.get_free2 {
    text-align: center;
    color: #000;
    padding: 25px 0px 0px 0px;
    font-size: 17px;
}

.tow_input1 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.tow_input1_left {
    float: left;
    width: 49%;
}

.tow_input1_right {
    float: right;
    width: 49%;
}

.requirements_form select {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    color: #777;
    border-radius: 2px;
}

.requirements_form input {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    color: #777;
    border-radius: 2px;
}

.requirements_form textarea {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

.plan_my_holidays_btn {
    background-color: #ff7800;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-top: 7px;
}

.plan_my_holidays_btn:hover {
    color: #fff;
}

.checked_input input {
    margin: 3px 4px 0px 0px;
    width: 3%;
    float: left;
}

.checked_input span {
    color: #000;
    font-size: 14px;
}

.checked_input .fa {
    font-size: 17px;
    color: #777;
    padding: 0px 6px;
}

.informtion_text {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 4px;
    color: #777;
    font-size: 14px;
}

.popup_drop_form1 input::placeholder {
    color: #777;
    opacity: 0.6;
}

.close_icon_btn {
    background-color: #000;
    border-radius: 100%;
    padding: 8px 5px 2px 12px;
    height: 40px;
    width: 40px;
    position: absolute;
    right: -14px;
    top: -14px;
    color: #c5c1c1;
}

.close_icon_btn .fa {
    font-size: 22px;
    color: #ccc !important;
}

.form-element {
    height: 35px;
    border-radius: 0px;
    border: 1px solid #ccc;
    width: 100%;
    padding: 5px 10px;
    color: #777;
}

@media (max-width:991px) {
    .popup_drop_form1 {
        padding: 5%;
    }

    .checked_input {
        margin-top: 12px;
    }

    .informtion_text {
        margin-bottom: 15px;
        font-size: 18px;
    }
}

@media (max-width:767px) {

    .requirements_form select,
    .tow_input1 input[type="text" i] {
        background: #fff;
        height: 47px;
    }
}

.plan_my_holidays_btn:hover {
    color: #fff;
}

@media (max-width:1024px) {
    .popup_drop_form1 {
        overflow: scroll;
    }

    .popup_drop_form_left {
        display: none;
    }

    .popup_drop_form_right {
        width: 100%;
        height: auto;
    }

    .popup_drop_form {
        width: 100%;
        height: 100%;
    }

    .get_free2 {
        font-size: 25px;
        font-weight: bold;
        padding: 72px 0px 0px;
    }

    .requirements_form {
        padding: 0px 10px;
    }

    .get_free1 {
        padding: 0px 0px 29px;
        font-size: 17px;
        font-weight: 500;
        color: #777;
    }

    .close_icon_btn {
        background-color: #000;
        border-radius: 0px;
        padding: 8px 5px 2px 12px;
        height: 40px;
        width: 40px;
        position: absolute;
        right: -1px;
        top: -1px;
        color: #fff;
    }

    .checked_input input {
        width: auto;
    }

    .tow_input1 {
        margin-bottom: 0px;
    }

    .plan_my_holidays_btn {
        font-size: 19px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        padding: 11px;
    }

    .checked_input span {
        color: #000;
        font-size: 17px;
        font-weight: 500;
    }

    .tow_input1_left {
        width: 100%;
        margin-bottom: 10px;
    }

    .tow_input1_right,
    .tow_input1_left {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (max-width:580px) {

    .tow_input1_right,
    .tow_input1_left {
        width: 100%;
        margin-bottom: 10px;
    }
}

.popup_drop_form1 {
    background-color: rgb(0, 0, 0, 0.8);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999999;
    bottom: 0px;
    right: 0px;
    padding: 5% 15% 10% 24%;
    float: left;
    width: 100%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    display: none;
}

.popup_drop_form {
    background-color: #fff;
    float: left;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.popup_drop_form_left {
    float: left;
    width: 30%;
    background-color: #376692;
}

.popup_drop_form_left ul {
    float: left;
    width: 100%;
    padding: 25px 0px 25px 0px;
}

.popup_drop_form_left ul li {
    text-align: center;
    padding: 8px 0px 0px 0px;
    float: left;
    width: 100%;
}

.popup_drop_form_left ul li .fa {
    border-radius: 50%;
    padding: 10px 8px 0px 9px;
    font-size: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
    top: 10px;
    color: #fff;
}

.popup_drop_form_left ul li p {
    font-size: 12px;
    color: #fff;
    float: left;
    width: 100%;
    padding: 7px 0px 10px 0px;
}

.popup_drop_form_left ul li p span {
    display: inherit;
    font-size: 16px;
}

.popup_drop_form_right {
    float: right;
    width: 70%;
    background-color: #fff;
}

.requirements_form {
    padding: 0px 35px;
    float: left;
    width: 100%;
}

.get_free1 {
    text-align: center;
    color: #000;
    padding: 0px 0px 19px 0px;
    font-size: 12px;
}

.get_free2 {
    text-align: center;
    color: #000;
    padding: 25px 0px 0px 0px;
    font-size: 17px;
}

.tow_input1 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.tow_input1_left {
    float: left;
    width: 49%;
}

.tow_input1_right {
    float: right;
    width: 49%;
}

.requirements_form select {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    color: #777;
    border-radius: 2px;
}

.requirements_form input {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    color: #777;
    border-radius: 2px;
}

.requirements_form textarea {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

.plan_my_holidays_btn {
    background-color: #ff7800;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-top: 7px;
}

.plan_my_holidays_btn:hover {
    color: #fff;
}

.checked_input input {
    margin: 3px 4px 0px 0px;
    width: 3%;
    float: left;
}

.checked_input span {
    color: #000;
    font-size: 14px;
}

.checked_input .fa {
    font-size: 17px;
    color: #777;
    padding: 0px 6px;
}

.informtion_text {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 4px;
    color: #777;
    font-size: 14px;
}

.popup_drop_form1 input::placeholder {
    color: #777;
    opacity: 0.6;
}

.close_icon_btn {
    background-color: #000;
    border-radius: 100%;
    padding: 8px 5px 2px 12px;
    height: 40px;
    width: 40px;
    position: absolute;
    right: -14px;
    top: -14px;
    color: #c5c1c1;
}

.close_icon_btn .fa {
    font-size: 22px;
    color: #ccc !important;
}

.form-element {
    height: 35px;
    border-radius: 0px;
    border: 1px solid #ccc;
    width: 100%;
    padding: 5px 10px;
    color: #777;
}

@media (max-width:991px) {
    .popup_drop_form1 {
        padding: 5%;
    }

    .checked_input {
        margin-top: 12px;
    }

    .informtion_text {
        margin-bottom: 15px;
        font-size: 18px;
    }
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-times:before {
    content: "\f00d";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-usd:before {
    content: "\f155";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-times:before {
    content: "\f00d";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-usd:before {
    content: "\f155";
}

.fa-whatsapp:before {
    content: "\f232";
}

@media (max-width:767px) {

    .requirements_form select,
    .tow_input1 input[type="text" i] {
        background: #fff;
        height: 47px;
    }
}

.plan_my_holidays_btn:hover {
    color: #fff;
}

@media (max-width:1024px) {
    .popup_drop_form1 {
        overflow: scroll;
    }

    .popup_drop_form_left {
        display: none;
    }

    .popup_drop_form_right {
        width: 100%;
        height: auto;
    }

    .popup_drop_form {
        width: 100%;
        height: 100%;
    }

    .get_free2 {
        font-size: 25px;
        font-weight: bold;
        padding: 72px 0px 0px;
    }

    .requirements_form {
        padding: 0px 10px;
    }

    .get_free1 {
        padding: 0px 0px 29px;
        font-size: 17px;
        font-weight: 500;
        color: #777;
    }

    .close_icon_btn {
        background-color: #000;
        border-radius: 0px;
        padding: 8px 5px 2px 12px;
        height: 40px;
        width: 40px;
        position: absolute;
        right: -1px;
        top: -1px;
        color: #fff;
    }

    .checked_input input {
        width: auto;
    }

    .tow_input1 {
        margin-bottom: 0px;
    }

    .plan_my_holidays_btn {
        font-size: 19px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        padding: 11px;
    }

    .checked_input span {
        color: #000;
        font-size: 17px;
        font-weight: 500;
    }

    .tow_input1_left {
        width: 100%;
        margin-bottom: 10px;
    }

    .tow_input1_right,
    .tow_input1_left {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (max-width:580px) {

    .tow_input1_right,
    .tow_input1_left {
        width: 100%;
        margin-bottom: 10px;
    }
}

/*! CSS Used from: Embedded */
.plan_my_holidays_btn:hover {
    color: #fff;
}

/*! CSS Used from: Embedded */
@media (max-width:1024px) {
    .popup_drop_form1 {
        padding: 5% 8% 10% 8%;
        overflow: scroll;
    }

    .popup_drop_form_left {
        display: none;
    }

    .popup_drop_form_right {
        width: 100%;
        height: auto;
    }

    .popup_drop_form {
        width: 100%;
        height: 100%;
    }

    .get_free2 {
        font-size: 17px;
    }

    .requirements_form {
        padding: 0px 10px;
    }

    .get_free1 {
        padding: 0px 0px 7px 0px;
    }

    .tow_input1 {
        margin-bottom: 0px;
    }

    .requirements_form textarea {
        margin-top: 5px;
    }

    .tow_input1_left {
        width: 100%;
        margin-bottom: 5px;
    }

    .tow_input1_right,
    .tow_input1_left {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (max-width:580px) {

    .tow_input1_right,
    .tow_input1_left {
        width: 100%;
        margin-bottom: 5px;
    }
}

/*--------archive-css------*/

.main-archive-sec {
    background: #fff;
}

.archive-path {
    font-size: 15px;
    color: #376692;
    margin: 0;
    font-style: normal;
}

.archive-path span a {
    font-size: 15px;
    color: #ff7800;
    margin: 10px 0px;
}

.archive-path span {
    color: #ff7800;
}

.archive-mainhead {
    font-size: 24px;
    color: #ff7800;
    font-style: italic;
    padding: 10px 0px;
    font-family: georgia;
}

.requir-icon {
    border: 1px solid #777777;
    height: 45px;
    width: 45px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.requir-icon i {
    color: #777;
}

.archivetop-iconbx {
    display: flex;
    justify-content: left;
    align-items: center;
}

.requir-text-one {
    font-size: 14px;
    color: #777777;
    margin: 0;
}

.requir-text {
    margin-left: 12px;
}

.requir-text-two {
    font-size: 16px;
    color: #000;
    margin: 0;
    font-weight: 400;
}

.drop-equire-main {
    border-top: 1px solid #D6D6D6;
    padding: 15px 0px 20px 0px;
    position: relative;
}

.tour-boxsec {
    margin-top: 15px;
}

.drop-equire-main:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(to left, #186900, #186900 28px, #ffec03 46%, #186900);
}

.snip1543 img {
    height: auto;
    backface-visibility: hidden;
    width: 100%;
    vertical-align: top;
    transition: .5s;
}

.snip1543:hover img {
    transform: scale(1.2);
    transition: .5s;
}


.snip1543 {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.fa-play-circlead {
    display: none;
}

.li_oneolp {
    border: 1px solid #ccc;
    margin-bottom: 3%;
    overflow: hidden;
    background-color: #fff;
}

.list-rightsidetext {
    float: right;
    width: 100%;
    padding: 12px 12px 12px 12px;
}

.list-rightsidetext .golden-witht {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0;
}

.list-rightsidetext .night-5day {
    font-size: 22px;
    color: #3cb977;
    font-weight: 500;
    margin: 0;
}

.list-rightsidetext .destinations-cover {
    margin: 0;
}

.destinations-covers {
    color: #000;
    padding: 0px 10px;
    float: left;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.destinations-covers a {
    color: #000;
    font-weight: 400;
}

.a-btnmore {
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

.a-btnmore a:hover {
    color: #fff;
}

.more-detailsbtn {
    background: #337ab7;
    font-size: 18px;
    color: #fff;
    width: 50%;
    border-radius: 4px;
    padding: 12px 12px;
    display: inline-block;
    text-align: center;
}

.destinations-covers span {
    flex-wrap: wrap;
}

.inquire-nowbtn {
    background: #d69a08;
    font-size: 18px;
    color: #fff;
    width: 48%;
    padding: 12px 12px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
}

.adsz {
    padding: 0px 15px;
}

.theiaStickySidebar .main-center {
    height: inherit !important;
    padding: 10px 12px 12px 12px;
    background: #ff7800 !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.theiaStickySidebar .main-center p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    text-shadow: 1px 1px #000;
}

.theiaStickySidebar .form-group .input-group select {
    height: 35px;
    border-radius: 0px;
    border: 0px solid #ccc;
    width: 100%;
    padding: 5px 10px;
    color: #777;
    font-size: 14px;
}

.theiaStickySidebar .form-group {
    margin-bottom: 0px;
    margin-top: 2px;
}

.maincard-sec {
    border-right: 1px solid #ddd;
}

.InquireNowBestRT {
    background-color: #598dbf;
    padding: 18px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.InquireNowBestRT:before {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 42px;
    padding-right: 0.5em;
    position: absolute;
    top: -28px;
    left: 3%;
}

.NowInquireBTN {
    background-color: #f6ff00;
    padding: 10px;
    display: block;
    float: left;
    width: 42%;
    border: 1px solid #000;
    border-radius: 13px;
    color: #000;
    font-size: 14px;
    position: relative;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.PricesINquire {
    float: right;
    width: 56%;
    color: #fff;
    text-shadow: 2px 2px #b1a2a2;
    font-size: 14px;
    font-weight: 400;
}

.NowInquireBTN p {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    margin: 0;
}

.PricesINquire:hover {
    color: #fff;
}

.NowInquireBTN:hover {
    color: #fff;
    background: #ff7800;
}

.NowInquireBTN:hover p {
    color: #fff;
}

.PricesINquire span {
    clear: both;
    display: table;
    color: #f6ff00;
}

.cont_cont_pp p {
    margin-bottom: 15px;
}

.cont_cont_pp h1 {
    font-size: 36px;
}

.cont_cont_pp h2 {
    font-size: 30px;
    margin-top: 15px;
}

.cont_cont_pp ul {
    padding-left: 17px;
}

.cont_cont_pp ul li {
    list-style: disc;
    padding: 4px;
    font-size: 15px;
}

.maincard-sec {
    padding: 0;
}

.archive-mainhead p {
    font-size: 15px;
    color: #376692;
    margin-top: 0px;
    font-style: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}

.inner-detailbox {
    background-color: #ccc;
    width: 100%;
    padding: 13px;
}

.detail-imagebox {
    position: relative;
    height: 286px;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .11), 0 1px 2px rgba(0, 0, 0, .22);
    overflow: hidden;
}

.box-ribbon {
    background: #337ab7;
    color: #fff;
    font-size: 13px !important;
    font-weight: 600;
    padding: 5px 0px;
    text-align: center !important;
    position: absolute;
    top: 22px;
    right: -51px;
    z-index: 99;
    transform: rotate(39deg);
    width: 200px !important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
}

.detail-imagebox .item img {
    width: 100%;
    height: 287px;
}

.price-7n {
    background-color: #fff;
    float: left;
    width: 100%;
}

.price-7n-ul {
    float: left;
    width: 100%;
    margin: 0px;
    border-bottom: 1px solid #ddd;
}

.price-7n-ul li {
    float: left;
    width: 75%;
    border: 0px solid #ccc;
    padding: 10px;
    border-bottom: 0px solid #ddd;
    border-right: 0px;
    display: flex;
    font-size: 14px;
    font-weight: 400;
}

.Sub_Fields_77height p {
    flex-wrap: wrap;
    display: flex;
}

.Sub_Fields_77height {
    height: 77px;
}

.Sub_Fields_77height span {
    flex-wrap: wrap;
}

.price-7n-ul li:nth-child(2n-1) {
    width: 25%;
    border-right: 0px;
    border-bottom: 0px solid #ddd;
}

.price-7n-ul li:nth-child(2) {
    border-left: 1px solid #ddd;
}

.tooltipdlh .tooltiptextdlh {
    visibility: hidden;
    width: 120px;
    background-color: #ff7800;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltipdlh {
    position: relative;
    display: inline-block;
    padding: 0px 11px 0px 14px;
    border-right: 1px solid #15416b;
}

.tooltipdlh .tooltiptextdlh::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ff7800 transparent transparent transparent;
}

.tooltipdlh:last-child {
    border-right: 0px solid #15416b;
}

.tooltipdlh:hover .tooltiptextdlh {
    visibility: visible;
    opacity: 1;
}

.tooltipdlh i {
    font-size: 19px;
    color: #15416b;
}

.plan-btnyour {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.plan-btnyour .btnyourBtn {
    width: 49.5%;
    text-align: center;
    display: inherit;
    float: left;
    background-color: #15416b;
    color: #fff;
    padding: 20px 11px;
    font-size: 18px;
    text-transform: uppercase;
}

.plan-btnyour .CallBtnyour {
    width: 48%;
    text-align: center;
    display: inherit;
    float: right;
    background-color: #ff7800;
    color: #fff;
    padding: 20px 11px;
    font-size: 18px;
    text-transform: uppercase;
}

.font_size_ff7800 {
    font-size: 25px;
    color: #ff7800;
    font-family: georgia;
    font-style: italic;
    border-left: 1px solid #ddd !important;
}

.trip-expert {
    display: inline-flex;
    justify-content: left;
    align-items: center;
    margin: 25px 0px 5px 0px;
    padding: 0px 10px;
}

.img-tripadvisor {
    margin-right: 15px;
}

.expert-head {
    font-size: 17px !important;
    font-weight: 600;
    margin-bottom: 4px;
}

.expert-para {
    margin: 0;
    font-size: 14px;
}

.exTab1ad .nav {
    margin-bottom: 20px;
    margin-top: 22px;
}

.exTab1ad .nav-pills>li>a {
    padding: 12px 20px;
    color: #777;
    font-size: 17px;
    border-bottom: 3px solid #ccc;
    border-radius: 0px;
}

.exTab1ad .nav-pills>li.active>a {
    color: #777;
    background-color: transparent;
    border: 0px solid #376692;
    border-bottom: 3px solid #ff7800;
    border-radius: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.exTab1ad .nav-pills>li>a i {
    color: #376692;
    padding: 0px 8px 0px 0px;
    font-size: 17px;
}

.accor-contn-box p {
    margin: 15px 0px 0px 0px;
    font-size: 16px;
    text-align: justify;
    color: #4a4848;
}

.accor-contn-box strong {
    font-weight: normal;
    font-size: 17px;
    color: #ff7800;
}

.exTab1aduTE .accor-contn-box p em {
    font-size: 25px;
    font-family: georgia;
    color: #376692;
}

.accor-contn-box ul {
    margin: 0px;
    padding: 0px;
    list-style: disc;
    margin-left: 20px;
    margin-top: 15px;
}

.accor-contn-box ul li {
    font-size: 16px;
    padding: 0px 5px 7px 6px;
    position: relative;
}

.accor-contn-box ul li strong {
    font-weight: 500;
    font-size: 22px;
}


.NowInquireBTN {
    position: relative;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.NowInquireBTN span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #171618, #3bff3b);
    animation: animate1 2s linear infinite;
}

.NowInquireBTN span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #171618, #3bff3b);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

.NowInquireBTN span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #171618, #3bff3b);
    animation: animate3 2s linear infinite;
}

a span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to top, #171618, #3bff3b);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

.NowInquireBTN span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #171618, #3bff3b);
    animation: animate1 2s linear infinite;
}

.NowInquireBTN span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #171618, #3bff3b);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

.NowInquireBTN span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #171618, #3bff3b);
    animation: animate3 2s linear infinite;
}

a span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to top, #171618, #3bff3b);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

.goltrinagle {
    font-size: 24px;
    color: #ff7800;
    font-family: georgia;
    font-style: italic;
    margin: 0px;
}

.goltrinaglep {
    font-size: 14px;
    color: #474a48;
    margin: 5px 0px 20px 0px;
}

.we-offer-box {
    margin: 20px 0px;
}

.list-style-recently {
    padding: 0px;
}

.list-style-recently li {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .11), 0 1px 2px rgba(0, 0, 0, .22);
    display: inline-block;
    webkit-transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1);
    vertical-align: middle;
    white-space: norma;
    position: relative;
    height: 228px;
}

.list-style-recently .img_14 {
    position: relative;
    overflow: hidden;
}

.list-style-recently a {
    color: #515151;
    display: inline-block;
    font-size: 13px;
    display: block;
}

.list-style-recently .img_14 img {
    width: 100%;
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.list-style-recently .pad_a {
    padding: 8px 10px 10px 10px;
}

.list-style-recently p {
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #515151;
}

.list-style-recently a {
    color: #515151;
    display: inline-block;
    font-size: 13px;
    display: block;
}

.night45 {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, 0));
    bottom: 0;
    box-sizing: border-box;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 16px 16px 16px 40px;
    position: absolute;
    width: 100%;
    bottom: 53px;
    left: 0px;
    font-size: 13px;
    display: block;
}

.list-style-recently li:nth-child(3n-1) {
    margin-left: 1%;
    margin-right: 1%;
}

.golden_triangl1 {
    padding-top: 15px;
    overflow: hidden;
}

.night4511 {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, 0));
    bottom: 0;
    box-sizing: border-box;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 16px 16px 16px 16px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.accordionBTA {
    display: none;
}

#accordion {
    margin-top: 22px;
    margin-bottom: 20px;
}

.accordionBTA #accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
}

.accordionBTA #accordion .panel-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.accordionBTA #accordion a.accordion-tab {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    background-color: #eee;
    border-bottom: 5px solid #376692;
    color: #474a48;
    text-align: left;
}

.accordionBTA #accordion .panel-heading a.collapsed:hover::before,
.accordionBTA #accordion .panel-heading a.collapsed:focus::before {
    color: #fff;
}

.accordionBTA #accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #444;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
    position: relative;
    left: -5px;
}

.accordionBTA #accordion .panel-heading .accordion-toggletwo.collapsedtwo::before {
    color: #444;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
    position: relative;
    left: -5px;
}

.accordionBTA #accordion .panel-heading .accordion-togglethree.collapsedthree::before {
    color: #444;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
    position: relative;
    left: -5px;
}

.accordionBTA #accordion .panel-heading .accordion-togglefour.collapsedfour::before {
    color: #444;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
    position: relative;
    left: -5px;
}

.accordionBTA #accordion .panel-heading .accordion-togglefive.collapsedfive::before {
    color: #444;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
    position: relative;
    left: -5px;
}

.accordionBTA #accordion .panel-heading .accordion-toggle::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: left;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
    float: right;
}

.accordionBTA #accordion .panel-heading .accordion-toggletwo::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: left;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
    float: right;
}

.accordionBTA #accordion .panel-heading .accordion-togglethree::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: left;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
    float: right;
}

.accordionBTA #accordion .panel-heading .accordion-togglefour::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: left;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
    float: right;
}

.accordionBTA #accordion .panel-heading .accordion-togglefive::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: left;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
    float: right;
}

.accordionBTA #accordion .panel-heading a.collapsed:hover,
.accordionBTA #accordion .panel-heading a.collapsed:focus {
    background-color: #474a48;
    color: #fff;
    transition: all 0.2s ease-in;
}

.panel-body {
    margin-top: 15px;
}

.panel-body p strong {
    font-weight: normal;
    font-size: 17px;
    color: #ff7800;
}

.panel-body p {
    margin: 15px 0px 0px 0px;
    font-size: 16px;
    text-align: justify;
    color: #4a4848;
}

.panel-body p em {
    font-size: 20px;
    font-family: georgia;
    color: #376692;
    margin-left: 8px;
}

.panel-body ul {
    margin: 0px;
    padding: 0px;
    list-style: disc;
    margin-left: 20px;
    margin-top: 15px;
}

.panel-body ul li {
    font-size: 16px;
    padding: 0px 5px 7px 6px;
    position: relative;
}

.input-group-custom {
    justify-content: space-between;
}

.we-offer-box .goltrinaglep strong {
    font-weight: normal;
    font-size: 17px;
    color: #ff7800;
}

.actual_content h1 {
    font-size: 28px;
    font-family: georgia;
    color: #376692;
    font-style: italic;
}

.actual_content p {
    margin: 15px 0px 0px 0px;
    font-size: 16px;
    text-align: justify;
    color: #4a4848;
}

.actual_content h2 {
    font-size: 24px;
    font-family: georgia;
    color: #376692;
    font-style: italic;
    margin-top: 20px;
}

.actual_content h3 {
    font-size: 22px;
    font-family: georgia;
    color: #ff7800;
    margin-top: 20px;
}

.template-mainhead {
    font-size: 24px;
    color: #ff7800;
    font-style: italic;
    padding: 10px 0px;
    font-family: georgia;
}

.template-mainhead p {
    font-size: 15px;
    color: #376692;
    margin-top: 0px;
    font-style: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}

.actual_content h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-top: 20px;
}

.actual_content ol {
    padding-left: 20px;
}

.actual_content ol li strong {
    font-weight: normal;
    font-size: 17px;
    color: #ff7800;
}

.actual_content ol li {
    margin: 15px 0px 0px 0px;
    font-size: 16px;
    text-align: justify;
    color: #4a4848;
}

.actual_content p strong {
    font-weight: normal;
    font-size: 17px;
    color: #ff7800;
}

.actual_content ul {
    padding-left: 20px;
}

.actual_content ul li {
    margin: 15px 0px 0px 0px;
    font-size: 16px;
    text-align: justify;
    color: #4a4848;
}

.actual_content ul li strong {
    font-weight: normal;
    font-size: 17px;
    color: #ff7800;
}

.itinerary_h1 {
    color: #376692;
    font-size: 30px;
    margin: 0px;
    margin-bottom: 6px;
    font-family: "Times New Roman", Times, serif;
    margin-top: 12px;
    font-style: italic;
    text-align: center;
}

.confirmed-icon span {
    border-radius: 50%;
    display: inline-block;
    background: #376692;
    margin: 20px;
    width: 100px;
    height: 100px;
    line-height: 120px;
}

.confirmed-icon span .fa-check {
    color: #fff;
    font-size: 45px;
}

.confirmed-icon {
    text-align: center;
}

.itinerary_h1p1 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.car-book-cntnt h2 {
    font-size: 28px;
    font-family: georgia;
    color: #376692;
    font-style: italic;
}

.car-book-cntnt p {
    margin: 15px 0px 0px 0px;
    font-size: 16px;
    text-align: justify;
    color: #4a4848;
}

.car-book-cntnt {
    margin: 20px 0px 0px 0px;
}

.footer-band {
    background: #212121;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 17px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.band-head {
    color: #d6d900;
    font-size: 22px;
    font-weight: 600;
}

.band-subhead {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.band-iconbox a {
    height: 60px;
    width: 60px;
    display: block;
    background: #42c161;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 60px;
}

.band-iconbox {
    margin-right: 15px;
}

.band-icon-boxmain {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-right: 70px;
}

/*------site-responsive------*/

@media only screen and (max-width: 1200px) {
    .hidethisimage {
        display: none;
    }

    .view-allbtn {
        width: 35%;
    }

    .ayurveda-head {
        font-size: 20px;
    }

    .drop-equire-main {
        display: none;
    }

    .custom-nav {
        padding: 12px 8px !important;
    }

    .plan-btnyour .CallBtnyour,
    .plan-btnyour .btnyourBtn {
        font-size: 16px;
    }

    .tooltipdlh {
        padding: 0px 8px 0px 10px;
    }

    .exTab1aduTE {
        display: none;
    }

    .accordionBTA {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .view-allbtn {
        width: 40%;
    }

    .section-four {
        display: none;
    }

    .plan-btnyour .CallBtnyour {
        font-size: 14px;
    }

    .plan-btnyour .btnyourBtn {
        font-size: 14px;
    }

    .inquire-nowbtn {
        font-size: 17px;
    }

    .more-detailsbtn {
        font-size: 17px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .tooltipdlh {
        padding: 0px 6px 0px 6px;
    }
}

@media only screen and (max-width: 991px) {
    .custom-toggle {
        position: absolute;
        right: 0;
        top: -55px;
    }

    .list-page-code-box {
        padding: 0;
    }

    .theiaStickySidebar {
        margin: 15px;
    }

    .header {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
        position: relative;
    }

    .contact-box {
        margin-right: 100px;
    }

    .logo-box a img {
        width: 200px;
    }

    .custom-nav {
        border-left: 0;
        border-right: 0;
    }

    .dropdwn-cntent:before {
        top: 20px;
    }

    .banner-head {
        font-size: 24px;
    }

    .banner-text {
        font-size: 14px;
    }

    .form-btn {
        font-size: 12px;
        padding: 10px 20px;
        display: inline-block;
        margin: 5px 0px;
    }

    .tour-packagebtn {
        font-size: 12px;
        padding: 10px 20px;
        display: inline-block;
        margin: 5px 0px;
    }

    .banner-carousel {
        height: 300px;
    }

    .banner-carouel-item {
        height: 300px;
    }

    .banner-carouel-item img {
        height: 300px !important;
        object-fit: cover;
    }

    .slider-cntent {
        top: 18%;
        padding: 10px 5%;
    }

    .pack-imgbox a img {
        object-fit: cover;
    }

    .pack-imgbox {
        margin: 10px 0px;
    }

    .view-allbtn {
        width: 50%;
    }

    .dest-box {
        margin: 10px 0px;
    }

    .maincard-sec {
        border-right: 0;
    }

    .logo-right-side {
        padding: 15px 0px 15px 10px;
    }

    .display-custom-form {
        display: none;
    }
}


@media only screen and (max-width: 767px) {
    .logo-right-side {
        display: none;
    }

    .archive-mainhead p a:nth-child(5) {
        display: inherit;
    }

    .Sub_Fields_77height {
        height: auto;
    }

    .NowInquireBTN {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .PricesINquire {
        float: none;
        width: 100%;
    }

    .custom-toggle {
        top: -55px;
    }

    .logo-box {
        padding: 10px 0px;
    }

    .section-head {
        font-size: 24px;
    }

    .view-allbtn {
        width: 100%;
        font-size: 15px;
        padding: 12px 0px;
        border-radius: 3px;
    }

    .dest-box a img {
        object-fit: cover;
    }

    .homecontent-head {
        font-size: 24px;
    }

    .footer-title {
        margin: 16px 0px;
        border-bottom: 1px solid #37669240;
        padding-bottom: 16px;
    }

    .tripad-review {
        margin-bottom: 0px;
        box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
        background: #fff;
        padding: 36px;
    }

    .snip1543 {
        width: 25%;
        float: left;
    }

    .tour-boxsec .golden-withts {
        display: block !important;
        font-size: 18px;
        margin: 0;
        padding-bottom: 5px;
        font-weight: 600;
    }

    .destinations-covers {
        font-size: 14px;
        font-weight: inherit;
        color: #000;
        width: 100%;
        float: left;
        padding: 10px 0px;
    }

    .list-rightsidetext {
        float: right;
        width: 75%;
        padding: 0px 10px;
        text-align: left;
    }

    .li_oneolp {
        padding: 5px;
        box-shadow: rgb(0 0 0 / 25%) 0px 0.0625em 0.0625em, rgb(0 0 0 / 25%) 0px 0.125em 0.5em, rgb(255 255 255 / 10%) 0px 0px 0px 1px inset;
        border: 1px solid #cccccca3;
        margin-bottom: 10px;
    }

    .list-rightsidetext .golden-witht {
        display: none;
    }

    .a-btnmore {
        padding: 0;
    }

    .inquire-nowbtn,
    .more-detailsbtn {
        margin-bottom: 1%;
        font-size: 15px;
    }

    .night4511 {
        padding: 19px 10px;
        font-size: 20px;
        line-height: normal;
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, 0.1));
    }

    .archive-mainhead {
        font-size: 20px;
    }

    .inner-detailbox {
        background-color: #fff;
        width: 100%;
        padding: 0;
    }

    .inner-detail-cntn {
        padding: 10px;
        background: #ccc;
        float: left;
        width: 100%;
    }

    .plan-btnyour .btnyourBtn,
    .plan-btnyour .CallBtnyour {
        width: 100%;
        margin-bottom: 6px;
        font-size: 13px;
    }


    .list-style-recently li {
        margin-bottom: 10px;
        float: none;
        display: block;
        margin-right: 10px;
        flex: 0 0 32%;
        height: 212px;
    }

    .list-style-recently li:nth-child(3n-1) {
        margin-left: 0%;
        margin-right: 10px;
    }

    .goltrinagle {
        font-size: 19px;
    }

    .cont_cont_pp h1 {
        font-size: 24px;
    }

    .cont_cont_pp h2 {
        font-size: 24px;
    }

    .cont_cont_pp h3 {
        font-size: 24px;
        margin-top: 15px;
    }

    .destinations-covers span {
        flex-wrap: wrap;
    }

    .list-style-recently .img_14 img {
        object-fit: cover;
    }

    .img-tripadvisor img {
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
    }

    .trip-expert {
        display: block;
    }

    .expert-head {
        text-align: center;
    }

    .expert-para {
        text-align: center;
    }

    .band-subhead {
        font-size: 16px;
    }

    .band-head {
        font-size: 18px;
    }

    .tawk-min-container .tawk-button-circle.tawk-button-large {
        height: 45px;
        width: 45px;
    }

    .band-iconbox {
        margin-right: 8px;
    }

    .list-style-recently {
        padding: 0px;
        white-space: nowrap;
        overflow-x: scroll;
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .night45 {
        padding: 10px 10px 10px 10px;
        bottom: 37px;
        white-space: pre-wrap;
    }

    .list-style-recently .pad_a {
        padding: 8px 10px 0px 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        white-space: pre-wrap;
    }

}

@media only screen and (max-width: 540px) {
    .banner-text {
        margin-bottom: 15px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }

    .list-rightsidetext .night-5day {
        font-size: 17px;
    }

    .tooltipdlh i {
        font-size: 12px;
    }

    .price-7n-ul li {
        width: 72%;
    }

    .price-7n-ul li:nth-child(2n-1) {
        width: 28%;
    }

    .price-7n-ul li {
        font-size: 13px;
    }

    .band-subhead {
        font-size: 12px;
    }
}



/* start loader css */
#loader_cus {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 99999;
    /* Sit on top */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    /* Semi-transparent background */
    text-align: center;
    vertical-align: middle;
}

#loader_cus .spinner-border {
    margin-top: 20%;
}

#loader_cus .visually-hidden {
    display: none;
}

/* end loader css */