body{ padding:0px; margin:0px; font-family: 'Poppins', sans-serif;}
.container-fluid {
    width: 1270px;
}
.container {
    max-width: 1200px;
}
.Main_text {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 0 0;
}
.text-first {
    color: #ff5b00 !important;
}
.text-second {
    color: #1666d9;
}
.Main_text ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.Main_text ul li {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    margin: 0 30px 5px 0px;
}
.Main_text ul li i {
    color: #f94c86;
    margin-right: 5px;
}

/** RESULT MOBILE CALL SECTION **/

.toll-free-number {
    position: relative;
    top: 1px;
}
.toll-free-number h6 {
    font-size: 13px;
    color: #333;
    margin: 0px;
    text-align-last: end;
    line-height: 14px;
    font-weight: 400;
}
.toll-free-number a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #ff5b00;
    display: block;
    margin: 0px 0 0px 0;
    position: relative;
    border: 1px solid #ff5b00;
    padding: 5px 13px 5px 40px;
    border-radius: 42px;
    background: #ff5b000f;
}
nav.navbar.navbar-expand-lg.navbar-light.menus_fixed.stricky.stricky-fixed.slideInDown.animated .toll-free-number a {
    color: #000;
    text-shadow: none;
}
.toll-free-number a img {
    position: absolute;
    left: -6px;
    top: -4px;
    width: 44px;
    border: 1px solid #ff5b00;
    border-radius: 31px;
    padding: 4px;
    background: #ffffff;
}
a.nav-link img {
    width: 17px;
}

ul.navbar-nav.mr-auto {
    margin: 0 auto;
    float: right;
}

a.navbar-brand {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    color: #263853 !important;
    padding:10px 12px 10px 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.navbar-light .navbar-brand img {
    width: 189px;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding:6px 0px 6px 0px;
}


/** BANNER CSS START **/

.main_banner_area {
    position: relative;
}
.main_banner_area:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(90deg, #0c3b87bd 28.85%, #0c3b8700 100%);
    z-index: 1;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top:48%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity:1;
    transition: opacity .15s ease;
    height: 20px;
}
.carousel-control-next {
    right:20px;
}
.carousel-control-prev {
    left:20px;
}
.custom-arrow{
    width: 60px;
}

.custom-icon{
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.custom-icon img{
    color:#fff;
    width:30px;
}
.banner_captions_heading h1 {
    text-align: center;
    color: #ffffff;
    text-shadow: 0 1px 2px #000000bf;
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 0 0;
}
.banner_captions_heading h1 span {
    color: #fcbd23;
    text-decoration: underline;
    text-shadow: none;
}
.banner_cation {
    position: absolute;
    top:225px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 53%;
    z-index: 9;
    text-align: center;
}
.banner_cation_form {
    text-align: center;
    position: relative;
    display: table;
    width: 100%;
    margin: 18px 0 14px 0;
}
.banner_cation_form input {
    height: 54px;
    border-radius: 6px;
    padding: 0px 0 2px 46px;
    border: none;
    width: 100%;
    font-size: 16px;
    margin: 0 0px 0px 0px;
}
.banner_cation_form button {
    background: #ff5b00;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px 6px 6px 6px;
    padding: 11px 15px 11px 15px;
    text-transform: capitalize;
    position: absolute;
    right: 5px;
    top: 4px;
    text-align: center;
    border: none;
}
img.location_img {
    width: 22px;
    position: absolute;
    left: 14px;
    top: 15px;
    opacity: 0.8;
}
.scrollSection {
    width: 100%;
    overflow: hidden;
    background:#f3f2f2;
    padding:10px 0;
    position:relative;
}
.scrollTrack{
    display:flex;
    gap:60px;
    width:max-content;
}
.scrollItem{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight:400;
    white-space: nowrap;
    color: #333;
}
.scrollItem i{
    color:#333;
}
.package_list {
    
}
.banner_btmCat {
    background: #f3f2f2;
    position: relative;
}
.package_list ul {
    margin: 0 auto 0 auto;
    padding: 14px 30px 14px 30px;
    display: flex;
    background: #ffffff00;
    border-radius: 8px;
    justify-content: space-between;
    width: 60%;
}
.package_list ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 0;
}
.package_list ul li a {
    color: #000;
    text-shadow: #ffffff 0px 1px 2px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
}
.package_list ul li img {
    width: 24px;
}

/*---------css for why us sec---------*/

.serviceBox {
    background: #f3f2f2;
    width: 100%;
    padding: 50px 0px 46px 0px;
}
.serviceBox_heading h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 22px 0;
    color: #000;
    text-align: center;
}
.serviceBox .service_block {
    border: none;
    text-align: center;
    border-radius: 12px;
    padding: 12px 12px 12px 12px;
    width: 100%;
}
.serviceBox .icon {
    width: 84px;
    margin: 0px 0 0 0;
    background: #fff;
    border-radius: 23px;
    padding: 10px;
    border: 1px solid #1666d9;
}
.serviceBox .detail {
    padding: 0px 0 0 0px;
}
.service_block .detail h5 {
    font-size: 17px;
    font-weight: 700;
    margin: 20px 0 12px 0;
}
.serviceBox p {
    font-size: 14px;
    color: #444;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 22px;
}

/*css for package list*/

.sec_mainPackage {
    padding:60px 0 45px 0;
    position: relative;
    background: #ffffff;
}
.pack_img {
    position: relative;
}
.pack_img:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000021;
    border-radius: 14px 14px 16px 16px;
}
.pack_img img {
    border-radius: 8px;
}
.pack_img span {
    position: absolute;
    right: 0;
    bottom: 44px;
    background:#ff5b00;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 20px;
    padding: 4px 10px 4px 10px;
    display:none;
}
.pack_img img {
    border-radius: 14px 14px 16px 16px;
    width: 100%;
}
.pack_captions {
    position: absolute;
    padding: 12px 15px 12px 15px;
    width: 94%;
    background: #ffffff;
    margin: 0 auto 6px auto;
    border-radius: 16px 16px 16px 16px;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 8px 24px;
    text-align: center;
}
.testimonial a {
    text-decoration: none;
}
.pack_name h4 {
    font-size: 16px;
    margin: 0 0 0 0;
    text-align: center;
    font-weight: 600;
    color: #092b61;
}
.pack_price span {
    font-size: 14px;
    margin: 4px 0 5px 0;
    display: block;
    font-weight: 400;
    color: #393939de;
}
.pack_price h5 {
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #ff5b00;
}
.testimonial {
    padding: 0px 0 0px 0;
    margin: 0px 14px 24px 14px;
    position: relative;
    border-radius: 14px 14px 16px 16px;
    /* overflow: hidden; */
    background: linear-gradient(180deg, rgb(255 255 255) 8%, rgb(250 253 255) 100%);
    box-shadow: 0 0 7px rgb(0 -1 6 / 6%) inset;
    /* border: 1px solid #F5F5F5; */
}
.testimonial .title{
    padding: 7px 0;
    margin: 0 -30px 20px;
    border: 7px solid #fff;
    background: #e8326f;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}
.testimonial .title:before{
    content: "";
    border-top: 15px solid #662a66;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}
.testimonial .title:after{
    content: "";
    border-top: 15px solid #662a66;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.testimonial .description{
    padding: 0 20px;
    margin: 0;
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 30px;
}
#testimonial-slider1 .owl-prev, #testimonial-slider1 .owl-next {
    position: absolute;
    top:36%;
    background: #333 !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    line-height:40px;
    text-align: center;
    border-radius: 50%;
    opacity: 1 !important;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 0 0 0;
}
#testimonial-slider1 .owl-prev {
    left: -6px; 
}
#testimonial-slider1 .owl-next {
    right: -6px;
}
.owl-next img, .owl-prev img {
    width: 27px;
    text-align: center;
    margin: 0 auto 0 auto;
}
#testimonial-slider1 .owl-prev:hover,
#testimonial-slider1 .owl-next:hover {
    background: #01a0e3 !important;
}
#testimonial-slider .owl-prev, #testimonial-slider .owl-next {
    position: absolute;
    top: 29%;
    background: #333 !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    opacity: 1 !important;
    cursor: pointer;
    transition: 0.3s;
    font-size: 25px !important;
}
#testimonial-slider .owl-prev {
    left: -6px; 
}
#testimonial-slider .owl-next {
    right: -6px;
}
#testimonial-slider .owl-prev:hover,
#testimonial-slider .owl-next:hover {
    background: #01a0e3 !important;
}
.owl-next i {
    text-align: center;
    margin: 0 0 0 4px;
}
.owl-prev i {
    text-align: center;
    margin: 0 4px 0 0px;
}
/*.owl-next:before{ content: "\f061"; }*/
@media only screen and (max-width: 990px){
    .testimonial{ margin: 30px; }
}

.nav-tabs .nav-link {
    margin-bottom: 10px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 6px 16px 6px 16px;
    margin: 0 0 0 0;
    color: #333 !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    background: #ededed00;
    border-radius: 0px;
    /* border: 1px solid #01a0e3; */
}
ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    gap: 0px;
    margin: 0 auto 30px auto;
    align-items: center;
    background: #01a0e300;
    padding: 0px 0 0px 0;
    width: 229px;
    border-radius: 8px;
    border: 1px solid #ff5b00;
    overflow: hidden;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #ff5b00;
    border: 1px solid #ff5b00;
    padding: 6px 16px 6px 16px;
    text-decoration: none;
    border-radius: 0px;
}
.nav-tabs {
    border-bottom: 0;
}
/*.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color:0 !important;
}*/
.rowing_gp {
    padding: 60px 0px 0px 0px;
}

/*css for best selling package*/

.sec_best_selling {
    padding: 60px 0px 15px 0px;
}
.testimonial2 {
    padding: 2px;
    margin: 0px 10px 62px 10px;
    text-align: center;
    background: #F0F9FF;
    box-shadow: 0 0 7px rgb(0 0 0 / 15%);
    position: relative;
    width: 190px;
    height: 190px;
    border-radius: 148px;
    border: 1px solid #98D1FF;
}
.testimonial2 a {
    text-decoration: none;
}
.sec_best_selling_heading {
    position:relative;
    margin: 0 0 32px 0;
}
.sec_best_selling_heading h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 3px 0;
    color: #333;
    text-align: center;
}
.sec_best_selling_heading p {
    text-align: center;
    margin: 0 0 0 0;
    font-size: 14px;
    color: #444;
}
.pack_img2 {

}
.testimonial3 {
    margin: 0 10px 0 10px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(255 255 255) 8%, rgb(250 253 255) 100%);
    box-shadow: 0 0 7px rgb(0 -1 6 / 6%) inset;
    border: 1px solid #F5F5F5;
}
.pack_img3_cap span {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 4px 0;
}
.pack_img3_cap p {
    margin: 0 0 0 0;
    font-size: 14px;
    color: #444;
}
.testimonial3 a {
    text-decoration: none;
}
.pack_img3_cap {
    text-align: center;
    padding: 15px 0 18px 0;
    width: 100%;
}
.pack_img3 img {
    border-radius: 0px 0px 0px 0px;
}
.pack_img2 img {
    border-radius: 18px;
    position: relative;
    border-radius: 148px;
    width: 100%;
    height: 100%;
}
.pack_img2:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000017;
    z-index: 1;
    border-radius: 148px;
}
.pack_img2_cap {
    text-align: center;
    padding: 4px 0 0 0;
    width: 100%;
}
.pack_img2_cap span {
    margin: 0 0 2px 0;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
.pack_img2_cap p {
    margin: 0 0 0 0;
    color: #444;
    font-size: 14px;
    font-weight: 400;
}
#testimonial-slider7 .owl-prev, #testimonial-slider7 .owl-next {
    position: absolute;
    top: -35%;
    right: 0;
    background: #333 !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center !important;
    border-radius: 50%;
    opacity: 1 !important;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 0 0 0;
}
#testimonial-slider7 .owl-prev {
    right: 44px;
}
#testimonial-slider7 .owl-next {
    
}
#testimonial-slider7 .owl-prev:hover,
#testimonial-slider7 .owl-next:hover {
    background: #01a0e3 !important;
}
#testimonial-slider5 .owl-prev, #testimonial-slider5 .owl-next {
    position: absolute;
    top: 35%;
    background: #333333 !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    opacity: 1 !important;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 0 0 0;
}
#testimonial-slider5 .owl-prev {
    left: -6px; 
}
#testimonial-slider5 .owl-next {
    right: -6px;
}
#testimonial-slider5 .owl-prev:hover,
#testimonial-slider5 .owl-next:hover {
    background: #01a0e3 !important;
}
.owl-next i {
    text-align: center;
    margin: 0 0 0 4px;
}
.owl-prev i {
    text-align: center;
    margin: 0 4px 0 0px;
}


/*css for top Destination*/

.popular_destination {
    background: #fff;
    width: 100%;
    padding: 55px 0px 52px 0px;
}
.popular_hd {
    position: relative;
    margin: 0 0 28px 0;
}
.popular_hd h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #000;
    text-align: center;
}
.popular_hd p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 0 0;
    color: #444;
}
.destination_main img {
    width: 100%;
    border-radius:20px;
}
.destination_main {
    position: relative;
    margin: 0 0 8px 0;
}
.destination_main:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(4, 4, 4, 0), #002436);
    border-radius:20px;
}
.des_cap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px 20px 20px;
    width: 100%;
}
.des_cap h4 {
    font-size:18px;
    color: #fff;
    font-weight: 600;
    text-shadow: #000 0px 1px 1px;
    margin:0 0 4px 0;
}
.des_cap p {
    text-align: left;
    margin: 0 0 0 0;
    color: #fff;
    font-size: 14px;
}
.des_cap p span {
    font-size: 18px;
    font-weight: 600;
    color: #ff5b00;
}
.des_cap span {
    color: #ffffffde;
    font-size: 14px;
}
.des_gp {
    margin:0 0 0 0;
    padding:0 8px 0 8px;
}
.des_gp2 {
    margin:0 0 0 0;
    padding:0 0px 0 15px;
}
.rowing_gpAr {
    margin:0 0 0 0;
}
 .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
ul.dropdown-menu li a{font-size: 14px;
    color: #263853 !important;
    padding: 0 15px 0 15px;
    font-weight: 500;
    text-transform: capitalize;}
ul.dropdown-menu {
    border: 0;
}
/*css for explore by theme*/

.explore_theme {
    padding: 40px 0px 38px 0px;
    position: relative;
    background: #f3f2f2;
}
.toll_freeSupport {
    background: #3B3F51;
    padding: 15px;
    border-radius: 10px;
}
.support_img img {
    width: 148px;
    position: absolute;
    top: -68px;
    left: 69px;
}
.customer_support {
    padding:70px 0 40px 0;
}
.support_toll a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 41px;
}

.about_sec {
    padding: 45px 0px 40px 0px;
    background: #ffffff;
}
.about_sec_cont {
    text-align: center;
}
.about_sec_cont h5 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 16px 0;
}
.about_sec_cont p {
    font-size: 14px;
    color: #515151;
    line-height: 24px !important;
    margin: 0 0 10px 0 !important;
    font-weight: 400;
}


.footer_main {
    padding: 12px 0 12px 0px;
    border-bottom: 1px solid #ebebeb;
    background: #f3f2f2;
}
.qickes_link ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.qickes_link ul li {
    display: inline-block;
}
.qickes_link ul li a {
    display: inline-block;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    text-decoration: none;
    padding:0px 22px 0px 0px;
}
.social_news {
    padding:5px 0 0 0px;
    width: 100%;
    text-align: right;
}
.qickes_link {
    padding: 5px 0 0 0;
}
.social_news ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.social_news ul li {
    display: inline-block;
}
.social_news ul li a {
    font-size: 15px;
    color: #1666d9;
    text-decoration: none;
    width: 30px;
    display: inline-block;
    height: 30px;
    border: 1px solid #1666d9;
    text-align: center;
    line-height: 30px;
    border-radius: 38px;
}


.mtty_diclamer {
    padding: 20px 0;
    background: #f3f2f2;
}
.full_lmnbgh {
    padding:0px 0 10px 0;
}
.full_lmnbgh p {
    font-size: 14px;
    color: #444;
    margin: 0 0 8px 0;
    line-height: 23px;
    font-weight: 400;
}
.footer-xnews img {
    margin: -16px 0 20px 0;
    position: relative;
}
.footer-xnews img:before {
    content: " ";
    position: absolute;
    top: 12px;
    right: -67px;
    width: 60px;
    height: 2px;
    background-color: #f94c86;
}

.right-pay {
    text-align: center;
    padding: 0px 0px 10px 0;
    /* box-shadow: 0px 0px 18px -8px #69696963; */
    border-radius: 2px;
    margin: 0px 0 0px 0;
}
.right-pay ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.right-pay ul li {
    display: inline-block;
}
.right-pay ul li img {
    background: #fff;
    padding: 4px;
    border-radius: 2px;
}

.copyrigh_sec {
    background: #e8e8e8;
    padding: 14px 0px 14px 0px;
}
.copyrigh_sec p {
    font-size: 15px;
    color: #333;
    margin: 0 0 0 0;
    text-align: center;
}
.copyrigh_sec p a {
    color: #333;
    text-decoration:none;
}



/*css for package details page*/

.package_details_banner {
    position: relative;
    padding: 70px 0px 130px 0px;
}
.package_details_banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(0deg, rgb(0 0 0 / 33%) 0%, rgb(0 0 0 / 30%) 100%);
}
.package_details_caption {
    position:relative;
    text-align: center;
}
.package_details_caption h1 {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-shadow: #000 0px 1px 2px;
}
.main_seraching_city {
    position:relative;
}
.package_details_form {
    position: relative;
    display: table;
    width: 100%;
}
.show_city {
    display:none;
}
.show_city {
    position: absolute;
    width: 100%;
    padding: 16px 16px 16px 16px;
    background: #fff;
    box-shadow: 0px 0px 8px -12px #000;
    top: 0;
    left: 0;
    border-radius: 4px;
}
.show_city input {
    height: 44px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 0 30px;
}
.show_city i {
    position: absolute;
    top: 29px;
    left: 25px;
    font-size: 16px;
    cursor: pointer;
    color: #a5a5a5;
}
.package_details_form form {
    position:relative;
}
.package_details_form i {
    position: absolute;
    top: 16px;
    left: 15px;
    font-size: 22px;
    color: #ef7f1a;
}
.package_details_form input {
    height: 54px;
    border-radius: 6px;
    padding: 0px 0 0 44px;
    border: none;
    width: 100%;
    font-size: 18px;
    margin: 0 0 0 0;
    font-weight: 600;
    color: #575757;
}
.package_details_form button {
    background: linear-gradient(93deg, #ef7f1a, #ff4900);
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 6px 6px 6px 6px;
    padding: 11px 26px 10px 26px;
    text-transform: uppercase;
    position: absolute;
    right: 5px;
    top: 4px;
    font-weight: 600;
}

.banner_bottom {
    background: #00000045;
    padding: 14px 0px 14px 0px;
    margin: -50px 0 0 0;
    position: relative;
}
.banner_bottom_cont {
    position:relative;
}
.banner_bottom_cont p {
    margin:0 0 0 0;
    font-size:13px;
    font-weight:500;
    color:#eee;
}
.banner_bottom_cont a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 0 5px 0 0px;
}
/*.DetailsPack_form {
    padding: 30px 0px 30px 0px;
}
.DetailsPack_form_main {
    border: 1px solid #E2DCDC;
    border-radius: 10px;
    padding: 0px 0px 0px 0px;
}
.custom-select select {
}

.select-selected {
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0 0 0 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #b3b3b3;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items div, .select-selected {
    color: #474545;
    padding: 10px 16px;
    border: none;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #e5e5e5;
}

.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0px 0px 12px -8px #000;
    border: 1px solid #d8d7d7;
    border-radius: 4px;
    height: 198px;
    overflow: auto;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.custome_sellect_pack {
    position: relative;
    padding: 14px 15px 14px 15px;
    background: #e3faf1;
    border-radius: 9px 0px 0px 9px;
    border-right: 1px solid #e0e0e0;
}
.form_gp {
    margin:0 0 0 0;
    padding:0 0 0 0;
}
.custome_sellect_pack label {
    margin: 0 0 4px 0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.custome_sellect_pack i {
    position: absolute;
    top: 54px;
    left: 26px;
    font-size: 18px;
    color: #737373;
}
.select_city {
    width: 16%;
    float: left;
}

.select_city2 {
    position: relative;
    width: 16%;
    float: left;
    padding: 14px 15px 14px 15px;
}
.select_city2 label {
    margin: 0 0 4px 0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.select_city2 select {
    display: block;
    width: 100%;
    padding: 7px 5px 7px 5px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    color: #4b4b4b;
    font-size: 14px;
    height: 43px;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}*/

.sec_package_list {
    background: #ffffff;
    padding:50px 0 30px 0;
}
.sec_package_heading {
    margin-bottom: 30px;
    text-align: center;
}
.sec_package_heading h2 {
    font-size: 24px;
    color: #333;
    margin: 0px 0 4px 0;
    font-weight: 600;
}
.sec_package_heading p {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 0;
    padding: 0 0 0px 0;
}
.sec_package_main {
    border-radius: 10px;
    margin: 0 0 28px 0;
    border: 1px solid #edf3ff;
    overflow: hidden;
}
.package_list_cont {
    background: #fff;
    position: relative;
    border-radius: 4px;
    margin: 0 0 0px 0;
}
.custom_rowing_blog {
    /*background: #fff;
    padding: 24px 15px 24px 15px;
    border-radius: 4px;
    border: 1px solid #e7e7f2;
    box-shadow: 0 2px 16px rgba(0,0,0,.06);*/
    position: relative;
}
.blog_gp a {
    text-decoration:none;
}
.package_list_img {
    position: relative;
}
.package_list_img:before {
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#0000002b;
}
.package_list_img img {
    border-radius: 0px;
    height:200px;
}
.package_list_img span {
    position: absolute;
    left: 0px;
    top: 40px;
    background: #1666d9;
    color: #fff;
    font-size: 13px;
    padding: 4px 15px 4px 10px;
    border-radius: 0px 20px 20px 0px;
    font-weight: 500;
}
.package_list_img p {
    position: absolute;
    right: 0px;
    top: 60px;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    font-size: 14px;
    padding: 4px 10px 4px 14px;
    border-radius: 4px 0px 0px 4px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin: 0 0 0 0;
}
.package_list_caption {
    padding: 0 0 0 0;
    position: relative;
}
.brdr_dotted {
    width: 100%;
    height: 1px;
    background-image:repeating-linear-gradient(to right, #e1ebff, #e1ebff 10px, transparent 10px, transparent 15px);
}
.package_list_caption h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 3px 0;
    color: #333;
}
.package_list_caption p {
    margin: 4px 0 8px 0;
    font-size: 12px;
    font-weight: 500;
    color: #0f4ca4;
    padding: 2px 4px 2px 4px;
    background: #f6f7f9;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #edeef1;
}
.package_list_caption ul {
    margin: 0 0 0 0;
    padding: 10px 15px 10px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.package_listHd {
    padding: 12px 15px 4px 15px;
    position: relative;
}
.package_list_caption ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0px 0 0;
    text-align: center;
}
.package_list_caption ul li img {
    width: 20px;
    margin: 0 auto 0 auto;
    display: block;
}
.package_list_caption ul li span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #444;
}
.grid_post_footer {
    padding:8px 15px 8px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.author_link {
    width: 50%;
    float: left;
}
.author_link a {
    text-decoration: none;
}
.author_link a img {
    width: 35px;
}
.author_link a span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: 0px;
    color: #333;
    margin: 0 0 0 5px;
}
.post_opt {
    position: relative;
    top: 0;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    text-align: left;
}
.post_opt li {
    margin-right: 10px;
    color: #000;
    display: inline-block;
}
.post_opt li i {
    color: #f0803b;
}
.cont_ppge {
    font-size: 13px;
    font-weight: 500;
    color: #6f6f6f;
    margin: 0 0 3px 0;
    display: block;
}
input.sanjyesd_lkf {
    width: 100%;
    border-radius: 2px;
    border: solid 1px #ddd;
    height: 38px;
    padding: 0 6px 0 10px;
    font-size: 14px;
}
.price_rate {
    padding: 0 0 0 0;
}
.price_rate span {
    font-size: 12px;
    font-weight: 500;
    color: #444;
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0 0 4px 0;
}
.price_rate h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0px 0 0px 0;
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.price_rate h4 p {
    font-size: 12px;
    font-weight: 500;
    color: #444;
    margin: 0 0 4px 0;
}

.price_book {
    padding: 14px 15px 14px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}
.price_book a {
    background: #1666d9;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 16px;
    border-radius:50px;
    font-weight: 400;
    margin: 0px 0 0 0;
    text-decoration: none;
    width: 50%;
    text-align: center;
}
.nocoSt_emi {
    width: 100%;
    background: #e6efff00;
    padding: 0 0 0 0;
}
.nocoSt_emi p {
    margin: 0 0 0 0;
    font-size: 12px;
    font-weight: 500;
}
.package_list_img span img {
    margin-right: 5px;
    width: 21px;
    height: auto;
}
.about_singaCOnt {
    padding: 0px 0 32px 0;
}
.about_singtx p {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 10px 0;
}
.package_type {

}
.package_type label {
    font-size: 13px;
    font-weight: 500;
    color: #6f6f6f;
    margin: 0 0 13px 0;
    display: block;
}
.package_type label span {
    color: #0278b3;
    float: right;
    cursor:pointer;
}
.package_type a {
    font-size: 12px;
    padding: 3px 12px;
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 25px;
    text-decoration: none;
    margin: 0 12px 0px 0;
    display: inline-block;
}
.package_filter {
    box-shadow: 0px 0px 12px -8px #575454;
    padding: 10px 12px 14px 12px;
    margin: 0 0 25px 0;
}
.packHeding_gp {
    margin: 0 0 0 0;
    padding: 0 6px 0 19px;
}


/*css for package main details page*/

.sec_package_details {
    padding: 40px 0px 40px 0px;
    background: #f3f4f6;
    border-bottom: 4px solid #e8e8e8;
}
.sec_top_head {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 0 0px 0;
    padding: 0px 0px 0px 0px;
}
.sec_top_headName {
    width: 100%;
    position: relative;
    margin: 0 0 14px 0;
}
.sec_top_headPrice {
    width: 100%;
    padding: 15px 15px 20px 15px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden;
}
.enq_btn a {
    text-decoration: none;
    background: #1666d9;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 24px;
    font-size: 15px;
    color: #fff;
    padding: 10px 0 10px 0;
}
.sec_top_headName h1 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0 0px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.sec_top_headName h1 span {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0px 0 0px;
    display: inline-block;
    color: #595959;
}
.sec_top_headPrice span {
    font-size: 18px;
    font-weight: 500;
    color: #424040;
    margin: 0 0 0 0;
    display: inline-block;
    padding: 0 0 0 0;
}
.sec_top_headPrice p {
    font-size: 22px;
    font-weight: 600;
    color: #ff5b00;
    margin: 10px 0 10px 0;
    padding: 0 0px 0 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec_top_headPrice p del {
    color: #787676;
    font-size: 16px;
    font-weight: 500;
}
.sec_top_headPrice p label {
    background: #daefff;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding: 4px 15px 4px 15px;
    border-radius: 30px;
    margin: 0 0 0 0;
}
.nocoSt_emi2 {
    border-radius: 0px 0px 5px 5px;
    background: #EDFFE9;
    padding: 4px 10px;
}
.nocoSt_emi2 h6 {
    margin: 0 0 0 0;
    font-size: 12px;
    font-weight: 500;
}
.carousel-item img {
    border-radius:0px;
    width: 100%;
}
.detailsCrowsel-item img {
    border-radius:16px;
}
.slider-icoImg {
    width:24px;
}
span.custom-arrow-next {
    border: 1px solid #fff;
    border-radius: 25px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height:35px;
}
span.custom-arrow-prev {
    border: 1px solid #fff;
    border-radius: 25px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height:35px;
}
.package_slider .carousel-control-next, .package_slider .carousel-control-prev {
    position: absolute;
    top: 48%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
    height: 40px;
    display:none;
}
.package-whyUs {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    margin:20px 0 20px 0;
    padding: 22px 30px 24px 30px;
}
.package-why-cont {
    text-align: center;
    position: relative;
}
.package-whyImg {
    width: 60px;
    height: 60px;
    background: #daefff;
    border-radius: 75px;
    padding: 0px;
    margin:0 auto 10px auto;
    line-height: 60px;
}
.package-whyImg img {
    width:32px;
    text-align: center;
}
.package-why-cont p {
    font-size: 14px;
    margin: 0 0 0 0;
    color: #444;
    font-weight: 400;
}
.package_overview {
    width: 100%;
    border-radius: 16px;
    padding: 15px;
    position: relative;
    margin:20px 0 0 0;
    background: #fff;
}
/*.package_overview::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background: #02122c;
    height: 30px;
    width: 5px;
}*/
.package_overview h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
}
.package_overview p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #4b4b4b;
    margin: 0 0 0px 0;
}

.package_inc_exclu {
    margin:20px 0 0 0;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
}
.package_inc {
    padding: 18px 20px 18px 20px;
    margin: 0px;
    background: #ffffff;
    border-radius: 16px;
    width: 60%;
}
.package_inc h3 {
    margin: 0px 0 6px 0;
    padding: 0 0 0 0;
    font-size: 18px;
    position: relative;
    font-weight: 600;
}
.package_inc h3:before {
    content: '';
    position: absolute;
    left: -21px;
    top: 0px;
    background: #1666d9;
    height: 22px;
    width: 4px;
    padding: 0 !important;
}
.package_inc ul {
    margin: 0px;
    padding: 0px 0 0px 17px;
}
.package_inc li {
    margin: 0px 0 4px 0;
    font-size: 12px;
    padding: 0 0 0 0;
    list-style: circle;
    line-height: 20px;
}
.package_exclu {
    padding: 15px 15px 15px 15px;
    margin: 0px;
    background: #ffffff;
    border-radius: 16px;
    position: relative;
    width: 40%;
}
.package_exclu h3 {
    margin: 0px 0 6px 0;
    padding: 0 0 0 0;
    font-size: 18px;
    position: relative;
    font-weight: 600;
}
.package_exclu h3:before {
    content: '';
    position: absolute;
    left: -15px;
    top: -1px;
    background: #ff5b00;
    height: 22px;
    width: 4px;
    padding: 0 !important;
}
.package_exclu ul {
    margin: 0px;
    padding: 0px 0 0px 17px;
}
.package_exclu li {
    margin: 0px 0 2px 0;
    font-size: 12px;
    padding: 0 0 0 0;
    list-style: circle;
}

.package_itanary {
    border-radius: 16px;
    padding: 0 0 15px 0;
    position: relative;
    width: 100%;
    margin: 20px 0px 0px 0px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #cfe3ff;
}
.package_itanary h4 {
    font-size: 20px;
    font-weight: 600;
    color: #084296;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #cfe3ff;
    padding: 12px 16px 12px 20px;
    background: linear-gradient(91deg, rgb(211, 255, 218) 0.18%, rgb(219, 249, 247) 97.7%);
}
.package_day span {
    margin: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    background: linear-gradient(93deg,#ef7f1a,#ff4900);
    color: #fff;
    padding: 4px 25px 4px 25px;
    border-radius: 50px;
}
.package_itanary_details ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
    position: relative;
}
.package_itanary_details ul:after {
    content: '';
    width: 1px;
    position: absolute;
    top: 6px;
    height: 89%;
    left: -17px;
    z-index: 1;
    background: #C5C5C5;
}
.package_itanary_details ul li {
    list-style:none;
    font-size:13px;
    color:#000;
    position:relative;
}
.package_itanary_details ul li img {
    width: 100%;
    margin-top: 10px;
}
.price_rate span strong {
    text-decoration: line-through;
    color: #999999;
    font-weight: 500;
    margin: 0 0 0 0px;
    font-size: 15px;
}
.package_itanary_details ul li:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #C5C5C5;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 5px;
    z-index: 2;
}
.sec_package_itanaryMain {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.package_travel_vailide {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #C4C4C4;
    padding: 15px;
    box-shadow: 0 0 7px rgba(0,0,0,.20);
    position: relative;
    margin: 15px 0 0 0;
}
.package_travel_vailide::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background: #02122c;
    height: 30px;
    width: 5px;
}
.package_travel_vailide h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 0 2px 0;
}
.package_travel_vailide p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #4b4b4b;
    margin: 0 0 21px 0;
}
.itinerary-wrapper {
    position: relative;
    padding: 0 20px 0 20px;
}
.itinerary-item {
    padding: 10px 20px 10px 15px;
    margin-bottom: 12px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 8px 24px;
    border-radius: 10px;
}
.itinerary-header {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.day-badge {
    background-color: #f5f5f5;
    padding: 8px 10px;
    border-radius: 5px;
    text-align: center;
    min-width: 62px;
    margin-right: 20px;
    display: flex;
    gap: 6px;
    align-items: center;
}
.day-num {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 1;
}
.day-text {
    font-size: 12px;
    color: #444;
    text-transform: uppercase;
    font-weight: 500;
}
.header-content h3 {
    font-size: 18px;
    color: #222222;
    margin: 0 0 0 0;
    font-weight: 500;
    line-height: 28px;
}
.arrow-icon {
    margin-left: auto;
    font-size:16px;
    color: #333333;
    transition: transform 0.3s ease;
}
.itinerary-content ul li p {
    margin: 0 0 10px 0;
}
.itinerary-content ul li p:last-child {
    margin:0 0 0 0;
}
.itinerary-content {
    padding:0px 0px 0px 0px;
    display: none;
}
.itinerary-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.itinerary-content ul li {
    position: relative;
    padding: 0 0 0 0px;
    margin: 0 0 8px 0;
    color: #444;
    font-size: 14px;
    line-height: 22px;
}
.pickup-note {
    margin-top: 20px;
    color: #666666;
    font-size: 15px;
}
.itinerary-item.active .itinerary-content {
    display: block;
}

.itinerary-item.active .arrow-icon {
    transform: rotate(0deg);
}

.itinerary-item:not(.active) .arrow-icon {
    transform: rotate(180deg);
}
.duration_place {
    border-radius: 16px;
    margin: 16px 0 0 0;
    padding: 15px 15px 20px 15px;
    background: #fff;
}
.duration {
    padding: 0 0 0 0;
    position: relative;
}
.duration p {
    margin: 0 0 8px 0;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}
.duration p:last-child {
    margin:0 0 0 0;
}
.duration p i {
    margin: 0 2px 0 0;
    width: 15px;
    height: 15px;
    color: #fc5204;
    font-size: 14px;
}
.duration p strong {
    font-weight: 600;
    font-size: 13px;
}
.package_include {
    position: relative;
    margin: 15px 0 19px 0;
}
.package_include:after {
    content: " ";
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #bcbcbc;
    z-index: -1;
}
.package_include span {
    padding: 6px 18px 8px 18px;
    border: 1px solid #bcbcbc;
    border-radius: 36px;
    font-size: 12px;
    font-weight: 500;
    background: #eee;
}
.package_icons ul {
    margin: 0 0 0 0;
    padding: 0px 0 0 0;
    display: flex;
    gap: 14px;
}
.package_icons ul li {
    list-style: none;
    display: inline-block;
    margin: 0 11px 0 0;
}
.package_icons ul li img {
    width: 29px;
    margin: 0px auto 0 auto;
    display: block;
}
.package_icons ul li span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #616161;
    line-height: 25px;
}
.need_help {
    margin: 15px 0 0 0;
    background: #ffffff;
    position: relative;
    padding:18px 15px 24px 15px;
    border-radius: 16px;
    display: flex;
    justify-content: flex-start;
}
.need_help_img {
    width: 15%;
}
.need_help_cont h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #333;
}
.need_help_cont p {
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}
.need_help_cont p:last-child {
    margin:0 0 0 0;
}
.need_help_cont p i {
    color: #ff5b00;
    margin: 0 4px 0px 0;
}
.need_help_cont p a {
    text-decoration: none;
    color: #333;
}

/*css for about us page*/

.inner_banner {
    position:relative;
    padding:80px 0px 80px 0px;
}
.inner_banner:before {
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#00000047;
}
.inner_captions {
    position:relative;
}
.inner_captions h1 {
    margin:0 0 0 0;
    color:#fff;
    text-shadow:#000 0px 1px 2px;
    text-align:center;
    font-size:30px;
    font-weight:600;
}
.about_content {
    padding: 45px 0px 40px 0px;
    background: #f9f9f9;
    position: relative;
}
.about_cont {

}
.about_cont h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0 0 12px 0;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 0 10px 0;
    text-transform: capitalize;
}
.about_cont h2 span {
    color: #1666d9;
    font-weight: 600;
}
.about_cont p {
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 23px;
    color: #333;
}
.about_cont h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
}
.about_img {
    position: relative;
}
.about_img:before {
    content: " ";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 250px;
    height: 200px;
    background-color: #1666d9;
    z-index: 1;
    border-radius: 4px;
}
.about_img:after {
    content: " ";
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 250px;
    height: 200px;
    background-color: #ff5b00;
    z-index: 1;
    border-radius: 4px;
}
.about_img img {
    border-radius: 4px;
    position: relative;
    z-index: 9;
}
.custome_rowingAbout {
    background-color: #fff;
    padding: 30px 18px 30px 10px;
    border-radius: 20px;
}

/*css for contact us page*/

.contact_pg_main {
    padding: 42px 0 44px 0;
    position: relative;
}
.contact_details {
    box-shadow: 0 1px 2px -1px rgba(10, 57, 79, .01), 0 1px 3px 0px rgba(10, 57, 79, .1);
    border-radius: 20px;
    padding: 0px 0px 0px 0px;
    position: relative;
    overflow: hidden;
}
.contact_details h4 {
    text-align: center;
    background: #fffbfb;
    padding: 16px 0 16px 0;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid #f4f4f4;
    margin: 0 0 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.contact_tp_ct {
    background: #fff;
    padding: 16px 15px 16px 15px;
    border-radius: 0px;
    border-bottom: 1px dashed #d9d9d9;
}
.contact_tp_ct:last-child {
    border:none;
}
.contact_tp_ct i {
    float: left;
    width: 45px;
    height: 45px;
    background: #1666d9;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    margin-right: 11px;
    border-radius: 25px;
    outline: 1px dashed #fff;
    outline-offset: -3px;
    margin-bottom: 36px;
}
.contact_tp_ct h5 {
    margin: 0 0 4px 0;
    font-size: 18px;
    font-weight: 600;
}
.contact_tp_ct a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.contact_form_main {
    border-radius: 20px;
    padding: 0px 0px 0px 0px;
    position: relative;
    margin: -132px 0 0 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 2px -1px rgba(10, 57, 79, .01), 0 1px 3px 0px rgba(10, 57, 79, .1);
}
.thanku_banner {
    position:relative;
}
.thanku_banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f7fff5;
}
.page_dsgn2 {
    background: #fff;
    padding: 36px;
    margin: 50px 0;
    border-radius: 20px;
    text-align: center;
}
.page_dsgn2 img{
    width: 40px;
}
.page_dsgn2 h2{
    font-family: emoji;
    font-weight: 800;
    font-size: 50px;
    margin: 10px 0;
}
.page_dsgn2 p{
    color: #000;
    font-weight: 600;
}
.page_dsgn2 p mark{
    background: #0a890a;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 3px 9px;
    border-radius: 2px;
}
.page_dsgn2 h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 0 0;
}
.page_dsgn2 h3 a {
    background: #ff5b00;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    text-decoration: none;
}
.page_dsgn2 a.btm_home {
    background: #3967b1;
    color: #fff;
    padding: 6px 20px 6px 20px;
    font-size: 20px;
    border-radius: 7px;
    text-decoration:none;
}
.contact_form_main h4 {
    text-align: center;
    background: #fffbfb;
    padding: 20px 0 20px 0;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid #f4f4f4;
    margin: 0 0 0 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #000;
}
.contact_form_inpt {
    padding: 20px 25px 25px 25px;
}
.contact_form_inpt label {
    margin: 0 0 2px 0;
    font-size: 14px;
    color: #333;
}
.contact_form_inpt .form-group {
    margin: 0 0 15px 0;
    position: relative;
}
.contact_form_inpt input {
    height: 47px;
    border-radius: 5px;
    border: 1px solid #424242;
}
.contact_form_inpt textarea {
    height: 84px;
    border-radius: 5px;
    border: 1px solid #6f6f6f;
    font-size: 14px;
}
.contact_form_inpt button {
    float: right;
    border: none;
    background: #1666d9;
    color: #fff;
    font-size: 16px;
    padding: 12px 50px 12px 50px;
    border-radius: 5px;
    font-weight: 500;
}
.google_maps {
    box-shadow: 0 1px 2px -1px rgba(10, 57, 79, .01), 0 1px 3px 0px rgba(10, 57, 79, .1);
    margin: 40px 0 0 0;
    background: #fff;
    padding: 7px 7px 0 7px;
    border-radius: 16px;
    overflow: hidden;
}
.google_maps iframe {
    border-radius: 16px;
}

.privacy_content {
    padding: 45px 0px 40px 0px;
    background: #f9f9f9;
    position: relative;
}
.privacy_cont {

}
.privacy_cont h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 7px 0;
    text-transform: capitalize;
}
.privacy_cont h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    text-transform: capitalize;
}
.privacy_cont h4 {
    font-size:18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    text-transform: capitalize;
}
.privacy_cont h2 span {
    color: #3e97db;
    font-weight: 700;
}
.privacy_cont p {
    font-size: 14px;
    margin: 0 0 12px 0;
    line-height: 23px;
    color: #333;
}
.privacy_cont p:last-child {
    margin:0 0 0 0;
}
.custome_rowingprivacy {
    background-color: #fff;
    padding: 25px 18px 25px 18px;
    border-radius: 20px;
}

.terms_content {
    padding: 45px 0px 40px 0px;
    background: #f9f9f9;
    position: relative;
}
.terms_cont {

}
.terms_cont h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 7px 0;
    text-transform: capitalize;
}
.terms_cont h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    text-transform: capitalize;
}
.terms_cont h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    text-transform: capitalize;
}
.terms_cont h2 span {
    color: #3e97db;
    font-weight: 700;
}
.terms_cont p {
    font-size: 14px;
    margin: 0 0 12px 0;
    line-height: 23px;
    color: #333;
}
.custome_rowingterms {
    background-color: #fff;
    padding: 25px 18px 25px 18px;
    border-radius: 20px;
}


/*-----------Start Hotels styling------------*/

.hotel_Banner {
    position: relative;
    padding:100px 0 215px 0;
    margin:0px 0 0 0;
}
.hotel_Banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#0000006b;
}
.hotelForm_include {
    position: relative;
}
.hotels_caption {
    position: relative;
    text-align:center;
    padding:45px 0 30px 0;
}
.hotels_caption h1 {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    text-shadow: #000 0px 1px 1px;
    margin: 0 0 5px 0;
    text-transform: capitalize;
}
.hotels_caption p {
    margin: 0 0 0 0;
    color: #fff;
    text-shadow: #222222 0px 0px 1px;
    font-weight: 400;
    font-size: 16px;
}
.morehotels {
    padding: 10px 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    margin: -91px 0 0 0;
    position: relative;
}
.Compareto {
    text-align: left;
    padding: 10px 0px;
    cursor: pointer;
}
.Compareto i {
    font-size: 24px;
    color: #fff;
    background: #ffffff7a;
    height: 46px;
    width: 46px;
    line-height: 46px;
    border-radius: 65%;
    margin-bottom: 10px;
    float: left;
    text-align: center;
    margin-right: 15px;
}
.Compareto h4 {
    font-size: 14px;
    color: #ffffff;
    margin: 0px 0 6px 0;
    font-weight: 400;
    text-transform: uppercase;
}
.Compareto h4 span {
    display: block;
    text-transform: capitalize;
    padding: 5px 0 8px 0;
}
.Compareto p {
    font-size: 10px;
    color: #fff;
    margin: 0;
    padding: 0 0px;
    display: none;
}
.hotelDeals-sec {
    padding: 50px 0px 50px 0px;
    position: relative;
}
.tabs-btn-group {
    display: flex;
    gap: 5px;
    margin: 0 0 0 0;
    background: #e0ecff00;
    border-radius: 6px;
    padding: 0 0 0 0;
    align-items: center;
    border: 1px solid #ff5b00;
    overflow: hidden;
}
.tab-btn {
    flex: 1;
    padding: 6px 10px 6px 10px;
    border: none;
    background: #ffffff;
    border-radius: 0px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
}
.tab-btn.active {
    background: #ff5b00;
    color: #fff;
}
.main-tab-content {
    display: none;
}
.main-tab-content.active {
    display: block;
}
.main-hotel-deals {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.hotel_heading {
    
}
.hotel_heading h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 2px 0;
    color: #000;
}
.hotel_topSec {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
    margin: 0 0 25px 0;
    padding: 0 0 20px 0;
}
.hotel_heading p {
    font-size: 14px;
    color: #444;
    margin: 0 0 0 0;
}
.hotel-deals-card {
    width: 24%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 0 0 12px 0;
}
.hotel-deals-card a {
    text-decoration: none;
    color: #000;
}
.hotel-card-image {
    position: relative;
}
.hotel-card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}
.hotel-card-body {
    padding: 0 0 0 0;
}
.top-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #8c8c8c;
    padding:12px 20px 0px 20px;
}}
.badge {
    color: #ff5b00;
    padding: 0px 0px;
    font-size: 12px;
}
.title {
    font-size: 16px;
    margin: 4px 0;
    font-weight: 600;
    padding: 0px 20px 0px 20px;
}
.location {
    font-size: 12px;
    color: #666;
    margin: 6px 0 11px 0;
    font-weight: 500;
    padding: 0px 20px 0px 20px;
}
span.stars {
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 2px;
    color: #ff5b00;
}
.rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}
.score {
    background: #003580;
    color: #fff;
    padding: 6px 8px;
    border-radius: 6px;
    font-weight: bold;
}
.rating-text {
    font-size: 13px;
    margin: 0;
}
.reviews {
    font-size: 12px;
    color: #777;
    margin: 0;
}
.price-row {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    align-items: center;
    border-top: 1px solid #eeeeee;
    padding: 10px 20px 10px 20px;
    background: #ffffff;
}
.start-text {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}
.new-price {
    font-size: 18px;
    font-weight: bold;
}

.hotel-about {
    padding:6px 0 40px 0;
    position: relative;
}
.hotel-about-cont {

}
.hotel-about-cont h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 7px 0;
    color: #000;
}
.hotel-about-cont h4 {
    font-size:20px;
    font-weight: 600;
    margin: 0 0 7px 0;
    color: #000;
}
.hotel-about-cont p {
    font-size: 14px;
    color: #515151;
    line-height: 24px !important;
    margin: 0 0 10px 0 !important;
    font-weight: 400;
}
.hotel-about-cont ul {
    margin: 12px 0 15px 0;
    padding: 10px 15px 10px 15px;
    display: block;
    background: #fcfcfc;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
}
.hotel-about-cont ul li {
    list-style: none;
    font-size: 14px;
    color: #515151;
    line-height: 25px;
}
.hotel-about-cont ul li i {

}

/*---------CSS for hotel destination page----------*/

.hotel-des-banner {
    position: relative;
    padding:50px 0 160px 0;
    margin:0px 0 0 0;
}
.hotel-des-banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#0000003b;
}
.hotel-des-form {
    position: relative;
}
.hotel-des-caption {
    position: relative;
    text-align:center;
    padding:45px 0 30px 0;
}
.hotel-des-caption h1 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-shadow: #000 0px 1px 1px;
    margin: 0 0 5px 0;
    text-transform: capitalize;
}
.hotel-des-caption p {
    margin: 0 0 0 0;
    color: #fff;
    text-shadow: #222222 0px 0px 1px;
    font-weight: 400;
    font-size: 16px;
}
.hotel_pgSec {
    padding:45px 0 40px 0;
    position: relative;
}
.hotel_pgCont {
    padding: 20px 20px 20px 20px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgb(255 255 255) 8%, rgb(250 253 255) 100%);
    box-shadow: 0 0 7px rgb(0 -1 6 / 6%) inset;
    border: 1px solid #F5F5F5;
}
.hotel_pgCont h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 7px 0;
    color: #000;
}
.hotel_pgCont h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 7px 0;
    color: #000;
}
.hotel_pgCont p {
    font-size: 14px;
    color: #515151;
    line-height: 24px !important;
    margin: 0 0 10px 0 !important;
    font-weight: 400;
}
.hotel_pgCont ul {
    margin: 12px 0 15px 0;
    padding: 15px 15px 15px 15px;
    display: block;
    background: #fff7f7;
    border-radius: 0px;
}
.hotel_pgCont ul li {
    list-style: none;
    font-size: 14px;
    color: #515151;
    line-height: 25px;
}
.hotel_pgCont ul li i {

}

/*------------CSS FOR THANK YOU PAGE-------------*/

.thankyou-sec {
    padding: 20px 0 25px 0;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 0 auto;
}
.thank-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
/*    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);*/
    text-align: center;
    animation: fadeIn 0.8s ease-out;
}
.icon-circle {
    width: 70px;
    height: 70px;
    background: #27ae60;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: #ffffff;
    font-size: 32px;
    box-shadow: 0 10px 20px rgba(39, 174, 96, 0.25);
}
.booking-hd {
    color: #2c3e50;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: -0.5px;
    font-size: 30px;
}
.booking-sub {
    color: #5a6c7d;
    margin-bottom: 28px;
    line-height: 24px;
    font-size: 14px;
}
.booking-sub a {
    text-decoration: underline;
    font-weight: 500;
}
.booking-details {
    background: #fcfcfd;
    border: 1px solid #edf2f7;
    border-radius: 16px;
    padding: 14px 18px 14px 18px;
    margin-bottom: 28px;
}
.detail-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 0.95rem;
}
.detail-item:last-child {
    margin-bottom: 0;
}
.detail-item span {
    color: #7f8c8d;
}
.detail-item strong {
    color: #2c3e50;
}
.email-notice {
    font-size: 0.85rem;
    color: #95a5a6;
    margin-bottom: 32px;
}
.button-group {
    display: flex;
    gap: 12px;
    justify-content: center;
}
.booking-btn {
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.25s ease;
    font-size: 0.9rem;
    flex: 1;
}
.btn-primary {
    background: #2c3e50;
    color: #ffffff;
    border: 1px solid #2c3e50;
}
.btn-primary:hover {
    background: #1a252f;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.btn-secondary {
    background: transparent;
    color: #2c3e50;
    border: 1px solid #dcdde1;
}
.btn-secondary:hover {
    background: #f8f9fa;
    border-color: #2c3e50;
    color:#333;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 480px) {
    .button-group {
        flex-direction: column;
    }
    .thank-card {
        padding: 30px 20px;
    }
}


/*-----------End Hotels styling------------*/



/** RESPONSIVE CSS CODE **/

@media only screen and (min-width:320px) and (max-width:360px) {
.navbar-light .navbar-brand img {
    width: 170px;
}
.pack_img img {
    border-radius:0px;
    height: 100%;
    width: 100%;
}
.pack_img2 img {
    border-radius:88px;
    height: 100%;
    position: relative;
}
.container-fluid {
    width: 100%;
}
.container {
    width:100%;
}
.carousel-item img {
    height:200px;
}
.col-md-8.offset-2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.banner_cation {
    top: 102px;
    padding: 0 15px 0 15px;
    width: 100%;
}
.banner_cation_form {
    width: 90%;
    margin: 5px auto 10px auto;
    text-align: center;
}
.banner_captions_heading h1 {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 34px;
}
.banner_cation_form button {
    display: none;
}
.banner_cation_form input {
    padding: 0 19px 0 45px;
    font-size: 14px;
}
.package_list ul li {
    margin: 0 0px 20px 0;
    width: 50%;
    text-align: center;
}
.package_list {
    text-align: left;
}
.package_list ul {
    padding: 22px 0px 8px 0px;
    width: 100%;
    flex-wrap: wrap;
}
.carousel-control-next, .carousel-control-prev {
    display: none;
}
ul.navbar-nav.mr-auto {
    margin: 10px auto 0 auto;
    float: left;
}
.toll-free-number {
    width: 220px;
    float: left;
    margin: 10px 0 20px 3px;
}
li.navLine {
    color: #9b9b9b;
    padding: 0 4px 0 4px;
    display: none;
}
.navbar-light .navbar-nav .nav-link {
    padding:7px 0px 7px 0px;
}
.testimonial {
    margin: 0px 10px 0 10px;
}
.serviceBox {
    padding: 40px 0px 24px 0px;
}
.owl-theme .owl-controls {
    display: none !important;
}
.nav-tabs .nav-link {
    margin: 0px 0px 0px 0px;
    font-size: 15px;
}
ul.nav.nav-tabs {
    margin: 0 auto 20px auto;
    width: 235px;
    border-radius: 66px;
}
.sec_mainPackage {
    padding: 40px 0 40px 0;
}
.sec_best_selling {
    padding: 40px 0px 0px 0px;
}
.popular_destination {
    padding:50px 0px 38px 0px;
}
.des_gp {
    margin: 0 0 0 0;
    padding: 0 10px 0 10px;
}
.des_gp2 {
    margin: 0 0 0 0;
    padding: 0 10px 0 10px;
}
.popular_hd h2 {
    font-size: 22px;
}
.sec_best_selling_heading h2 {
    font-size: 22px;
}
.testimonial2 {
    margin: 0px 0px 60px 0px;
    width: 140px;
    height: 140px;
}
.add_slider {
    padding: 30px 0 14px 0;
    position: relative;
}
.explore_theme {
    padding: 40px 0px 30px 0px;
    position: relative;
}
.qickes_link ul li {
    display: inline-block;
    width: 100%;
}
.social_news {
    padding: 16px 0 9px 0px;
    float: left;
    text-align: left;
}
.footer_main {
    padding:12px 8px 12px 8px;
    border-bottom: 1px solid #ebebeb;
    background: #f3f2f2;
}
.qickes_link ul li a {
    padding: 5px 0px 5px 0px;
}
.mtty_diclamer {
    padding:20px 8px 15px 8px;
    background: #f3f2f2;
}
.copyrigh_sec {
    background: #e8e8e8;
    padding:12px 8px 12px 8px;
}
.copyrigh_sec p {
    font-size: 14px;
}
.right-pay {
    text-align: left;
}
.col-md-6.offset-3 {
    margin: 0 0 0 0;
}
.package_details_caption h1 {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 35px;
}
.package_details_banner {
    position: relative;
    padding: 40px 0px 84px 0px;
}
.sec_package_list {
    background: #ffffff;
    padding: 35px 0 15px 0;
}
.sec_package_heading {
    margin-bottom: 18px;
}
.packHeding_gp {
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
}
.package_gp {
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
}
.price_book a {
    padding: 8px 12px;
}
.price_rate h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0px 0 0px 0;
    display: flex;
    align-items: baseline;
    gap:4px;
}
.about_singaCOnt {
    padding: 0px 0 20px 0;
}
.navbar {
    padding:6px 15px 6px 15px;
}
.sec_top_headName h1 {
    font-size: 20px;
    flex-wrap: wrap;
    gap: 4px;
}
.package_inc {
    width: 100%;
    margin:0 0 16px 0px;
}
.package_exclu {
    width: 100%;    
}
.package_day {
    margin: 0 0 15px 0;
}
.package_itanary_details ul {
    padding: 0 0 0 17px;
}
.package_itanary_details ul:after {
    left: 0px;
}
.package_icons ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0px 0 0;
}
.sec_package_details {
    padding: 30px 0px 35px 0px;
    position: relative;
    border-top: 1px solid #e3e3e3;
}
.package-whyUs {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 16px;
    margin: 20px 0 20px 0;
    padding: 22px 30px 24px 30px;
    flex-wrap: wrap;
    gap: 20px;
}
.package-why-cont {
    width: 40%;
}
.package_inc_exclu {
    gap: 0px;
    flex-wrap: wrap;
}
.itinerary-content {
    padding: 8px 0px 0px 0px;
}
.day-badge {
    background-color: #f5f5f5;
    padding: 8px 6px;
    border-radius: 8px;
    text-align: center;
    min-width: 44px;
    margin-right: 10px;
    display: flex;
    gap: 3px;
    align-items: center;
}
.about_sec_cont h5 {
    font-size: 22px;
    font-weight: 600;
}
.header-content h3 {
    font-size: 15px;
    line-height: normal;
}
.arrow-icon {
    font-size: 14px;
}
.day-num {
    font-size: 16px;
}
.day-text {
    font-size: 10px;
    color: #444;
    text-transform: uppercase;
    font-weight: 500;
}
.itinerary-wrapper {
    position: relative;
    padding: 0 8px 0 8px;
}
.itinerary-item {
    padding: 6px 8px 6px 8px;
}
.package_itanary {
    margin: 20px 0px 20px 0px;
}
.sec_top_headPrice {
    margin-bottom: 20px;
}
.duration_place {
    margin: 0px 0 20px 0;
}
.need_help {
    margin: 0px 0 0 0;
}
.package_list_caption ul li span {
    font-size: 12px;
}
.package_list_caption ul li {
    margin: 0 3px 0 0;
}
.right-pay ul li {
    display: inline-block;
    margin: 3px 0 3px 0;
}
.inner_banner {
    position: relative;
    padding: 60px 0px 60px 0px !important;
}
.about_content {
    padding: 40px 0px 40px 0px;
    background: #f9f9f9;
    position: relative;
}
.custome_rowingAbout {
    background-color: #fff;
    padding:20px 8px 30px 8px;
    border-radius: 20px;
}
.privacy_content {
    padding: 40px 0px 40px 0px;
}
.custome_rowingprivacy {
    background-color: #fff;
    padding:20px 8px 15px 8px;
    border-radius: 20px;
}
.terms_content {
    padding: 40px 0px 40px 0px;
}
.custome_rowingterms {
    background-color: #fff;
    padding:20px 8px 15px 8px;
    border-radius: 20px;
}
.about_img {
    position: relative;
    margin: 20px 0 0 0;
}
.about_img:before {
    width: 100%;
}
.about_img:after {
    width:100%;
}
.about_cont h2 {
    font-size: 22px;
}
.contact_form_main {
    margin: 20px 0 0 0;
}
.morehotels {
    background: #3967b1;
    margin: 0px 0 0 0;
}
.hotel_Banner {
    padding: 0px 0 20px 0;
}
.hotels_caption h1 {
    font-size: 26px;
    line-height: 34px;
}
.hotels_caption p {
    display: none;
}
.hotels_caption {
    padding: 26px 0 11px 0;
}
.hotel_topSec {
    margin: 0 0 16px 0;
    padding: 0 0 24px 0;
    flex-wrap: wrap;
}
.tabs-btn-group {
    width: 79%;
}
.hotel-deals-card {
    width: 100%;
}
.hotelDeals-sec {
    padding: 40px 0px 30px 0px;
    position: relative;
}
.hotel-des-banner {
    padding: 20px 0 20px 0;
}
.hotel-des-caption h1 {
    font-size: 26px;
    line-height: 34px;
}
.hotel-des-caption p {
    display: none;
}
.hotel-des-caption {
    padding: 8px 0 15px 0;
}
.hotel_pgCont {
    padding: 0 0 0 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: none;
}
.hotel_pgSec {
    padding: 35px 0 30px 0;
    position: relative;
}
}

@media only screen and (min-width:360px) and (max-width:480px) {
.navbar-light .navbar-brand img {
    width: 170px;
}
.pack_img img {
    border-radius:0px;
    height: 100%;
    width: 100%;
}
.pack_img2 img {
    border-radius:88px;
    height: 100%;
    position: relative;
}
.container-fluid {
    width: 100%;
}
.container {
    width:100%;
}
.carousel-item img {
    height:200px;
}
.col-md-8.offset-2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.banner_cation {
    top: 102px;
    padding: 0 15px 0 15px;
    width: 100%;
}
.banner_cation_form {
    width: 90%;
    margin: 5px auto 10px auto;
    text-align: center;
}
.banner_captions_heading h1 {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 34px;
}
.banner_cation_form button {
    display: none;
}
.banner_cation_form input {
    padding: 0 19px 0 45px;
    font-size: 14px;
}
.package_list ul li {
    margin: 0 0px 20px 0;
    width: 50%;
    text-align: center;
}
.package_list {
    text-align: left;
}
.package_list ul {
    padding: 22px 0px 8px 0px;
    width: 100%;
    flex-wrap: wrap;
}
.carousel-control-next, .carousel-control-prev {
    display: none;
}
ul.navbar-nav.mr-auto {
    margin: 10px auto 0 auto;
    float: left;
}
.toll-free-number {
    width: 226px;
    float: left;
    margin: 10px 0 20px 3px;
}
li.navLine {
    color: #9b9b9b;
    padding: 0 4px 0 4px;
    display: none;
}
.navbar-light .navbar-nav .nav-link {
    padding:7px 0px 7px 0px;
}
.testimonial {
    margin: 0px 10px 0 10px;
}
.serviceBox {
    padding: 40px 0px 24px 0px;
}
.owl-theme .owl-controls {
    display: none !important;
}
.nav-tabs .nav-link {
    margin: 0px 0px 0px 0px;
    font-size: 15px;
}
ul.nav.nav-tabs {
    margin: 0 auto 20px auto;
    width: 235px;
    border-radius: 66px;
}
.sec_mainPackage {
    padding: 40px 0 40px 0;
}
.sec_best_selling {
    padding: 40px 0px 0px 0px;
}
.popular_destination {
    padding:50px 0px 38px 0px;
}
.des_gp {
    margin: 0 0 0 0;
    padding: 0 10px 0 10px;
}
.des_gp2 {
    margin: 0 0 0 0;
    padding: 0 10px 0 10px;
}
.popular_hd h2 {
    font-size: 22px;
}
.sec_best_selling_heading h2 {
    font-size: 22px;
}
.testimonial2 {
    margin: 0px 0px 60px 0px;
    width: 160px;
    height: 160px;
}
.add_slider {
    padding: 30px 0 14px 0;
    position: relative;
}
.explore_theme {
    padding: 40px 0px 30px 0px;
    position: relative;
}
.qickes_link ul li {
    display: inline-block;
    width: 100%;
}
.social_news {
    padding: 16px 0 9px 0px;
    float: left;
    text-align: left;
}
.footer_main {
    padding:12px 8px 12px 8px;
    border-bottom: 1px solid #ebebeb;
    background: #f3f2f2;
}
.qickes_link ul li a {
    padding: 5px 0px 5px 0px;
}
.mtty_diclamer {
    padding:20px 8px 15px 8px;
    background: #f3f2f2;
}
.copyrigh_sec {
    background: #e8e8e8;
    padding:12px 8px 12px 8px;
}
.copyrigh_sec p {
    font-size: 14px;
}
.right-pay {
    text-align: left;
}
.col-md-6.offset-3 {
    margin: 0 0 0 0;
}
.package_details_caption h1 {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 35px;
}
.package_details_banner {
    position: relative;
    padding: 40px 0px 84px 0px;
}
.sec_package_list {
    background: #ffffff;
    padding: 35px 0 15px 0;
}
.sec_package_heading {
    margin-bottom: 18px;
}
.packHeding_gp {
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
}
.package_gp {
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
}
.price_book a {
    padding: 8px 12px;
}
.price_rate h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0px 0 0px 0;
    display: flex;
    align-items: baseline;
    gap:4px;
}
.about_singaCOnt {
    padding: 0px 0 20px 0;
}
.navbar {
    padding:6px 15px 6px 15px;
}
.sec_top_headName h1 {
    font-size: 20px;
    flex-wrap: wrap;
    gap: 4px;
}
.package_inc {
    width: 100%;
    margin:0 0 16px 0px;
}
.package_exclu {
    width: 100%;    
}
.package_day {
    margin: 0 0 15px 0;
}
.package_itanary_details ul {
    padding: 0 0 0 17px;
}
.package_itanary_details ul:after {
    left: 0px;
}
.package_icons ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0px 0 0;
}
.sec_package_details {
    padding: 30px 0px 35px 0px;
    position: relative;
    border-top: 1px solid #e3e3e3;
}
.package-whyUs {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 16px;
    margin: 20px 0 20px 0;
    padding: 22px 30px 24px 30px;
    flex-wrap: wrap;
    gap: 20px;
}
.package-why-cont {
    width: 40%;
}
.package_inc_exclu {
    gap: 0px;
    flex-wrap: wrap;
}
.itinerary-content {
    padding: 8px 0px 0px 0px;
}
.day-badge {
    background-color: #f5f5f5;
    padding: 8px 6px;
    border-radius: 8px;
    text-align: center;
    min-width: 44px;
    margin-right: 10px;
    display: flex;
    gap: 3px;
    align-items: center;
}
.about_sec_cont h5 {
    font-size: 22px;
    font-weight: 600;
}
.header-content h3 {
    font-size: 15px;
    line-height: normal;
}
.arrow-icon {
    font-size: 14px;
}
.day-num {
    font-size: 16px;
}
.day-text {
    font-size: 10px;
    color: #444;
    text-transform: uppercase;
    font-weight: 500;
}
.itinerary-wrapper {
    position: relative;
    padding: 0 8px 0 8px;
}
.itinerary-item {
    padding: 6px 8px 6px 8px;
}
.package_itanary {
    margin: 20px 0px 20px 0px;
}
.sec_top_headPrice {
    margin-bottom: 20px;
}
.duration_place {
    margin: 0px 0 20px 0;
}
.need_help {
    margin: 0px 0 0 0;
}
.package_list_caption ul li span {
    font-size: 12px;
}
.package_list_caption ul li {
    margin: 0 3px 0 0;
}
.right-pay ul li {
    display: inline-block;
    margin: 3px 0 3px 0;
}
.inner_banner {
    position: relative;
    padding: 60px 0px 60px 0px !important;
}
.about_content {
    padding: 40px 0px 40px 0px;
    background: #f9f9f9;
    position: relative;
}
.custome_rowingAbout {
    background-color: #fff;
    padding:20px 8px 30px 8px;
    border-radius: 20px;
}
.privacy_content {
    padding: 40px 0px 40px 0px;
}
.custome_rowingprivacy {
    background-color: #fff;
    padding:20px 8px 15px 8px;
    border-radius: 20px;
}
.terms_content {
    padding: 40px 0px 40px 0px;
}
.custome_rowingterms {
    background-color: #fff;
    padding:20px 8px 15px 8px;
    border-radius: 20px;
}
.about_img {
    position: relative;
    margin: 20px 0 0 0;
}
.about_img:before {
    width: 100%;
}
.about_img:after {
    width:100%;
}
.about_cont h2 {
    font-size: 22px;
}
.contact_form_main {
    margin: 20px 0 0 0;
}
.morehotels {
    background: #3967b1;
    margin: 0px 0 0 0;
}
.hotel_Banner {
    padding: 0px 0 20px 0;
}
.hotels_caption h1 {
    font-size: 26px;
    line-height: 34px;
}
.hotels_caption p {
    display: none;
}
.hotels_caption {
    padding: 26px 0 11px 0;
}
.hotel_topSec {
    margin: 0 0 16px 0;
    padding: 0 0 24px 0;
    flex-wrap: wrap;
}
.tabs-btn-group {
    width: 79%;
}
.hotel-deals-card {
    width: 100%;
}
.hotelDeals-sec {
    padding: 40px 0px 30px 0px;
    position: relative;
}
.hotel-des-banner {
    padding: 20px 0 20px 0;
}
.hotel-des-caption h1 {
    font-size: 26px;
    line-height: 34px;
}
.hotel-des-caption p {
    display: none;
}
.hotel-des-caption {
    padding: 8px 0 15px 0;
}
.hotel_pgCont {
    padding: 0 0 0 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: none;
}
.hotel_pgSec {
    padding: 35px 0 30px 0;
    position: relative;
}
}

@media only screen and (min-width:480px) and (max-width:768px) {
.navbar-light .navbar-brand img {
    width: 170px;
}
.pack_img img {
    border-radius:0px;
    height: 100%;
    width: 100%;
}
.pack_img2 img {
    border-radius:88px;
    height: 100%;
    position: relative;
}
.container-fluid {
    width: 100%;
}
.container {
    width:100%;
}
.carousel-item img {
    height:200px;
}
.col-md-8.offset-2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.banner_cation {
    top: 102px;
    padding: 0 15px 0 15px;
    width: 100%;
}
.banner_cation_form {
    width: 90%;
    margin: 5px auto 10px auto;
    text-align: center;
}
.banner_captions_heading h1 {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 34px;
}
.banner_cation_form button {
    display: none;
}
.banner_cation_form input {
    padding: 0 19px 0 45px;
    font-size: 14px;
}
.package_list ul li {
    margin: 0 0px 20px 0;
    width: 50%;
    text-align: center;
}
.package_list {
    text-align: left;
}
.package_list ul {
    padding: 22px 0px 8px 0px;
    width: 100%;
    flex-wrap: wrap;
}
.carousel-control-next, .carousel-control-prev {
    display: none;
}
ul.navbar-nav.mr-auto {
    margin: 10px auto 0 auto;
    float: left;
}
.toll-free-number {
    width: 226px;
    float: left;
    margin: 10px 0 20px 3px;
}
li.navLine {
    color: #9b9b9b;
    padding: 0 4px 0 4px;
    display: none;
}
.navbar-light .navbar-nav .nav-link {
    padding:7px 0px 7px 0px;
}
.testimonial {
    margin: 0px 10px 0 10px;
}
.serviceBox {
    padding: 40px 0px 24px 0px;
}
.owl-theme .owl-controls {
    display: none !important;
}
.nav-tabs .nav-link {
    margin: 0px 0px 0px 0px;
    font-size: 15px;
}
ul.nav.nav-tabs {
    margin: 0 auto 20px auto;
    width: 235px;
    border-radius: 66px;
}
.sec_mainPackage {
    padding: 40px 0 40px 0;
}
.sec_best_selling {
    padding: 40px 0px 0px 0px;
}
.popular_destination {
    padding:50px 0px 38px 0px;
}
.des_gp {
    margin: 0 0 0 0;
    padding: 0 10px 0 10px;
}
.des_gp2 {
    margin: 0 0 0 0;
    padding: 0 10px 0 10px;
}
.popular_hd h2 {
    font-size: 22px;
}
.sec_best_selling_heading h2 {
    font-size: 22px;
}
.testimonial2 {
    margin: 0px 0px 60px 0px;
    width: 140px;
    height: 140px;
}
.add_slider {
    padding: 30px 0 14px 0;
    position: relative;
}
.explore_theme {
    padding: 40px 0px 30px 0px;
    position: relative;
}
.qickes_link ul li {
    display: inline-block;
    width: 100%;
}
.social_news {
    padding: 16px 0 9px 0px;
    float: left;
    text-align: left;
}
.footer_main {
    padding:12px 8px 12px 8px;
    border-bottom: 1px solid #ebebeb;
    background: #f3f2f2;
}
.qickes_link ul li a {
    padding: 5px 0px 5px 0px;
}
.mtty_diclamer {
    padding:20px 8px 15px 8px;
    background: #f3f2f2;
}
.copyrigh_sec {
    background: #e8e8e8;
    padding:12px 8px 12px 8px;
}
.copyrigh_sec p {
    font-size: 14px;
}
.right-pay {
    text-align: left;
}
.col-md-6.offset-3 {
    margin: 0 0 0 0;
}
.package_details_caption h1 {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 35px;
}
.package_details_banner {
    position: relative;
    padding: 40px 0px 84px 0px;
}
.sec_package_list {
    background: #ffffff;
    padding: 35px 0 15px 0;
}
.sec_package_heading {
    margin-bottom: 18px;
}
.packHeding_gp {
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
}
.package_gp {
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
}
.price_book a {
    padding: 8px 12px;
}
.price_rate h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0px 0 0px 0;
    display: flex;
    align-items: baseline;
    gap:4px;
}
.about_singaCOnt {
    padding: 0px 0 20px 0;
}
.navbar {
    padding:6px 15px 6px 15px;
}
.sec_top_headName h1 {
    font-size: 20px;
    flex-wrap: wrap;
    gap: 4px;
}
.package_inc {
    width: 100%;
    margin:0 0 16px 0px;
}
.package_exclu {
    width: 100%;    
}
.package_day {
    margin: 0 0 15px 0;
}
.package_itanary_details ul {
    padding: 0 0 0 17px;
}
.package_itanary_details ul:after {
    left: 0px;
}
.package_icons ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0px 0 0;
}
.sec_package_details {
    padding: 30px 0px 35px 0px;
    position: relative;
    border-top: 1px solid #e3e3e3;
}
.package-whyUs {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 16px;
    margin: 20px 0 20px 0;
    padding: 22px 30px 24px 30px;
    flex-wrap: wrap;
    gap: 20px;
}
.package-why-cont {
    width: 40%;
}
.package_inc_exclu {
    gap: 0px;
    flex-wrap: wrap;
}
.itinerary-content {
    padding: 8px 0px 0px 0px;
}
.day-badge {
    background-color: #f5f5f5;
    padding: 8px 6px;
    border-radius: 8px;
    text-align: center;
    min-width: 44px;
    margin-right: 10px;
    display: flex;
    gap: 3px;
    align-items: center;
}
.about_sec_cont h5 {
    font-size: 22px;
    font-weight: 600;
}
.header-content h3 {
    font-size: 15px;
    line-height: normal;
}
.arrow-icon {
    font-size: 14px;
}
.day-num {
    font-size: 16px;
}
.day-text {
    font-size: 10px;
    color: #444;
    text-transform: uppercase;
    font-weight: 500;
}
.itinerary-wrapper {
    position: relative;
    padding: 0 8px 0 8px;
}
.itinerary-item {
    padding: 6px 8px 6px 8px;
}
.package_itanary {
    margin: 20px 0px 20px 0px;
}
.sec_top_headPrice {
    margin-bottom: 20px;
}
.duration_place {
    margin: 0px 0 20px 0;
}
.need_help {
    margin: 0px 0 0 0;
}
.package_list_caption ul li span {
    font-size: 12px;
}
.package_list_caption ul li {
    margin: 0 3px 0 0;
}
.right-pay ul li {
    display: inline-block;
    margin: 3px 0 3px 0;
}
.inner_banner {
    position: relative;
    padding: 60px 0px 60px 0px !important;
}
.about_content {
    padding: 40px 0px 40px 0px;
    background: #f9f9f9;
    position: relative;
}
.custome_rowingAbout {
    background-color: #fff;
    padding:20px 8px 30px 8px;
    border-radius: 20px;
}
.privacy_content {
    padding: 40px 0px 40px 0px;
}
.custome_rowingprivacy {
    background-color: #fff;
    padding:20px 8px 15px 8px;
    border-radius: 20px;
}
.terms_content {
    padding: 40px 0px 40px 0px;
}
.custome_rowingterms {
    background-color: #fff;
    padding:20px 8px 15px 8px;
    border-radius: 20px;
}
.about_img {
    position: relative;
    margin: 20px 0 0 0;
}
.about_img:before {
    width: 100%;
}
.about_img:after {
    width:100%;
}
.about_cont h2 {
    font-size: 22px;
}
.contact_form_main {
    margin: 20px 0 0 0;
}
.morehotels {
    background: #3967b1;
    margin: 0px 0 0 0;
}
.hotel_Banner {
    padding: 0px 0 20px 0;
}
.hotels_caption h1 {
    font-size: 26px;
    line-height: 34px;
}
.hotels_caption p {
    display: none;
}
.hotels_caption {
    padding: 26px 0 11px 0;
}
.hotel_topSec {
    margin: 0 0 16px 0;
    padding: 0 0 24px 0;
    flex-wrap: wrap;
}
.tabs-btn-group {
    width: 79%;
}
.hotel-deals-card {
    width: 100%;
}
.hotelDeals-sec {
    padding: 40px 0px 30px 0px;
    position: relative;
}
.hotel-des-banner {
    padding: 20px 0 20px 0;
}
.hotel-des-caption h1 {
    font-size: 26px;
    line-height: 34px;
}
.hotel-des-caption p {
    display: none;
}
.hotel-des-caption {
    padding: 8px 0 15px 0;
}
.hotel_pgCont {
    padding: 0 0 0 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: none;
}
.hotel_pgSec {
    padding: 35px 0 30px 0;
    position: relative;
}
}