@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/*
-----------------------------------
Reset CSS
-----------------------------------
*/

:root
{
    --primary-color:#f49321;
    --white:#ffffff;
    --red:#f49321;
    --yellow:#FFD801;
    --bg-color:#fefee2;
    --menu-color:#515151;
    --common-color:#f49321;
}



.navbar-toggler:focus
{
    box-shadow: none;
    outline: none;
    border: 0px;
}


body
{
       font-family: "Poppins", sans-serif;
}

a
{
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

button
{
    outline:none;
}

/*
.owl-nav.disabled {
    display: block !important;
}
*/
.swiper-wrapper
{
        margin-bottom: 45px;
}
.swiper .swiper-button-next:after, .swiper .swiper-rtl .swiper-button-prev:after{
    content: 'next';
    color: #000;
    font-size: 20px;
    padding: 8px;
    border-radius: 10px;
}


.swiper .swiper-button-prev:after, .swiper .swiper-rtl .swiper-button-next:after{
    content: 'prev';
    color: #000;
    font-size: 20px;
    padding: 8px;
    border-radius: 10px;
}

.swiper-button-next, .swiper-button-prev
{
        background-color: #fef7ff;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
        box-shadow: 0px 0px 2px 1px #ddddddc7;
}



/*
------------------------------
Common Custom Rules
------------------------------
*/
button.btn.btn-primary {
    background: #56340a;
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 1.23;
    padding: 15px 20px;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    border: 0px;
    font-weight: 600;
    font-size: 17px;
}
/*
button.btn.btn-primary:hover
{    background: #f49321;
    border-radius: 8px;
    color: #fff;
    
}
*/

main {
    padding-bottom: 30px;
    /*padding-top: 80px;*/
}
.overlay_wrap {
    background: #0000007a;
}


.wrapping_form {
    max-width: 375px;
}



.bg_title_section .headings h2 {
    padding: 0px 0px 35px;
}

.banner
{
    padding: 0px!important;
    background: url("https://ik.imagekit.io/tour/europe/Banner-1.jpg")no-repeat center;
    background-size: cover;
}
.headings h2 {
    line-height: 33px;
    font-size: 22px;
    font-weight: 600;
    color: #202020;
    text-transform: capitalize;
    padding: 40px 0px 10px;
    margin: 0px;
}
/*

----------------------------------
Header Navbar Menu
----------------------------------
*/

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus
{
    color: #f49321;
}

#navmenu
{
    justify-content: right;
}
header
{
    z-index: 9;
    width: 100%;
    left: 0;
    background: #FFF;
}
a.nav-link {
    color: #000;
    font-weight: 700;
    font-size: 15px;
}

.action_links a
{
    background: #f49321;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-left: 10px;
    border-radius: 5px;
    text-shadow: 1px 1px 0px #00000070;
}
}

#navmenu {
    justify-content: right;
}

.navbar-brand .img-responsive {
    max-width: 90px;
}

.swiper-pagination-bullet-active
{
    background: #f49321!important;
}

.navbar {
    box-shadow: 2px 2px 5px 0 #00000014;
    padding: 0;
}

/*

-----------------------------------

Banner Section
-----------------------------------
*/
/*
----- Form ----

*/


.qury-pnl-form i{
    position:absolute;;
    top: 15px;
    left: 30px;
}
.qury-pnl-form i img {
	width: 15px;
	height: 15px;
	opacity: .7
}

.qury-pnl-form label {
	font-size: 13px;
	font-weight: 600;
	width: 100%;
	color: fff;
	margin-bottom:5px;
	text-align: left!important
}
.single_captions .form-group.call_action {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin-bottom: 4px;
}
.form_wrap {
    width: 100%;
}

input#banner_mobile_code {
    padding-left: 75px !important;
}

.single_captions .qury-pnl-form input ,
.single_captions .qury-pnl-form select,
.single_captions .qury-pnl-form textarea
{
    padding: 6px 12px;
}
.wrap_banner_data {
    padding: 50px 0px;
}
.frmpopup input, .frmpopup select, .frmpopup textarea{border: 1px solid #b3b1b1 !important;}
.qury-pnl-form input {
	font-size: 14px;
	height: 45px;
	color: #000;
	font-weight:600;
	padding: 10px 10px 10px 40px;
	background: #fff;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #ffffff;
}

.qury-pnl-form textarea {
	font-size: 14px;
	height:55px;
	color: #000;
	padding: 10px 10px 10px 30px;
	background: #fff;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #b3b1b1
}
.qury-pnl-form select {
	font-size: 14px;
	height: 45px;
	border-radius: 5px;
	font-weight:600;
	padding: 10px 10px 10px 40px;
    
	background: #fff;
	width: 100%;
	border: 1px solid #ffffff;
}

.qury-pnl-form input:focus, .qury-pnl-form select:focus, .qury-pnl-form textarea:focus {
	border: 1px solid #b3b1b1!important
}

.qury-pnl-form-btn{
	text-align:center;display: flex;
}
.qury-pnl-form-btn a:active {
	border: medium none;
	background: #666;
	border: 1px solid #666
}
.qury-pnl-form i img {
    width: 15px;
    height: 15px;
    opacity: .7;
    vertical-align: super;
}


.form-frnt {
    /* margin: 0px auto; */
 background: #f49321;
    border-radius: 8px;
    padding: 25px 25px;
    /* background: rgb(31 251 222); */
/*
    background: #02eb82;
    background: -moz-linear-gradient(-45deg, #ff8545 0%, #e94429 48%, #d73c28 100%);
    background: -webkit-linear-gradient(-45deg, #ff8545 0%,#e94429 48%,#d73c28 100%);
    background: linear-gradient(135deg, #ff8545 0%,#e94429 48%,#d73c28 100%);
*/
    
}
.wrapping_form h2.bg {
    font-size: 21px;
    color: #fff;
    margin: 0px 0px 15px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.col-xl-12.col-lg-12.col-md-12.col-sm-12.m-b-15
{
   position: relative;
    
}

/*-----------------*/

::-ms-input-placeholder { /* Edge 12-18 */
  font-weight: 400;
}

::placeholder {
  font-weight: 400;
}

.slider_banner .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 0px;
      background: #9E9E9E;
    
    opacity: 1;
}

.slider_banner .swiper-pagination-bullet-active
{
    background: #f49321;
}


 .slider_banner .swiper-wrapper
{
    margin: 0px;
}
.banner .slider_banner img
{
   height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: relative;
}
.banner_header {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: left;
}
.single_captions {
/*    position: absolute;*/
    z-index: 2;
    bottom: 45px;
    left: 0;
    /* margin: 0 auto; */
    box-sizing: border-box;
 
    width: 100%;
    text-align: center;
}
.captions {
    max-width: 536px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
    margin: 0 auto;
}
.single_captions h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    margin-top: 17px;

}

.single_captions h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
}

.single_captions h5{color: #e0e0e0;font-size: 15px; font-weight: 400;line-height: 20px;}
.single_captions h5 .inprice{color: #fff;font-size: 22px;font-weight: 600;line-height: 33px;margin: 0 5px 0 10px;}
.single_captions h5 .closeprice{color: #e0e0e0;font-size: 18px; font-weight: 300;line-height: 33px; margin-right: 15px; -webkit-text-decoration-line: line-through;text-decoration-line: line-through;}
.single_captions a {
    margin-top: 15px;
    width: 184px;
    height: 51px;
    line-height: 51px;
    border-radius: 40px;
    background: #f49321;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
}


.wrapping_form .qury-pnl-form label
{
    display: none;
}

.banner .swiper-slide:after{position: absolute;content: ""; height: 100%; display: block; bottom: 0; left: 0; z-index: 1; width: 100%; height: 40%; background: linear-gradient(0deg, #141414, rgba(0, 0, 0, .78) 22.22%, rgba(0, 0, 0, .56) 46.84%, rgba(65, 65, 65, 0));pointer-events: none; margin-bottom: -2px;}
/*

-------------------------------------
package slider
-------------------------------------
*/

.wrap_cards_call h3 {
    font-size: 17px;
    color: #000;
    margin: 20px 0px 15px;
}

span.save_now_batch {
    display: flex;
    position: absolute;
    z-index: 3;
    width: max-content;
    background: linear-gradient(93deg, #ff7b26, #ec048c);
    margin-top: 15px;
    height: 22px;
    align-items: center;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 8px;
}

small.daysnight {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin-right: 5px;
}
span.final_price {
    display: flex;
    align-items: center;
    color: #202020;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-right: 5px;
}

span.cut_price {
    display: flex;
    align-items: center;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: line-through;
        margin: 0px 10px;
}

span.save_now {
    display: flex;
    align-items: center;
    padding: 5px 2px;
    color: #0b822a;
    font-size: 9px;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
    background: linear-gradient(90deg, rgba(11, 130, 42, .11) 3.64%, rgba(11, 130, 42, .1));
    display: inline-block;
    padding: 3px 5px;
}

a.call_packages {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    border-radius: 7px;
    border: 1px solid #f49321;
    background: #fff;
    color:#f49321;
    font-size: 14px;
    font-weight: 600;
    width: 51px;
    font-size: 24px;
}

a.view_packages {
    color: #fff;
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    border-radius: 7px;
    border: 1px solid #f49321;
    background: #f49321;
    margin: 0px 10px;
}
small.dotss {
    background: #515151;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 0px 0px 0px 5px;
}

.min_batch {
    background: linear-gradient(93deg, #ff7b26, #ec048c);
    display: inline-block;
    font-size: 9px;
    color: #fff;
    border-radius: 10px;
    padding: 3px 10px;
}
.route_details p {
    margin: 0px;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #515151;
    /* width: max-content; */
}

.action_links_btns {
    display: inline-flex;
    width: 100%;
    align-items: center;
        margin-top: 15px;
    justify-content: space-between;
}

.price-text {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    justify-content: left;
}
.route_details {
    display: flex;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 186, 10, .1), rgba(255, 186, 10, 0));
    position: relative;
    border-radius: 5px;
    margin-bottom: 2px;
    padding: 5px 5px;
    overflow: hidden;
}

.form-bx .btn_group {
    min-width: 185px;
    text-align: right;
}

.daysbadge {
    display: inline-flex;
    align-items: center;
    background: #f49321;
    border-radius: 13px;
    color: #fff;
    position: absolute;
    right: 5px;
    z-index: 1;
    font-weight: bold;
    bottom: 10px;
    padding: 5px 10px;
    display: none;
}
.daysbadge img {
    width: 30px !important;
    height: 30px;
    margin-right: 5px;
}
 
.package_wrap .img_wrap
{
    position: relative;
}

.facilate ul li 
{
    list-style: none;
}

.facilate ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.package_wrap {
   
    border: 1px solid #c9c7c7;
    box-shadow: 2px 2px 5px 0 #00000014;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 20px 1px 0px;
}

.package_wrap .facilate ul li img {
    width: 32px;
    height: 32px;
    margin: 0 auto;
}
.package_wrap .facilate ul li p {
    margin-bottom: 0;
    font-size: 12px;
}
.package_wrap .facilate {
    margin-top: 15px;
    border-top: 1px solid #00000024;
    padding-top: 15px;
}
.package_wrap .img_wrap img
{
    width: 100%;
}

.grid_package .row
{
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
    margin: 0px;
}


/*
----------------------------------------
Full width card sections
----------------------------------------
*/
.no_title_section {
    margin: 90px 0px 45px;
}


.top_card_full {
    border: 1px solid #f37022;
    box-shadow: 0px 0px 10px 2px rgba(243, 112, 34, 0.3);
    border-radius: 10px;
    margin: -30px auto 30px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.min_img img {
    border-radius: 10px;
    width: 90px;
    height: 90px;
}

.min_img {
    width: 90px;
    margin-right: 10px;
}
.top_card_full p
{
    margin: 0px;
}

.wrap_content {
    flex: auto;
}
.top_card_full h3 {
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 5px;
    color: #f37022;
    margin-bottom: 0;
}
.top_card_full a{
    background: linear-gradient(90deg, #ffba0a 0%, #f37022 100%);
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 1.23;
    padding: 15px 20px;
    display: inline-block;
    cursor: pointer;
}


.bottom_card_full
{
    background: url("https://ik.imagekit.io/tour/img1.jpg")no-repeat center;
    background-size: cover;
    position: relative;
    height: 220px;
    width: 100%;
    display: inline-block;
}

.bottom_card_full .wrap_content {
    position: absolute;
    left: 16px;
    top: 0;
    width: 50%;
    height: 100%;
    text-align: left;
    padding: 16px 20px;
}

.bottom_card_full h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}

.bottom_card_full p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}

.bottom_card_full a {
    background: #fff;
    color: #f49321;
    font-size: 12px;
    font-weight: 500;
    padding: 12px 24px;
    display: block;
    width: 175px;
}

.card_sections {
    margin-top: 45px;
}



/*
-------------------------------------
Travel Activity
--------------------------------------*/
.activity {
    background: url("../images/bg_images/category-bg.png") center center repeat;
    padding: 50px 0px 50px;
    background-color: #f9f6f6;
   
}



.flex_block ul {
  
    list-style: none;
    padding: 0px;
    margin: 0px;
}


.flex_block ul{display: flex;gap: 20px;justify-content: space-between;}
.flex_block ul li{flex: 0 0 14.6%;}
.flex_block ul li .actbox{padding: 30px 10px; border-radius: 10px; margin-bottom: 30px; background-color: #fff9f7;border: 10px solid #fff; transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);text-align: center;}
.flex_block ul li .actbox img{transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);}
.flex_block ul li .actbox p{margin-bottom: 0;font-size: 15px;text-align: center; margin-top: 1rem;    font-weight: 700;    height: 50px;}
.flex_block ul li:hover .actbox{background: #fff;}
.flex_block ul li:hover .actbox img{transform: rotateY(360deg);}

/*
--------------------------------
CTA Block Section 
--------------------------------
*/

.cta_block{background-color: #ed713b; padding: 15px 0 0; }
.differbox{display: flex; justify-content: space-between; align-items: center;gap: 40px;}
.differbox .differctn{padding-bottom: 1rem;}
.differbox .differctn h2{color: #fff; border-bottom: 1px solid #f58f62; font-size: 30px; padding-bottom: 10px;}
.differbox .differctn p{color: #fff;font-weight: 300;}
.differbox .differctn a{border: 2px solid #fff; color: #fff; padding: 5px 20px; border-radius: 60px; font-weight: 300; display: inline-block;}

.cta_block .differbox img {
    width: 100%;
}

/*
---------------------------------
Process Block Section
---------------------------------
*/



section.process {
    background: url(../images/bg_images/category-bg.png) center center repeat;
    padding: 50px 0px 50px;
    background-color: #f9f6f6;
}

.process .flex_block ul li {
   
    flex: 1;
    text-align: center;
    margin: 0 auto;
}
.process_card .step_icons img {
   max-width: 70px;
}

.step_icons {
    padding: 40px;
    background: #f49321;
    border-radius: 50%;
    position: relative;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
margin: 0 auto;
}

.process_info h6 {
    margin: 20px 0px 10px;
    font-weight: 600;
}
.process_info p {
    font-size: 13px;
    line-height: inherit;
    margin: 0px;
}
span.badge_step {
    position: absolute;
    top: 5px;
    right: 0px;
    /* overflow: hidden; */
    padding: 8px 10px;
    max-width: 200%;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 20px;
    color: rgb(255, 255, 255);
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    font-size: 12px;
    line-height: 1;
    background: linear-gradient(93deg, #ff7b26, #ec048c);
}
/*
---------------------------------------
Testimonials
---------------------------------------*/


.testimonials_slider .hvr-box
{
    text-align: center;
    display: inline-block;
    width: 100%;
        padding: 40px 0px 0px;
}

.testimonials_slider .hvr-inner {
    border: 1px solid #ddd;
    padding: 60px 20px 15px;
    color: #000
}
.testimonials_slider .iconer {

margin: 0 auto 15px;
    width: 100%;
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999999;
    background: #fff;
}

.testimonials_slider .iconer {
    max-width: 90px;
    border: 2px solid #f49321;
    border-radius: 50px;
    height: 90px;
    padding: 5px;
    /* background: #f49321; */
}

.testimonials_slider .testi_tabs p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin: 0px;
}

.testimonials_slider .testi_tabs {
    border: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
}

.testimonials_slider .wrap_cards {
    padding: 0px;
}
.testimonials_slider h3 {
    font-weight: 600;
    font-size: 16px;
    color: #f49321;
}

/*
---------------------------------
Footer
---------------------------------
*/



/* --- Footer --- */

.main_footer {
    background: #1f3a53;
    padding: 30px;
}

.ftr-link {
    padding: 0px;
    margin: 0 0 25px 0;
    list-style-type: none;
    text-align: center;
}

.ftr-link li {
    padding: 0 12px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    color: #fff;
    border-right: solid 1px #fff;
    font-size: 18px;
    line-height: 15px;
    text-transform: uppercase;
}

.ftr-h4 {
    color: #fff;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-decoration: underline;
}

.approved {
    margin-top: 42px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.ftr-h5 {
    color: #fff;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
}

.ftr-cnt {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.ftr-cnt li {
    padding: 0 0 0 40px;
    margin: 0 0 5px 0;
    list-style-type: none;
    font-size: 21px;
    color: #fff;
    position: relative;
}

.ftr-cnt li i {
    position: absolute;
    left: 0;
}

.ftr-cnt li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    word-break: break-word;
}
.ftr-cnt li a:hover,
.ftr-lnk li a:hover
{
    text-decoration: underline;
}

#copywrite {
    background: #353535;
    padding: 12px 0;
}

.ftr-lnk {
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin-bottom: 10px;
}

.ftr-lnk li {
    padding: 0 8px;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    color: #fff;
    border-right: solid 1px #fff;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
}

.ftr-lnk li a {
    color: #fff;
    text-decoration: none;
}

#copywrite p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
}
.packages_footer li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.packages_footer li:last-child
{
    border-right:0px
}
ul.ftr-link.packages_footer {
    margin-bottom: 50px;
}

.ftr-cnt b {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.approved .ftr-cnt span {
    /* line-height: 15px; */
    display: inline-block;
    width: 100%;
    font-size: 14px!important;
}

/*
---------------------------------
Mobile Footer
---------------------------------
*/

section.mobile_footer {
    display: none;
}

a.whatsapp-phone {
    font-size: 28px;
    background: #17aa0a;
    color: #FFFFFF;
    position: fixed;
    bottom: 25px;
    right: 15px;
    border-radius: 50%;
    /* display: none; */
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 4px 0;
    z-index: 98;
    border: 7px solid #17aa0a;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
}


a.whatsapp-phone img{
    max-width: 40px; 
}
@media only screen and (max-width:767px)
{

  section.mobile_footer {
        display: inline;
    }
    .mobile_actions {
        color: #fff!important;
        width: 100%;
        max-width: 50%;
        text-align: center;
        font-size: 20px;
        padding: 16px 5px;
        border: 0px;
       text-decoration: none;
        cursor: pointer;
    }
    .mobile_footer .info-pnl {
        position: fixed;
        background: #fff;
        left: 0px;
        display: block;
        bottom: 0px;
        z-index: 99;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }
    
    .enquery_now.mobile_actions {
        
        background: #f49321;
  
    }
    
    a.call_now_mobile.mobile_actions
    {
    background: #064671;
    }
    
        
    .mobile_footer .info-pnl-box.colr-p {
        display: inline-flex;
        align-items: center;
        width: 100%;
    }
    
    footer {
    padding-bottom: 60px;
}

    a.whatsapp-phone
    {
        bottom: 80px;
    }

    
}


/*
--------------------------------
Media Queries
-------------------------------*/

@media only screen and (max-width:991px)
{
      .single_captions .wrap_banner_data .row {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
    }
      .wrap_banner_data .col-sm-8, .wrap_banner_data .col-sm-4 {
        flex: auto;
        width: 100%;
    }
    .col-sm-8.left_bane_data {
    display: none;
}

.wrapping_form {
    max-width: 375px;
    margin: 0 auto;
}
    .grid_package .row
    {
            grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    }
       .action_links a
    {
            margin-bottom: 20px;
    }
    
    .top_card_full a
    {
        min-width: 180px;
    margin-left: 20px;
    }
    
.bottom_card_full h2 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    line-height: normal;
}
    
    
    
    .flex_block ul
    {
        flex-wrap: wrap;
    }
    .flex_block ul li .actbox {

    margin-bottom: 0px;
    }
    .flex_block ul li {
    flex: 0 0 31%;
}
    .flex_block ul {
    gap: 20px;
    }
}


@media only screen and (max-width:767px)
{
    
 .multi_modals {
        left: 0 !important;
        top: 100% !important;
    }
    
    .multi_modals.show
    {
         top: 0 !important;
    }
    
.multi_modals .container-custom {
        max-width: 100% !important;
        margin-top: 100px;
        overflow: auto;
        padding-bottom: 100px;
    }
    
    .multi_modals .close_action {
    top: 0;
    left: 50%;
}


    
    .col-md-5 .ftr-cnt li {
        padding-left: 0px;
    }
    
    .no_title_section {
    margin: 50px 0px 45px;
}

    .flex_block ul li {
        flex: 1;
    }
    .bottom_card_full .wrap_content {
    position: inherit;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 20px;
    background: #f1ad64;
}
    .process .flex_block ul li {
    flex: 0 0 47%;
}

.min_img {
    display: none;
}
    .top_card_full
    {
        display: inline-block;
        width: 100%;
    }
    
        .top_card_full a {
/*        width: 100%;*/
        margin: 20px 0px 0px;
    }
    
    .top_card_full h3 {
   
    font-size: 18px;
    }
    .top_card_full {
padding: 20px;
        
    }
        
.top_card_full p {
    margin: 0px;
    font-size: 13px;
}

.bottom_card_full
    {
        height: 100%;
    }
    
}

@media only screen and (max-width:600px)
{
    .differimage
    {
        display: none;
    }
    
    .differbox .differctn h2
    {
        font-size: 20px;
    }
    
    .differbox .differctn p {

    font-size: 14px;
}
    
}

/*
#myModal:not(.show) {
    display:none!!important;
}*/

/*
----------------------------

modal pop up

-------------------------------*/


/*----- Form banner -----*/
.form-group {
    margin-bottom: 10px;
}

.form-group.call_action {
    display: flex;
    align-items: center;
    width: 100%;
}

.iti {
    position: relative;
    display: inline-block;
    max-width: 75px;
}

.call_action .form-floating {
    flex: 1;
}
.custom_modal .form-floating>.form-control {

    height: 52px;
    min-height: 52px;
/*     padding: 0.7rem 0.75rem;*/
    
    font-size: 14px;
}

.custom_modal .form-floating>label
{
   padding: 0.7rem 0.75rem;   
}

.iti__selected-flag {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 52px;
    line-height: 3.2;
}

input#mobile_code {
    padding: 13px;
    /* padding-right: 72px !important; */
}
.iti.iti--allow-dropdown.iti--separate-dial-code,
.iti__selected-flag
{
      height: 52px;
}


iti__country-list
{
    
}

.custom_modal h2 {
    color: #202020;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 3px;
}
.custom_modal p {
    color: #515151;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.call_action .form-floating {
    margin: 0px !important;
}

.iti__flag-box, .iti__country-name
{font-size: 14px;}

.iti__flag-container .iti__country-list {

    min-width: 400px;
    width: 100%;
}

 .close_modal{
    position: absolute;
    right: -13px;
    top: -11px;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border-radius: 100%;
    text-align: center;
    line-height: 33px;
    box-shadow: 0 -5px 15px rgba(82, 82, 82, .5);
     opacity: 1;
    z-index: 2;
}

.custom_modal .container.mt-3 {
    padding: 0px;
    margin: 0px!important;
}

/*

.package_details:target{

display:block !important;

}
*/

/*------ Sidebar Modal -------*/

/*
.toggle_modal .modal-dialog {
    width: 100%;
    height: 100%;
    background: #ddd;
    max-width: 100%;
    margin: 0px;
}

.toggle_modal .modal-content {
    width: 100%;
    height: 100%;
}

.modal.toggle_modal.show
{
      transform: translateX(0);
    -webkit-transform: translateX(0); 
    transition: 3s ease;
}
.toggle_modal 
{
    display: block!important;
        transform: translateX(100%);
    -webkit-transform: translateX(100%);
      transition: 3s ease;
}
*/


/*
.package_modals .multi_modals.show 
{
    transform: translateX(0);
    -webkit-transform: translateX(0); 
    transition: 3s ease;
        width: 100%;
}

.package_modals .multi_modals
{
       transform: translateX(100%);
    -webkit-transform: translateX(100%);
      transition: 3s ease;
        width: 0;
}
*/
body.overflow {
    overflow: hidden;
}
.close_action {
    position: absolute;
  top: 50%;
    left: 14%;
    background: #fff;
    padding: 15px 20px;
    font-size: 20px;
    opacity: 1;
    color: #f49321;
    border-radius: 2px;
}
.multi_modals {
    position: fixed;
   
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    z-index: 99;
     transition: 1s ease;
}

.multi_modals.show {
    left: 0%;
    transition: 1s ease;
    background: #000000e6;
}
.multi_modals h2 {
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(255, 186, 10, .1), rgba(255, 186, 10, 0));
    border-bottom: 1px solid #dddddd;
    padding: 10px;
}

.multi_modals h4 {
    font-size: 18px;
    font-weight: 600;
}

.multi_modals h5 {
    font-size: 14px;
    font-weight: 600;
}


.multi_modals .container-custom {
    background: #fff;
    height: 100%;
    width: 100%;
    max-width: 80%;
    box-shadow: 1px 5px 5px #000;
    float: right;
}

.multi_modals ul
{
    padding: 0px;
    margin: 0px;
}

.multi_modals ul li {
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    padding: 9px 0px;
    border-top: 1px solid #ddd;
}
.flex_info {
    display: flex;
    justify-content: space-between;
        padding: 10px 0px 20px;
}
.inner_modal {
    padding: 10px 35px;
}

.flex_info p
{
    margin: 0px;
}

.flex_info p span .fa-solid, .flex_info p span .fas {
    font-weight: 900;
    color: #f49321;
    margin-right: 5px;
}
.day_details,
.main_points{
    background: #dddddd52;
    padding: 10px;
    border-radius: 3px;
}

.day_details li:last-child
{
    padding-bottom: 0px;
}

.day_details {
    margin-top: 15px;
}

.day_details ul li span {
    background: #f49321;
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 2px;
}