/*
Theme Name: Bajajtravel Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: bajajtravel
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.5.1649740431
Updated: 2022-04-12 05:13:51

*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100&display=swap');
@font-face {
    font-family: 'photograph_signatureregular';
    src: url('photograph_signature-webfont.woff2') format('woff2'),
         url('photograph_signature-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothambold';
    src: url('gotham-bold-webfont.woff2') format('woff2'),
         url('gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothammedium';
    src: url('gothammedium-webfont.woff2') format('woff2'),
         url('gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Gotham light';
    src: url(/wp-content/themes/Bajaj/fonts/GothamRounded-Light.woff2) format('woff2'),
        url(/wp-content/themes/Bajaj/fonts/GothamRounded-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/* @font-face { */
    /* font-family: 'gothambold'; */
    /* src: url('gothambold-webfont.woff2') format('woff2'), */
         /* url('gothambold-webfont.woff') format('woff'); */
    /* font-weight: normal; */
    /* font-style: normal; */

/* } */
@font-face {
    font-family: 'gothambook';
    src: url('gothambook-webfont.woff2') format('woff2'),
         url('gothambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothamlight';
    src: url(/wp-content/themes/Bajaj/fonts/gothamlight-webfont.woff2) format('woff2'),
         url(/wp-content/themes/Bajaj/fonts/gothamlight-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothammedium';
    src: url('gothammedium-webfont.woff2') format('woff2'),
         url('gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothammedium1';
    src: url(/wp-content/themes/Bajaj/fonts/gothammedium_1-webfont.woff2) format('woff2'),
         url(/wp-content/themes/Bajaj/fonts/gothammedium_1-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothamthin';
    src: url(/wp-content/themes/Bajaj/fonts/gotham-thin-webfont.woff2) format('woff2'),
         url(/wp-content/themes/Bajaj/fonts/gotham-thin-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}
* {   
    padding: 0;
    margin: 0;
}

html {
	font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.5;
    color: #545454;
	  overflow-x: auto;
}
body {
	font-family: 'Roboto', sans-serif;
    background: #ffffff;
	background: #FFFBEF;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
img{
	max-width: 100%;
	height: auto;
}
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: var(--main-bg-color);
    border-radius: 15px;
}

::selection {
    background-color: ##ff0102;
    color: ##f00;
}

-webkit-::selection {
    background-color: ##ff0102;
    color: ##fff;
}

::-moz-selection {
    background-color: ##ff0102;
    color: ##fff;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
    text-decoration: none;
}

strong {
    font-weight: 600;
}

a {
    text-decoration: none;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1.entry-title {
    display: none;
}
article {
    background: #ffffff;
}
span.theme-color {
    color: var(--main-bg-color);
}
/* site color combination */
:root {
    --main-bg-color: #F89D3E;
}
.stotop {
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 999;
    max-width: 56px;
	opacity: 0;
}
.stotop.showscroll {
    opacity: 1;
}


html {
    scroll-behavior: smooth;
}


/* site style */
.desktop-menu {
    text-align: right;
}

.desktop-menu li {
    display: inline-block;
    padding-right: 60px;
}
.desktop-menu li:nth-child(1) {
    padding-left: 0;
}
.desktop-menu li:last-child {
    padding-right: 0;
}
.current-menu-item a {
    color: #000000 !important;
    position: relative;
    font-weight: 700;
    font-family: 'gothambold';
}
.desktop-menu a:hover{
	  color: #F04C30 !important;
}
button.sub-menu-toggle {
    display: none;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
header.site-main-header .row {
    align-items: center;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a, .wp-megamenu-wrap .wpmm-nav-wrap > ul > li .wpmm-search-wrap > a.search-open-icon {
    color: #000000 !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a, .wp-megamenu-wrap .wpmm-nav-wrap > ul > li .wpmm-search-wrap > a.search-open-icon {
        font-family: 'gothambold';
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a {
    font-family: 'gothammedium';
}

li.current-menu-item {position: relative;}

.current-menu-item a {
	position: relative;
}
.current-menu-item a:before {
    content: '';
    background: #F89D3E;
    height: 5px;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -6px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
    width: 232px;
    border-radius: 13px;
    padding: 20px 0;
	background: #ffffff !important;
}
ul.wp-megamenu-sub-menu a {
    padding: 0;
    font-size: 16px !important;
    font-weight: bold;
    font-family: 'gothambook';
}
ul.wp-megamenu-sub-menu li {
    padding: 0;
}
section.hero-banner {
    background: url(/wp-content/uploads/2022/05/4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 80vh;
	display: flex;
	align-items: center;
}
section.searchhh {
    position: relative;
    margin: 70px 0 0;
}
section.searchhh .search-wrapper {
    background: transparent;
}
section.inner-page-banner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    min-height: 75vh;
	height: 493px;
	/*min-height: 100vh; */
	/* height: 273px; */
    display: flex;
    align-items: center;
}
.mission-image img {
    min-width: 100%;
}


section.hero-banner {position: relative;}
header.site-main-header {   
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.banner-data h1 {
    font-size: 66px;
    line-height: 80px;
    color: #FFFFFF;
    text-shadow: 0 11px 6px #00000029;
    font-family: 'gothambold';
 }           
.banner-data p {
    width: 100%;
    /* max-width: 475px; */
    color: #fff;
    font-size: 18px;
    line-height: 30px;
	font-family: 'gothambook' !important;
}
section.popular-pkgs {
    padding: 90px 0;
}
header.site-main-header.w-100 {
    padding: 10px 0 5px;
} 
/* .our-srch {
    border: 1px solid #D6D6D6;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 24px;
	    overflow: hidden;
}    */
.search-wrapper {
	padding: 27px 29px;
	background: #fffbef;
    border-radius: 10px 10px 0px 0px;
}
.page-template-home section.tickets-visa {
    margin-bottom: 50px;
}
.srch-btm {
	    background: #fffbef;
    display: flex;
    justify-content: space-around;
    padding: 18px 0;
    border-top: 1px dashed #f89d3e;
	border-radius:0px 0px 10px 10px;
}

.srch-btm a {color: #000000;font-size: 18px;}

.srch-btm a:hover {color: #F89D3E;}
select#ofitem {
    width: 100%;
    min-width: 100%;
    height: 60px;
    border-radius: 30px;
    padding: 0 24px;
    border: 1px dashed #f89d3e;
    color: #000000;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
}
.searchandfilter li:nth-child(1) {
    width: 80%;
	position: relative;
}
select#ofitem {
    background: url(/wp-content/uploads/2022/05/download.png)no-repeat;
    background-size: 15px;
    background-position: center right 25px;
	cursor: pointer;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    text-transform: uppercase;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    text-transform: uppercase;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}


span.wpcf7-not-valid-tip {
    display: none;
}
@keyframes sonarWave {
  from {
    opacity: 0.8;
  }
  to {
    transform: scale(1);
    opacity: 0.2;
  }
}
.searchandfilter li:nth-child(2) {
    width: 20%;
}
.searchandfilter ul {
    display: flex;
	align-items: center;
}
.search-wrapper input[type="submit"] {
    width: 100%;
    height: 63px;
    background: #f89d3e;
    border: 0;
    border-radius: 24px;
    color: #fff;
    font-size: 18px;
}  
.popular-pkg-area {
    margin-top: 146px;
}
.popular-pkg-area {margin-top: 146px;}

.section-title h2 {font-size: 69px;line-height: 100px;  margin-bottom: 60px;     font-weight: bold !important; font-family: 'gothambold';}

.section-title h2 span {color: #F89D3E;font-size: 131px;font-family: 'photograph_signatureregular';
    font-weight: 400;}
.left-leafs {max-width: 500px;position: absolute;left: -140px;top: 15%;z-index: -1;-webkit-animation: bounce_two 5s linear infinite;
    animation: bounce_two 5s linear infinite;}
.right-leafs {
    max-width: 400px;
    position: absolute;
    right: -107px;
    top: 20%;
    z-index: -1;
    -webkit-animation: bounce_two 5s linear infinite;
    animation: bounce_two 5s linear infinite;
}
section.popular-pkgs {position: relative;}
@keyframes bounce_two {
    0% {
        transform: scale(1, 1) translateY(0);
    }
    10% {
        transform: scale(1.1, 0.9) translateY(0);
    }
    30% {
        transform: scale(0.9, 1.1) translateY(-1.375rem);
    }
    50% {
        transform: scale(1, 1) translateY(0);
    }
    57% {
        transform: scale(1, 1) translateY(-0.1875rem);
    }
    64% {
        transform: scale(1, 1) translateY(0);
    }
    100% {
        transform: scale(1, 1) translateY(0);
    }
}
.section-title h2 {position: relative;}

.section-title h2:after {content: '';background: #303030;height: 2px;width: 140.72px;display: block;position: absolute;left: 50%;transform: translateX(-50%);bottom: -20px;}
.section-title p {
    font-family: 'gothambook';
    color: #303030;
    line-height: 30px;
    font-size: 20px;
    padding: 0 12%;
}
.my-popular-pkgs {
    margin-top: 132px;
}
.pkg-image {max-height: 534px;overflow: hidden;}
.pkg-box {position: relative;}
.pkg-content {position: absolute;bottom: 46px;left: 46px;}
.pkg-content h4 {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 22px;
}
.pkg-location {color: #ffffff;font-size: 18px;font-family: 'Roboto', sans-serif;font-weight: 400;letter-spacing: 0.44px;}

.pkg-location span {padding-left: 14.01px;}
.pkg-location i {
    font-size: 22px !important;
}
section.popular-pkgs .slick-slide {
    margin: 0px 30px;
}
.my-airticket-pkgs {
    margin-top: 98px;
}
section.airticket-pkgs {
    padding: 20px 0 80px;
}
.pkg-box.air-cru .pkg-content {opacity: 0;}

.pkg-box.air-cru:hover .pkg-content {opacity: 1;}
section.airticket-pkgs {position: relative;}
section.airticket-pkgs .slick-slider {
	position: inherit !important;
}
section.airticket-pkgs  button.slick-prev.slick-arrow {position: absolute;top: 18%; left: 9%;}
section.airticket-pkgs  button.slick-next.slick-arrow {
    position: absolute;
    right: 9%;
    top: 18%;
}
button.slick-arrow {background: transparent;border: 0;}

button.slick-arrow i {font-size: 45px !important;color: #000000;}

button.slick-arrow i:hover {color: #00000026;}
section.Honeymoon-pkgs {
    position: relative;
	    padding: 50px 0 100px;
}
.honemoon-pkgs-box {
    margin-top: 101px;
}
.package-short-info {
position: relative;
    z-index: 3;
    margin-top: -20px;
    border-radius: 10px;
    background: #ffffff;
    padding: 15px 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}
.pkg-name {
    color: #303030;
    font-size: 24px;
    line-height: 47px;
    font-family: 'gothambold';
}
.pkg-rating i {
    color: #F89D3E;
    font-size: 24px !important;
}
.review-count {
    width: 45%;
    float: left;
}
.pkg-rating {
    margin-bottom: 0;
    margin-top: 17px;
}
.pkg-btm {width: 100%;}

.pkg-price {width: 65%;float: left;}

.book-btn {width: 35%;float: right;}

.pkg-btm:after {content: '';display: block;clear: both;}
.pkg-price {
    font-size: 22px;
    color: #303030;
    left: 0.44px;
    font-family: 'gothambook';
    line-height: 47px;
}
.pkg-price {font-size: 20px;color: #303030;left: 0.44px;font-family: 'gothambook';line-height: 47px;}

.pkg-price span {font-size: 20px;color: #303030;line-height: 47px;letter-spacing: 0.72px;font-weight: bold;}
.pkg-btm {display: flex;align-items: center;}

.book-btn {text-align: center;}

.book-btn a {background: #F89D3E;color: #fff;border-radius: 24px;padding: 14px 43px;font-size: 22px;font-family: 'Roboto';font-weight: 800;}
section.Honeymoon-pkgs .right-leafs {
    top: inherit;
    bottom: -23%;
}
section.International-pkgs {
    padding: 15px 0 100px;
    position: relative;
}
.section-header img {width: 100%;}

.section-header {position: relative;margin-top: 83px;}
section.International-pkgs {
    position: relative;
}
.international-btm {position: relative;}
.international-pks-area {
    margin-top: -18%;
}
.domestic-vocation {
	margin-top: 82px;
}
.domestic-vocation .slick-slide {
    margin: 0;
}
section.testimonials .right-leafs {
    top: -167px;
}
section.testimonials {
    position: relative;
    padding: 60px 0 70px;
}
section.testimonials .left-leafs {
    top: inherit;
    bottom: -76px;
}
.our-reviews {
    margin-top: 82px;
}
.review-cnt-box {
    padding: 25px 32px 32px 32px;
    background: #fff;
}
.review-image img {
    min-width: 100%;
}
.review-cnt-box {
    padding: 25px 32px 32px 32px;
}
.review-name {
    color: #303030;
    line-height: 38px;
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: 500;
}
.page-template-home .banner-data h1 {
    color: #262262;
    text-shadow: none;
}
.page-template-home .banner-data p {
	color: #000;
	font-family: 'Roboto';
	font-weight : 500px;
}
.review-cnt {
    font-family: 'gothambook';
    color: #303030;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.4px;
}
.review-box {
    box-shadow: 15px 15px 10px #0000001a;
    border: 1px solid #0000001a;
}
section.tickets-visa {
    background: #FCF2F1;
    padding: 143px 0 138px;
}
section.tickets-visa {background: #FCF2F1;padding: 143px 0 138px;}

.visa-image {position: relative;}

.visa-before-image {
    position: absolute;
    top: -97px;
    left: 0;
    z-index: 1;
}

.visa-after-image {position: absolute;right: -84px;bottom: -96px;}
.visa-main-image {
    position: relative;
    z-index: 99;
}
.visa-left h2 {
    color: #303030;
    font-size: 72px;
    line-height: 72px;
    font-weight: bold;
    margin-bottom: 40px;
}
.visa-left p {
    font-family: 'gothambook';
    font-size: 18px;
    color: #303030;
    line-height: 34px;
    letter-spacing: 0.44px;
    margin-bottom: 25px;
}
.visa-main-image {
    position: relative;
    z-index: 99;
    max-width: 85%;
    float: right;
}
.visa-image:after {
    content: '';
    display: block;
    clear: both;
}
.know-more a {
    background: #F89D3E;
    color: #fff;
    border-radius: 24px;
    padding: 19px 27px;
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: 800;
}
.counter {
    margin-top: 72px;
}
.counter-number {
    color: #613902;
    font-size: 57px;
    font-weight: bold;
    margin: 0;
    line-height: 60px;
}
.counter-txt {
    font-size: 22px;
    line-height: 30px;
    color: #303030;
    font-family: 'gothambook';
}
.visa-left {
    padding-top: 75px;
}
.counter-box.plus .counter-number {position: relative;}

.counter-box.plus .counter-number:after {content: '+';}
.airlines {
    padding: 40px 0;
	background: #ffffff;
}
.newslatter {
    background: #f89d3e;
    padding: 15px 0;
}
.subscribe-form {
    width: 70%;
    margin: 0 auto;
}
.subscription input[type="email"] {
    width: 80%;
    border: 1px solid rgb(255 255 255 / 70%);
    background: transparent;
    color: #ffffff;
    height: 60px;
    border-radius: 30px;
    padding: 9px;
	outline: 0;
}
.subscription input[type="email"]::placeholder {
    color: rgb(255 255 255 / 70%);
    font-family: roboto;
}
.pkg-image img {
    min-width: 100%;
}
.subscription input[type="submit"] {
    border: 1px solid rgb(255 255 255 / 70%);
    background: transparent;
    height: 60px;
    width: 18%;
    margin-left: 1%;
    color: #fff;
    border-radius: 30px;
}
.footer-main {
    background: #272362;
    padding: 70px 0;
}
.footer-bottom {
    text-align: center;
    background: #1e1a5b;
    padding: 10px 0;
    color: rgb(255 255 255 / 80%);
}
.footer-inner h4 {text-transform: uppercase;font-size: 18px;color: rgb(255 255 255 / 80%);font-family: 'Roboto';
    font-weight: 500;}
.footer-inner a {
    font-size: 14px;
    color: rgb(255 255 255 / 80%);
}
.footer-inner li {
	  font-size: 14px;
    color: rgb(255 255 255 / 80%);
}
.footer-inner p {
	  font-size: 14px;
    color: rgb(255 255 255 / 80%);
}
.footer-inner i {font-size: 20px !important;padding: 0 7px;}

.footer-inner i:nth-child(1) {padding-left: 0;}

.footer-inner ul li {
    padding-bottom: 15px;
}
.footer-inner.about-div {padding-left: 70px;position: relative;}

.footer-inner.about-div:before {content: '';width: 1px;height: 90px;display: block;position: absolute;left: 0;background: rgb(255 255 255 / 70%);top: 10%;}
.terms-div {
	position: relative;
}
.terms-div:after {
    content: '';
    width: 1.5px;
    height: 90px;
    display: block;
    position: absolute;
    right: 22px;
    background: rgb(255 255 255 / 70%);
    top: 10%;
}
section.about-us-main {
    position: relative;
    padding: 26px 15px 26px;;
}
.abt-box {
    background: rgb(255 255 255 / 70%);
    margin-top: 98px;
}
.abt-data {
    padding: 83px 40px 0 100px;
    position: relative;
}
.abtno {width: 20%;float: left;}

.abtcta {width: 80%;float: right;}

.abt-list:after {content: '';display: block;clear: both;}

.abt-list {
    margin-bottom: 20px;
}

.abt-list:last-child {margin-bottom: 0;}
.abtno {
    color: #F89D3E;
    font-size: 60px;
    margin: 0;
    line-height: 60px;
    font-weight: bold;
}
.abt-img img {
    min-width: 100%;
}
.abtcta h3 {
    margin: 0;
    color: #303030;
    font-size: 36px;
    margin-bottom: 10px;
    font-family: 'gothammedium';
}
.abtcta p {
    color: #303030;
    font-size: 16px;
    line-height: 30px;
	font-family: 'gothambook';
}
.mission-area {
    margin-top: 94px;
}
.mission-content {
    background: #fff;
    text-align: center;
    padding: 30px 43px 30px;
}
.mission-content h4 {
    color: #F89D3E;
    font-size: 35px;
    font-family: 'gothammedium';
    line-height: 65px;
}
.mission-content p {
    color: #303030;
    font-size: 18px;
    line-height: 28px;
    font-family: 'gothambook';
    letter-spacing: 0.44px;
    min-height: 115px;
}


.Travel:after {
    content: '';
    width: 100%;
    background: #f89d3e;
    height: 50%;
    display: block;
    position: absolute;
    bottom: 0;
}
.mission-area {
    position: relative;
    z-index: 9;
}
section.Honeymoon-pkgs.Travel {
    padding-bottom: 170px;
}
.our-team {
    margin-top: 100px;
}
.page-template-about section.testimonials .right-leafs {
    top: 0;
}
.our-team .review-name {
    line-height: 20px;
    font-size: 18px;
}
.page-template-about section.testimonials {
    padding: 60px 0 180px;
}
.page-template-about section.testimonials .left-leafs {
    bottom: 10%;
}
section.inner-page-banner .banner-data {
    position: relative;
    top: 100px;
}
.where-content {
    background: #ffffff;
    padding: 30px 15px;
    min-height: 265px;
    max-width: 100%;
}

.where-box {box-shadow: 0 15px 50px #0000001A;position: relative;}
.price {
    position: absolute;
    top: 47%;
    right: 10%;
    background: #F89D3E;
    color: #fff;
    padding: 4px 10px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 17px;
}
.pkg-book {text-align: center;margin-top: 30px;}

.pkg-book a {color: #303030;font-family: 'Roboto';font-weight: bold;text-transform: uppercase;}

.pkg-book a img {margin-left: 15px;}
.where-content h4 {
    color: #303030;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 30px;
    margin: 0;
	text-transform: capitalize;
}
.whereto {
    margin-top: 50px;
}  
.star-area .pkg-rating {width: 55%;float: left;}

.star-area .pkg-days {width: 55%;float: right; text-align: right;}

.star-area {display: flow-root;}   
.star-area .pkg-rating i {
    font-size: 18px !important;
}
.star-area {margin-top: 12px;}
.where-box {
    margin-bottom: 40px;
}

.load-more-btn {
    text-align: center;
    margin-top: 65px;
}
.loadpkg {
    display: none;
}

.shorebox {
    display: none;
}
.load-more-btn a {
	background: #F89D3E;
    color: #ffffff;
    font-size: 20px;
    padding: 20px 108px;
    font-family: 'gothambook';
    border-radius: 24px;
    outline: 0;
    border: 0;
}
.load-more-btn button {
    background: #F89D3E;
    color: #ffffff;
    font-size: 20px;
    padding: 20px 108px;
    font-family: 'gothambook';
    border-radius: 24px;
    outline: 0;
    border: 0;
}
section.Shore {
    position: relative;
    padding: 115px 0;
}
.Shore .where-content {
    background: #FCF2F1;
}
.Shore .left-leafs {
    top: -16em;
}
.Shore .where-cnt {
    font-size: 18px;
    color: #303030;
    font-family: 'gothambook';
    line-height: 30px;
    letter-spacing: 0.33px;
}
a.read {
    color: inherit;
}
section.Shore:after {
    content: '';
    background: url(/wp-content/uploads/2022/04/Beach-1200.png)no-repeat;
    height: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 767px;
    z-index: -1;
}
.page-template-services section.testimonials .right-leafs {
    top: 0;
}
ul.wp-megamenu-sub-menu li.current-menu-item:after {
    display: none;
}
.current-menu-item a:before {
	display: none;
}
.where-image {height: 220px; overflow: hidden;}

.where-image img {height: 220px !important;object-fit: cover;}
.page-template-templates .price {
    top: 41%;
}
.Shore .where-image {height: inherit;}

.Shore .where-image img {height: inherit !important;}
.book-form {
/*     background: rgb(247 157 61 / 72%); */
    border-radius: 4px;
    padding: 62px ;
    margin-top: -19em;
    position: relative;
    z-index: 9;
}
section.inner-page-banner {
    position: relative;
}


.plane-image {
    width: 100%;
    max-width: 60%;
    position: absolute;
    left: 7%;
    top: 18%;
    z-index: 10;
    -webkit-animation: bounce_one 5s linear infinite;
    animation: bounce_one 5s linear infinite;
}


.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a, .wp-megamenu-wrap .wpmm-nav-wrap > ul > li .wpmm-search-wrap > a.search-open-icon {
    padding: 0 !important; 
}

@keyframes bounce_two {
    0% {
        transform: scale(1, 1) translateY(0);
    }
    10% {
        transform: scale(1.1, 0.9) translateY(0);
    }
    30% {
        transform: scale(0.9, 1.1) translateY(-1.375rem);
    }
    50% {
        transform: scale(1, 1) translateY(0);
    }
    57% {
        transform: scale(1, 1) translateY(-0.1875rem);
    }
    64% {
        transform: scale(1, 1) translateY(0);
    }
    100% {
        transform: scale(1, 1) translateY(0);
    }
}  
@-webkit-keyframes animationFramesOne {
    0% {
        transform: translate(0) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    to {
        transform: translate(0) rotate(0deg);
    }
}
@keyframes bounce_one{0%{transform:translateY(-0.625rem)}50%{transform:translateY(0.625rem)}to{transform:translateY(-0.625rem)}}
.form-inner h3 {
    text-align: center;
    color: #303030;
    font-size: 43px;
    line-height: 75px;
    font-family: 'gothambold';
    font-weight: bold;
    letter-spacing: 0;
}
.depeart input {
    width: 100%;
    height: 55px;
    padding: 9px;
    border: 1px solid #C9C9C9;
    border-radius: 6px;
	outline: 0;     
}
.cf7mls_next.action-button {
    background-color: #F89D3E !important;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    margin: 25px 0px 26px;
    padding: 0 110px !important;
    min-width: 100px;
    position: relative;
    height: 55px;
    line-height: 55px;
    border-radius: 24px;
}
label {
    font-size: 16px;
    font-family: 'gothambook';
    color: #575656;
    line-height: 33px;
    margin-bottom: 5px;
    font-weight: 500;
}   
input[type='radio'] {
    -webkit-appearance: none;
    width: 30px !important;
    height: 30px;
    border: 1px solid #F89D3E;
    border-radius: 50%;
    outline: none;
}
input[type='radio']:before {
  content:'';
  display:block;
  width:60%;
  height:60%;
  margin: 20% auto;    
  border-radius:50%;    
}
input[type='radio']:checked:before {
  background: #F89D3E;
}
span.wpcf7-list-item-label {
    position: relative;
    bottom: 8px;
    left: 4px;
    font-size: 20px;
    line-height: 34px;
    color: #242940;
    font-family: 'gothambook';
    font-weight: 500;
}
.wpcf7-list-item:nth-child(1) {
    margin-left: 0;
}
.depeart input::placeholder {
    font-size: 20px;
    font-weight: bold;
    color: #242940;
    line-height: 32px;
	font-family: 'gothambold';
}
.multicity input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    font-size: 20px;
    font-weight: bold;
    color: #242940;
    line-height: 32px;
	font-family: 'gothambold';
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
        font-size: 20px;
    font-weight: bold;
    color: #242940;
    line-height: 32px;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    font-size: 20px;
    font-weight: bold;
    color: #242940;
    line-height: 32px;
}
span.wpcf7-form-control-wrap.Faretype {
    display: block;
    margin-top: 7px;
}
.fair-type {
    width: 70%;
    float: left;
    display: flow-root;
    padding-top: 26px;
}
span.wpcf7-list-item-label:checked + label {
    font-weight: bold !important;
}
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    text-align: center;
    max-width: 116px;
    height: 34px;
}         
input[type='radio']:checked + span {
    font-weight: 900 !important;
}
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    width: 100%;
    height: 55px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #707070;
    outline: 0;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    background-color: #F89D3E !important;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    margin: 25px 0px 26px;
    padding: 0 110px !important;
    min-width: 100px;
    position: relative;
    height: 55px;
    line-height: 55px;
    border-radius: 24px;
    float: right;
}
.cf7mls_back.action-button {
    background-color: #F89D3E !important;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    margin: 0px 0px 53px;
    padding: 0 110px !important;
    min-width: 100px;
    position: relative;
    height: 55px;
    line-height: 55px;
    border-radius: 24px;
    float: left;
    display: inline-block;
    position: absolute;
    bottom: -10px;
	text-transform: uppercase;
}
.form-inner textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    padding: 9px;
    height: 120px;
    border-radius: 2px;
	border-color:#e4e7ee !important;
}
     
.perfon-step label {
    text-align: center;
}
.advance-lavel {
    text-align: center;
    margin: 0;
    line-height: 32px;
    font-weight: 900;
    color: #242940;
    font-size: 25px;
}
.perfon-step label {
    width: 100%;
}
.form-cheq span.wpcf7-list-item {width: 24%;border: 1px solid;height: 55px;border-radius: 6px;margin: 24px 0 0 1%;text-align: center;}

.form-cheq span.wpcf7-list-item:hover {background: #f89d3e;border: 1px solid #f89d3e;color: #fff;}  
.form-cheq span.wpcf7-list-item:hover span.wpcf7-list-item-label {
    color: #fff;
}
.form-cheq {
    margin-top: 25px;
}
.form-cheq  input[type="checkbox"] {
    position: relative;
    bottom: 8px;
}
.flight-offer .section-title h2 {
    font-size: 52px;
    line-height: 57px;
}
.offer-cnt-box {
    background: #fff;
    padding: 44px;
}
.offer-name {
    color: #303030;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 4px;
}
.offer-cnt {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #303030;
    letter-spacing: 0.32px;
}
section.flight-banner img {
    width: 100%;
}
section.faqs {
    position: relative;
    padding: 160px 0;
}
.faq-title {position: relative;padding: 0 0 7px;}

.faq-title:after {content: '';background: url(/wp-content/uploads/2022/04/Line-41.png)no-repeat;display: block;width: 100%;height: 1.5px;position: absolute;bottom: 0px;}
.faq-title h2 {
    color: #242940;
    font-size: 45px;
    font-family: 'gothambold';
    letter-spacing: 0;
}
/* faqs */
.accordion .accordion-item {
  position: relative;
}
.accordion .accordion-item:before {
    content: '';
    background: url(http://bajajtravel.abacaaim.com/wp-content/uploads/2022/04/Line-41.png)no-repeat;
    width: 100%;
    height: 1.5px;
    display: block;
    position: absolute;
    bottom: 0;
}


/* .accordion .accordion-item button[aria-expanded=true] { */
  /* border-bottom: 1px solid #03b5d2; */
/* } */
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 40px 0;
    color: #242940;
    font-size: 24px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    line-height: 52px;
    font-family: 'gothambold';
}

.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  /* color: #03b5d2; */
}  
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  opacity: 0;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
/* .accordion button[aria-expanded=true] { */
  /* color: #03b5d2; */
/* } */
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height:100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 18px;
    margin: 0 0 40px;
    font-family: 'gothambook';
    line-height: 22px;
    color: #242940;
}


.accordion-item {
    background-color: transparent;
    border: none;
}
/* tabs */
.nav {
    display: flex;
    justify-content: space-between;
}
.nav-tabs {
    border-bottom: 0;
    margin-bottom: 50px;
	position: relative;
}
.nav-tabs:after {
    content: '';
    background: #EBEBEB;
    height: 8px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -40px;
	z-index: -1;
}
/*.nav-tabs:before {
    content: '';
    background: #F79D3D;
    height: 8px;
    width: 166px;
    display: block;
    position: absolute;
    bottom: -40px;
    z-index: 9;
	left:0;
}*/\
.page-template-visa a.nav-link.active.show {position: relative;}

.page-template-visa a.nav-link.active.show:before {
	content: '';
    background: #F79D3D;
    height: 8px;
    width: 221px;
    display: block;
    position: absolute;
    bottom: -40px;
    z-index: 9;
}


.nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #242940;
    background-color: transparent;
    border-color: transparent;
}
.nav-link {
    display: block;
    color: #242940;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-size: 20px;
    font-family: 'gothambold';
    line-height: 32px;
	outline: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
    isolation: isolate;
    color: inherit;
}
.nav-link {
    padding: 0;
}
.choose-offer .section-title h2 {
    font-size: 52px;
}
.choose-offer .section-title h2:after {
    Display: none;  
}
section.about-us-main.choose-offer {
    padding: 40px 0;
}
li.nav-item img {
    margin-right: 9.93px;
}
.tab-content {
    padding: 0px 0;
}
.visa-box {
    box-shadow: 0 15px 50px #0000001a;
}
.visa-data {
    padding: 19px 44px;
}
.visa-name {
    color: #303030;
    font-size: 28px;
    line-height: 28px;
    font-family: 'Roboto';
    font-weight: 500;
}
.visa-content {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #303030;
    letter-spacing: 0.32px;
    margin: 10px 0;
}
.visa-box {
    margin-bottom: 15px;
}
.read-more a {
    color: #F79D3D;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 0.32px;
}
section.why-bajaj h2 {font-size: 45px;line-height: 45px;margin-bottom: 20px;}
section.why-bajaj h2:after {display: none;} 
.choos-area {margin-top: 90px;}

.choose-box {text-align: center;}

.choose-image {margin-bottom: 66px;}

.choose-title h3 {color: #303030;font-size: 30px;line-height: 32px;font-family: 'Roboto';font-weight: 500;}
.choose-content p {
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    font-family: 'Roboto';
    font-weight: 400;
}     
.logo img {
    max-width: 60%;
}
.form-div {
    background: #ffffff;
    box-shadow: 15px 15px 50px #0000001a;
    position: relative;
    margin-top: 50px;
    z-index: 99;
}
.form-div .col-lg-5.col-md-12 {  
    background: #303030;  
    position: relative;	
}
.form-div .col-lg-5.col-md-12:after {
    content: '';   
    display: block;
    width: 4px;
    height: 100%;
    background: #303030;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 99;
}


/* Abhi home form start ----------------------------------------------------------------------------*/







/* Avhi home form end */


.contact-information {
    padding: 50px 80px 50px 60px;
}


.form-area {
    padding: 50px 150px 50px 70px;
}
.form-area input {
    border: 0;
    border-bottom: 1px solid #959595;
    width: 100%;
    height: 70px;
    margin-bottom: 15px;
	outline: 0;
}
.form-area textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	    border: 0;
    border-bottom: 1px solid #959595;
    width: 100%;
    height: 70px;
    margin-bottom: 15px;
	outline: 0;
}
section.contaic-form {
    padding-bottom: 100px;
}
section.contaic-form .col-md-12.mx-auto {
    text-align: center;
    margin-top: 50px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: auto;
    height: auto;
    border: 0;
    padding: 12px 53px;
    border-radius: 50px;
    background:#F89D3E;
    color: #ffffff;
    font-size: 17px;
    font-family: 'gothambook';
}
.contact-information h3 {
    color: #ffffff;
    font-family: 'gothambold';
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 50px;
}
section.package_detail_content {
    position: relative;
    padding: 50px 0;
}
.package_detail_imtro.text-center {
    max-width: 730px;
    margin: 0 auto;
}
.package_detail_imtro h3 {
    font-size: 52px;
    color: #303030;
    line-height: 75px;
    font-family: 'gothambold';
}
.package_detail_imtro p {
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    font-family: 'gothambook';
}
.detail-inner {
    margin-top: 100px;
}   
.package-sub-details h2 {
    font-size: 30px;
    color: #242940;
    font-family: 'gothambold';
    line-height: 40px;
    border-bottom: 1px solid #e2dccd;
    padding-bottom: 18px;
    display: block;
    margin-bottom: 18px;
}
.package-sub-details h5 {
    color: #242940;
    font-size: 28px;
    line-height: 34px;
    font-family: 'gothammedium';
}
.package-sub-details p {
    color: #242940;
    font-size: 22px;
    line-height: 30px;
    font-family: 'gothambook';
}
.package-sub-details p strong {
    font-size: 34px;
    font-family: 'gothambold';
}
.package-sub-details {
    border-bottom: 1px solid #e2dccd;
    padding-bottom: 20px;
}
.pkg-inner-image {
    margin-bottom: 25px;
}
.package-tabs {
    margin-top: 56px;
}
.package-tabs ul.nav.nav-tabs {
    background: #FFFFFF;
    margin-bottom: 40px;
    padding: 15px 20px;
}
.package-tabs .nav-tabs:after {     
	display: none;
}
.package-tabs .nav-tabs:before {     
	display: none;
}
.package-tabs .nav {
    display: flex;
    justify-content: flex-start;
}
.package-tabs  li.nav-item + li.nav-item {
    padding: 0 35px;
}
.package-tabs a.nav-link.active {
    color: #242940;
    font-family: 'gothambold';
    font-size: 20px;
	position: relative;
}  
.package-tabs a.nav-link {
    font-size: 19px;
    font-family: 'gothambook';

}
.single-packages .nav-link.active:after {
    content: '';
    background: #F89D3E;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    bottom: -14px;
}
.package-tabs .tab-content {
    padding: 10px 0;
}
.pkg-inner-faqs {
    padding: 0 35px;
}
.pkg-full-details {
    padding: 0 35px;
}
.pkg-inner-faqs h2 {
    color: #242940;
    font-family: 'gothambold';
    line-height: 42px;
    font-size: 30px;
	position: relative;
	padding-bottom: 15px;
}
.pkg-inner-faqs h2:after {
    content: '';
    background: url(/wp-content/uploads/2022/04/Line-41.png)no-repeat;
    display: block;
    width: 100%;
    height: 1.5px;
    position: absolute;
    bottom: 0px;
}
.tab-content .accordion button {
    font-size: 20px;
    line-height: 25px;
    font-family: 'gothambold';
    text-transform: uppercase;
    padding: 5px 0 !important;
    display: flex;
    width: 100%;
    align-items: center;
}
.tab-content .accordion .accordion-item:before {
	display: none;
}
.tab-content .accordion-item {  
    margin-bottom: 30px;
    margin-top: 24px;
}
.day-name {
    background: #fff;
    padding: 12px 12px 18px;
    font-size: 23px;
    font-family: 'gothambook';
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    margin-right: 22px;
    display: inline-block;
    min-width: 100px;
    position: relative;
	float: left;
}
.pkg-full-details li {
    color: #707070;
    font-size: 16px;
    line-height: 26px;
    font-family: 'gothambook';
}
tr.headss {background: #f89d3e;color: #fff;}

tr.headss th {min-width: 120px;}

table.table.itenery-table.table-responsive td {min-width: 120px;font-size: 14px;padding: 15px 8px;border-right: 1px solid #dfdfdf;}

table.table.itenery-table.table-responsive {border-left: 1px solid #dfdfdf;}

tr.headss {border: 2px solid #dfdfdf;border-bottom: 0;}
.package-tabs .accordion-content {
    margin-left: 121px;
}
.day-name:after {
    content: '';
    background: #C9C9C9;
    width: 2px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.accordion-item:last-child .day-name:after {
    display: none !important;
}
.tab-content .accordion button .icon {
    opacity: 1;
	color: #F89D3E;
}
.sidebar-header {
    background: #FF1D07;
    border-radius: 6px 6px 0 0;
    padding: 16px 45px;
}
.sidebar-header i {
    margin-right: 8.55px;
}
.sidebar-header h5 {
    color: #F8F8F8;
    font-size: 18px;
    font-family: 'gothambold';
    margin: 0;
}
.sidebar-body {
    background: #FFFFFF;
    padding: 24px 24px 0px 24px;
    border-radius: 0 0 6px 6px;
}
.sidebar {
    position: sticky !important;
    top: 30px;
}
.pk-price {
    display: flex;
    position: relative;
    padding-bottom: 20px;
}
.pk-price:after {
    content: '';
    background: url(/wp-content/uploads/2022/04/Line-41.png)no-repeat;
    display: block;
    width: 100%;
    height: 1.5px;
    position: absolute;
    bottom: 0px;
}

.pk-sale-price {
    font-size: 32px;
    font-family: 'gothambold';
    letter-spacing: -2px;
    line-height: 47px;
}
section.tickets-visa .row {
    align-items: center;
}
.page-template-about section.tickets-visa {
    padding: 40px 0 60px;
}

.pk-regular-price {
    color: #707070;
    font-size: 16px;
    font-family: 'gothammedium';
    margin: 0 25px 0 10px;
}
.pk-month p {
    color: #707070;
    font-size: 13px;
    line-height: 15px;
    font-family: 'gothambook';
	    margin-bottom: 0;
}
.current-month {
    border: 1.5px solid #C95045;
    color: #C95045;
    margin-top: 5px;
    max-width: 148px;
    height: 45px;
    line-height: 44px;
    padding-left: 10px;
    font-size: 16px;
    font-family: 'gothambook';
    border-radius: 6px;
}
.Inclusion {
    padding: 20px 0;
}
.Inclusion h5 {
    color: #242940;
    font-size: 18px;
    line-height: 25px;
    font-family: 'gothammedium';
}
.Inclusion-data {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.incl-box p {
    color: #242940;
    font-size: 13px;
    line-height: 17px;
    padding-top: 7px;
    font-family: 'gothambook';
}
.incl-box p {
    color: #242940;
    font-size: 9px;
    line-height: 17px;
    padding-top: 7px;
    font-family: 'gothambold';
}
.incl-box img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}
.sidebar-form input {
    width: 100%;
    margin-bottom: 16px;
    padding-left: 9px;
    height: 45px;
    border: 1px solid #C9C9C9;
    border-radius: 6px;
	outline: 0;
	  font-size: 14px;
    font-family: 'Roboto';
}
.sidebar-form input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    font-size: 14px;
    font-family: 'Roboto';
    color: #C9C9C9;
    font-weight: 400;
}
.sidebar-form input::placeholder {
	  font-size: 14px;
    font-family: 'Roboto';
}
.sidebar-form {
    margin-top: 40px;
}
.sidebar-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
    width: 100%;
	margin-bottom: 16px;
    padding-left: 9px;
    border: 1px solid #C9C9C9;
    border-radius: 6px;
	outline: 0; 
	  font-size: 14px;
    font-family: 'Roboto';
}
.sidebar-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
    text-align: center;
    padding: 0;
    height: 65px;
}
.sidebar-form input[type="radio"] {
    width: 20px !important;
    height: 20px;
    border-radius: 50%;
    padding: 0;
    border: 1px solid #F89D3E;
}
.sidebar-form  label {
    font-family: 'gothambold';
}
.sidebar-form label {
    width: 100%;
}
.sidebar-form  span.wpcf7-list-item-label {
    position: relative;
    bottom: 21px;
    left: 4px;
    font-size: 13px;
    line-height: 34px;
    color: #242940;
    font-family: 'gothambook';
    font-weight: 500;

}
.why-choos-side {margin-top: 31px;}

.sidebar-header.blue {background: #1E1B55;padding: 16px 0;text-align: center;}  
.verified h5 {
    color: #242940;
    font-size: 22px;
    font-family: 'gothambold';
    line-height: 26px;
}
.verified {
    margin-bottom: 34px;
}
.why-choos-side .sidebar-body {
    padding: 24px 24px 24px 24px;
}
.verified p {position: relative;color: #707070;font-size: 14px;line-height: 24px;font-family: 'gothambook';padding-left: 17px;}

.verified p:before {content: '';background: #5FBD00;height: 10px;width: 10px;display: block;position: absolute;top: 6px;left: 0;border-radius: 50%;}
.pkg-full-details p {
    color: #707070;
    font-size: 16px;
    line-height: 26px;
    font-family: 'gothambook';
}
.search-blog-wapper {
    padding: 60px 0;
}
.information.info_1 {
    color: #FFFFFF;
    font-family: 'gothambook';
    font-size: 20px;
    line-height: 30px;
}
.information.info_1 a{
    color: #FFFFFF;
  
}

.information.info_2 a {
	   color: #FFFFFF;
    font-family: 'gothambook';
    font-size: 20px;
    line-height: 30px;
	
}
.information.info_3 a {
	   color: #FFFFFF;
    font-family: 'gothambook';
    font-size: 20px;
    line-height: 30px;
}
.social_links {
    position: absolute;
    bottom: 25px;
}
.social_links a {padding-right: 28px;}

.social_links a i {font-size: 22px !important;color: #ffffff;}
.information.info_1 i {
    float: left;
    margin-right: 25px;
    height: 54px;
    margin-top: 10px;
    font-size: 22px !important;
}
.information.info_2 i {
    float: left;
    margin-right: 25px;
    height: 50px;
    margin-top: 10px;
    font-size: 22px !important;
}
.information.info_3 i {
    float: left;
    margin-right: 25px;
    height: 50px;
    margin-top: 10px;
    font-size: 22px !important;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.wp-megamenu-item-26.wpmm_dropdown_menu.wpmm-fadeindown.wpmm-submenu-right {
    padding-right: 0 !important;
}
.information:after {
    content: '';
    display: block;
    clear: both;
}
.multicity {position: relative;}
	.multicity input.wpcf7-form-control.wpcf7-text {
   	width: 100%;
	height: 55px;
    padding: 9px;
    border: 1px solid #C9C9C9;
    border-radius: 6px;
    outline: 0;
}
.wpcf7-field-group {position: relative;}

button.wpcf7-field-group-remove {
    position: absolute;
    right: 7%;
    top: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 0;
    background: #f89d3e;
    color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}

button.wpcf7-field-group-add {
    position: absolute;
    right: 3%;
    top: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 0;
    background: #f89d3e;
    color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}
.multicity {display: none;}
/* div#return_date {opacity: 0;} */
div#return_date {
	display: none;  
}
.depeart {display: flex;justify-content: space-around;}

.coll {
    margin: 0 0 0 1%;
}
.coll:first-child{
    margin: 0;
}
.booking-form textarea {width: 100%;
    padding: 9px;
    height: 120px;
    border-radius: 11px;}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    line-height: normal;
    border: 2px solid #00a0d2;
    text-align: left;
    font-size: initial;
}
.our-vasas {
    text-align: center;
}
.why-book h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 15px;
}

.mt-50 {
    margin-top: 50px;
}
.page-id-519 header.site-main-header {
    position: relative;
    padding: 0;
    box-shadow: 0 0 10px #dfdfdf;
	background: #ffffff;
}
.privacy {
    padding: 50px 0;
}
section.why-bajaj.our-airllines {
    padding-top: 70px;
}
.all-airlines {
    margin-top: 90px;
}
.singel-airline img {
    max-width: 180px;
    height: auto;
}
.singel-airline {
    width: 100%;
    height: 150px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #dfdfdf;
    border-radius: 5px;
}
.accordion .accordion-content a {
    color: #f18d02;
}



/* responsive css */
@media only screen and (max-width: 1500px) {   

}
@media only screen and (max-width: 1440px) {   
   .section-title h2 {
    font-size: 59px;
    line-height: 85px;
}
.section-title h2 span {
    font-size: 111px;
}
.pkg-name {
    font-size: 30px;
    line-height: 43px;  
}
.desktop-menu li {
    padding-right: 50px;  
}
}
@media only screen and (max-width: 1370px) {
	.visa-name {
    color: #303030;
    font-size: 22px;
}
	.accordion button .accordion-title {
    font-size: 16px;
}
	.package-short-info {
    position: relative;
    z-index: 3;
    margin-top: -20px;
    border-radius: 10px;
    background: #ffffff;
    padding: 15px 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}
	.package-sub-details p {
    font-size: 18px;
}
	.package-sub-details p strong {
    font-size: 25px;
}
.star-area .pkg-days {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 7px;
}
	.where-content h4 {
    font-size: 14px;
}
	.package-sub-details h5 {
    font-size: 24px;
}
.mission-content {
    padding: 30px 30px 30px;
}
	.pkg-name {
    font-size: 20px;
}
.pk-sale-price {
    font-size: 20px;
}

.visa-data {
    padding: 19px 20px;
}

.visa-content {
    font-size: 14px;
    line-height: 24px;
    min-height: 104px;
}

.form-inner h3 {
    font-size: 35px;
}


.where-image {
    height: 180px;
}

.where-image img {
    height: 180px !important;
}


.page-template-templates .price {
    top: 35%;
}


.contact-information h3 {
    font-size: 28px;
}


.information.info_1 {
    font-size: 18px;
    line-height: 28px;
}

.information.info_2 a {
    font-size: 18px;
    line-height: 28px;
}


.information.info_3 a {
    font-size: 18px;
    line-height: 28px;
}

.information.info_3 i {
    margin-top: 5px;
}


.information.info_2 i {
    margin-top: 5px;
}

.information.info_1 i {
    margin-top: 5px;
}

.form-area {
    padding: 50px 70px 50px 70px;
}

.pkg-rating {
    margin-bottom: 5.95px;
}

.pkg-book {
    margin-top: 10px;
}

.page-template-templates .price {
    top: 38%;
}
.footer-inner a {
    font-size: 12px;
}
.footer-inner p {
    font-size: 12px;
}
	.pkg-price {
    font-size: 14px;
}
.pkg-price span {
	 font-size: 16px;
}
.book-btn a {
    padding: 11px 30px;
    font-size: 16px;
}
.section-title h2 {
	font-size: 50px;
}
.section-title h2 span {
	font-size: 90px;
}
.visa-left h2 {
	 font-size: 62px;
}
.counter-txt {
    font-size: 18px;
    line-height: 25px;
}
.know-more a {
    padding: 17px 25px;
    font-size: 20px;
}
 .review-cnt-box {
	 padding: 10px 15px;
 } 
.review-cnt {
	font-size: 14px;
	line-height: 24px;
}
section.hero-banner {
    padding: 250px 0 170px;
}
.popular-pkg-area {
	margin-top: 90px;
}
section.Honeymoon-pkgs {
	padding: 50px 0 60px;
}
section.about-us-main {
    padding: 40x 0 40px;
}
.abtcta h3 {
    font-size: 32px;
}

}
.row.flight_form input {width: 100%;margin-bottom: 0px;padding: 9px;height: 55px;border-radius: 2px;outline: 0;border: 1px solid #e4e7ee;}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {outline: 0;}
@media only screen and (max-width: 1240px) {   
	.form-inner {
    padding: 28px;
}
.form-inner h3 {
    font-size: 18px;
}
	
	.form-inner1 {
    padding: 0px 0px 0px 0px;
}
	.form-inner1 h3 {
    font-size: 18px;
}
	
	
	.row.depeart label {
    width: 100%;
}
	.offer-cnt-box {
    padding: 15px;
}
.offer-name {
    font-size: 16px;
}
.offer-cnt {
    font-size: 13px;
    line-height: 22px;
}

.pkg-name {
    font-size: 18px;
}
.pkg-rating i {
    font-size: 16px !important;
}
	.package-short-info {
		position: relative;
    z-index: 3;
    margin-top: -20px;
    border-radius: 10px;
    background: #ffffff;
    padding: 15px 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
	}
	.pkg-price span {
    font-size: 14px;
}
.banner-data h1 {
	font-size: 60px;
	line-height: 70px;
}
.banner-data p {
 max-width: 548px;
 font-size: 16px;

}
.my-popular-pkgs {
	margin-top: 60px;
}
.desktop-menu li {
    padding-right: 40px;
}
.book-btn {
	width: 50%;
}
.pkg-price {
    font-size: 12px;
}
.pkg-price span {
    font-size: 16px;
}
section.International-pkgs {
	padding: 15px 0 50px;
}
section.airticket-pkgs {
    padding: 20px 0 20px;
}
.visa-left h2 {
	font-size: 50px;
    line-height: 55px;
    margin-bottom: 20px;
}
.counter-number {
    font-size: 45px;
}
		button.wpcf7-field-group-remove {
    right: 8%;

}
}
@media only screen and (max-width: 1024px) {   
	ul#menu-main-menu li {
    padding: 0 10px;
}
ul#menu-main-menu li a {
    font-size: 14px;
}



.multicity input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    font-size: 16px;
} 
	button.wpcf7-field-group-remove {
    right: 9%;

}
	.page-template-visa  .nav {
    display: block;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    padding: 0;
    min-width: 220px;
    border-radius: 10px;
}
.cf7mls_back.action-button {
    padding: 0;
    min-width: 220px;
    border-radius: 10px;
}
.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button {
    padding: 0;
}   
.cf7mls_next.action-button {
	  border-radius: 10px;
}
.wpmm_mobile_menu_btn {
    color: #000000 !important;
    background-color: transparent !important;
    font-size: 20px;
}  
.wpmm_mobile_menu_btn:hover {
    color: #ffffff!important;
    background-color: transparent !important;
}
.desktop-menu li {
    margin-bottom: 20px;
}
.desktop-menu a:hover {
    color: #000000 !important;
}
section.hero-banner {
    padding: 265px 0 80px;
    min-height: inherit;
}
.banner-data {
    text-align: center;
}
.banner-data p {
    max-width: 100%;
    font-size: 16px;
    color: #000;
}
.section-title p {
    padding: 0;
}
section.popular-pkgs .slick-slide {
    margin: 0 5px;
}
.section-title h2 {
    font-size: 30px;
}
.section-title h2 span {
    font-size: 50px;
}
.section-title h2 {
	line-height: 30px;
}
section.airticket-pkgs button.slick-next.slick-arrow {
    top: 9%;
}
section.airticket-pkgs button.slick-prev.slick-arrow {
    top: 9%;
}
.pkg-name {
	font-size: 20px;
}
.pkg-rating i {
	font-size: 20px;
}
.package-short-info {
    padding: 20px 31px 35px;
}
.package-short-info {
   position: relative;
    z-index: 3;
    margin-top: -20px;
    border-radius: 10px;
    background: #ffffff;
    padding: 15px 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}
.visa-left p {
    font-size: 16px;
    line-height: 30px;
}
.counter {
    margin-top: 30px;
}
.counter-number {
    font-size: 35px;
}
.counter-txt {
    font-size: 14px;
    line-height: 16px;
}
section.tickets-visa {
    background: #FCF2F1;
    padding: 60px 0;
}
.visa-before-image {
    top: -45px;
    left: 0;
    max-width: 100px;
}
.visa-after-image {
    right: -44px;
    bottom: -44px;
    max-width: 100px;
}
.footer-inner.about-div {
    padding-left: 0;
    position: relative;  
}
.footer-inner.about-div:before {
	display: none;
}
.terms-div:after {
	display: none;
}
.subscribe-form {
    width: 100%;
}
.footer-inner {
    padding: 25px 3px;
}

.footer-inner.about-div {
    padding-left: 25px;
}
.footer-main {
    text-align: center;
}
	.current-menu-item a:before {
		display: none;
	}
li.current-menu-item:after {
	display: none;
}
header.site-main-header  i.fa.fa-bars {
    font-size: 25px !important;
}
.desktop-menu li {
    padding-right: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
    background: transparent;
}
section.inner-page-banner {
    min-height: 70vh;
    height: inherit;
}
.abt-data {
    padding: 60px 30px;
    position: relative;
}
.mission-box {
    margin-bottom: 15px;
}
.visa-left {
    margin-bottom: 75px;
}
.visa-main-image {
    max-width: 100%;
}
.plane-image {
    max-width: 62%;
    top: 12%;
}

.book-form {
    padding: 25px;
}
.offer-cnt-box {
    margin-bottom: 15px;
}
.form-inner {
    padding: 20px;
}
label {
    width: 100%;
}
.depeart input::placeholder {
    font-size: 16px;
}
	input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    font-size: 16px;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    font-size: 16px;
}
.form-cheq span.wpcf7-list-item {
    width: 49%;
}
li.nav-item {
    display: inline-block;
    width: 32%;
    margin: 14px 0;
}
.nav {
    display: inline-block;
}
li.nav-item img {
    width: 40px;
}
.package-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:after {
	display: none;
}
.choos-area {
    justify-content: center;
}
.information.info_3 {
    margin-top: 10px;
    margin-bottom: 10px;
}


}
@media only screen and (max-width: 767px) {  
li.nav-item {
    width: 100%;
}
	.coll {
    margin: 0;
}
.cf7mls_back.action-button {
    padding: 0px 20px !important;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    float: left;
    display: inline-block;
    position: inherit;
    bottom: 0;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    width: auto;
    font-size: 16px;
    padding: 0 !important;
    min-width: 130px !important;
}


button#cf7mls-next-btn-cf7mls_step-2 {
    padding: 0 !important;
    margin: 0;
    width: 130px;
    position: absolute;
    right: 0;
    left: inherit;
    transform: none;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
}
.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    min-height: inherit;
}
 .cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button {
    margin: 0;
}


.multicity input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    font-size: 14px;
}
.depeart {
    display: block;
}
	button.wpcf7-field-group-remove {
    right: 15%;
}
section.hero-banner {
    padding: 100px 0 100px;
}
.banner-data h1 {
    color: #f89d3e;
    font-size: 30px;
    line-height: 45px;
}
section.hero-banner {
    padding: 0px 0 134px;
}  
.left-leafs {
    display: none;
}
.right-leafs {
    display: none;
}
.search-wrapper {
    padding: 10px;
}
.search-wrapper input[type="submit"] {   
    background: #F89D3E;
    border-radius: 10px;
    font-size: 14px;
}
select#ofitem {
    border-radius: 10px;
}


.srch-btm a {
    font-size: 14px;
}
.section-title p {
    line-height: 25px;
    font-size: 14px;
    padding: 0;
}
header.site-main-header .col-lg-4.col-md-4 {
    width: 70%;
}
header.site-main-header .col-lg-8.col-md-8 {
    position: absolute;
    margin-top: 24px;
	z-index: 99;
}
.section-title h2 {
    font-size: 22px;
} 
.section-title h2 span {
    font-size: 30px;
}
.section-title h2 {
    font-size: 24px;
    margin-bottom: 35px;
}
.pkg-content {
    position: absolute;
    bottom: -41px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0 0 0 / 70%);
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.my-airticket-pkgs {
	margin-top: 40px;
}
.our-honemoonpkgs.slider.slick-initialized.slick-slider {
	margin-top: -74px; 
}
.section-header {
    margin-top: 40px;
}
.section-header img {
    width: 100%;
    min-height: 170px;
    object-fit: cover;
}
.international-pks-area {
	margin-top: -35%;
}
section.airticket-pkgs button.slick-next.slick-arrow {
	top: 0;
}
section.airticket-pkgs button.slick-prev.slick-arrow {
	top: 0;
}
button.slick-arrow i {
    font-size: 30px !important;
}
.visa-left {
    padding-top: 0px;
}
section.tickets-visa {
    text-align: center;
}

.visa-left h2 {
    font-size: 32px;
    line-height: 32px;
}
.visa-left h2 br {
	display: none;
}
.visa-left h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
}
.counter .col-md-4 {
    width: 33%;
}
.visa-right {
    margin: 15px 0;
}
.visa-right {
    margin: 15px 0;
}
.visa-main-image {
    max-width: 100%;
    float: none;
    margin-top: 50px;
}
.footer-main {
    text-align: left;
}
.footer-inner {
    padding: 10px 20px;
}
.footer-inner.about-div {
    padding-left: 20px;
}
.subscription input[type="email"] {
    width: 65%;
}
.subscription input[type="submit"] {
    width: 30%;
}
section.about-us-main {
    position: relative;
    padding: 30px 15px 30px;
}
.abt-data {
    padding: 15px;
}
.abtno {
    width: 100%;
    float: none;
}
.abtcta {
    width: 100%;
    float: none;
}
.abt-list {
    text-align: center;
}
.abtcta h3 {
    font-size: 22px;
}
.abtcta p {
    font-size: 14px;
    line-height: 24px;
}
.abtno {
    font-size: 45px;
}
.abt-img img {
    min-width: auto;
    width: 100% !important;
}
.abt-img img {
    min-width: auto;
    width: 100% !important;
}
.abt-box {
    margin-top: 0;
}
.page-template-about section.testimonials {
    padding: 60px 0;
}
.visa-left p {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}
.mission-box {
    margin-bottom: 30px;
}
.mission-content {
    padding: 15px;
}
.mission-content h4 {
    font-size: 25px;
    line-height: 25px;
}
.mission-content p {
    font-size: 14px;
    line-height: 25px;
}
section.Honeymoon-pkgs.Travel {
    padding-bottom: 50px;
}
section.inner-page-banner {
    height: auto;
    min-height: 43vh;
}
.whereto {
    margin-top: 10px;
}
section.Shore {
    padding: 20px 0;
}
.Shore .where-cnt {
    font-size: 14px;
    line-height: 24px;
}
.package_detail_imtro h3 {
    font-size: 26px;
    line-height: 30px;
}
section.package_detail_content {
    padding: 40px 0;
}
.detail-inner {
    margin-top: 0;
}
.package-sub-details h2 {
    font-size: 24px;
    line-height: 30px;
}
.package-sub-details h5 {
    font-size: 24px;
    line-height: 26px;
}
.package-sub-details p {
    color: #242940;
    font-size: 14px;
    font-family: 'gothambook';
}
.package-sub-details p strong {
    font-size: 20px;
}
.pkg-inner-faqs h2 {
    line-height: 28px;
    font-size: 24px;
	text-align: center;
}
.package-tabs .nav {
   
 justify-content: space-between;

}
.package-tabs li.nav-item + li.nav-item {
    padding: 0;
}
.pkg-inner-faqs {
    padding: 0;
}
.day-name {
    padding: 5px;
    font-size: 10px;

    margin-right: 10px;

}
.tab-content .accordion button {
    font-size: 10px;
}
.package-tabs .accordion-content {
    margin-left: 60px;
}
.accordion .accordion-content p {
    font-size: 10px;  
}
.book-form {
    padding: 15px;
}
.form-inner h3 {
    font-size: 22px;
    line-height: 25px;
}
.form-inner {
    padding: 40px 10px;
}
span.wpcf7-list-item-label {
    font-size: 13px;
}
.plane-image {
    max-width: 100%;
    left: 0;
    top: 20%;

}
.fair-type {
    width: 100%;
}
label {
    width: 100%;
}
.fieldset-cf7mls .cf7mls_next {
    float: none;
    transform: none;
    right: 0;
}
.depeart input::placeholder {
	font-size: 14px;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    font-size: 14px;
}
.form-cheq span.wpcf7-list-item {
    width: 48%;
    border: 1px solid;
    height: 55px;
    border-radius: 6px;
    margin: 0px 1%;
    text-align: center;
}
.send-enq-btn {
    position: relative;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    padding: 0 55px;
    min-width: 114px;
    line-height: 40px;
    float: right;
    left: inherit;
    transform: none;
    right: 0;
    top: 74px;
    transform: none;
}
.send-enq-btn 
.advance-lavel {
    line-height: 20px;
    font-size: 16px;
}
.flight-offer .section-title h2 {
    font-size: 24px;
    line-height: 25px;
}
.offer-cnt-box {
    background: #fff;
    padding: 44px 8px;
    margin-bottom: 30px;
}
.offer-box-image img {
    min-width: 100%;
}
.accordion button {
    font-size: 12px;
}
.accordion button {
    padding: 12px 0;

}
.faq-title h2 {
    font-size: 24px;

}
section.faqs {
    position: relative;
    padding: 40px 0;
}
.book-form {
    margin-top: -15em;
}
.plane-image {
    z-index: 9;
}


.choose-offer .section-title h2 {
    font-size: 24px;
}
.nav {
    display: block;
    width: 100%;
}
li.nav-item {
    margin: 14px 0;
}
.package-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:after {
	display: none;
}
.visa-data {
    padding: 35px 15px;
}
section.about-us-main.choose-offer {
    padding: 40px 0;
}
.tab-content {
    padding: 40px 0;
}
section.why-bajaj h2 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 10px;
}
.choos-area {
    margin-top: 10px;
}
.choose-image {
    margin-bottom: 10px;
}
.choose-title h3 {
    font-size: 20px;
    line-height: 25px;
}
.choose-content p {
    font-size: 14px;
    line-height: 24px;
}
.form-area {
    padding: 33px 15px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
    padding: 14px 0;
}
.contact-information {
    padding: 33px 15px;
}
section.contaic-form {
    padding-bottom: 0;
}
.contact-information h3 {
    font-size: 24px;
    margin-bottom: 25px;
}
.social_links {
    position: inherit;
    bottom: 0;
    margin-top: 40px;
}
.information.info_1 {
    font-size: 16px;
    line-height: 18px;
}
.information.info_1 br {
	display: none;
}
.information.info_2 a {
    font-size: 16px;
    line-height: 18px;
}
.information.info_3 {
    margin-top: 0;
}
button#cf7mls-next-btn-cf7mls_step-1 {
    padding: 0 !important;
    border-radius: 6px;
}
.cf7mls-btns {
    text-align: right;
}

}
button#cf7mls-next-btn-cf7mls_step-2 {
    text-transform: uppercase;
}  
button#cf7mls-next-btn-cf7mls_step-1 {
    text-transform: uppercase;
}
button#cf7mls-back-btn-cf7mls_step-3 {
    font-family: 'gothambook';
}
button#cf7mls-back-btn-cf7mls_step-2 {
    font-family: 'gothambook';
}  
input#start_date {
    background: transparent;
}
input#end_date {
    background: transparent;
}
.depeart input {
    line-height: 55px;
}
section.Pilgrimage-packages.w-100 {
    position: relative;
    padding: 60px 0;
}
.shoreboxx {
    display: none;
}
.where-box.shorebox .price {
    top: 54%;
}

img.img_not_slide {
    width: 100% !important;
}
@media only screen and (min-width: 1650px) {
	.container {
    max-width: 90%;
}
	.banner-data h1 {
        font-size: 40px;
        color: #f89d3e;
        text-align: center;

}
.banner-data p {
    text-align: center;
        font-size: 22px;
        color: #000;
        line-height: 30px;
        font-family: 'gothambook' !important;
}
.desktop-menu a {
    font-size: 18px;
}
.Shore .where-image img {
    min-width: 100%;
}
}
.col-md-12.send-enq-btn {
    margin-top: 10px;
}
button.btn.custom-color {
    background: #262262;
    color: #fff;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 20px;
	margin-left:10px;
}

a.btn.custom-color{
	background: #F89D3E;
    color: #fff;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 20px;
	
}
.tabs-button {
    text-align: center;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu {
    text-transform: uppercase;
}

section.new-inner-page-banner.w-100{
	background: #ffeee3;
    padding-top: 30px;
    padding-bottom: 30px;
}
.counter-box{
    position: relative;
    background: #fffbef;
    border-radius: 5px;
    width: 208px;
    padding: 10px 0px 10px 0px;
}
.tabs-button {
    display: flex;
    justify-content: center;
    column-gap: 40px;
}