@font-face {
    font-family: 'Domaine Disp Nar';
    src: url('../fonts/DomaineDispNar-Regular.eot');
    src: url('../fonts/DomaineDispNar-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DomaineDispNar-Regular.woff2') format('woff2'),
        url('../fonts/DomaineDispNar-Regular.woff') format('woff'),
        url('../fonts/DomaineDispNar-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Domaine Disp Nar';
    src: url('../fonts/DomaineDispNar-Bold.eot');
    src: url('../fonts/DomaineDispNar-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DomaineDispNar-Bold.woff2') format('woff2'),
        url('../fonts/DomaineDispNar-Bold.woff') format('woff'),
        url('../fonts/DomaineDispNar-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Conv_DomaineDispNar-Semibold';
    src: url('../fonts/DomaineDispNar-Semibold.eot');
    src: url('../fonts/DomaineDispNar-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DomaineDispNar-Semibold.woff') format('woff'),
        url('../fonts/DomaineDispNar-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*----------- new click button in vendor-signup.php  start -----------*/
.link-button-container {
    text-align: center; 
    /*margin: 20px 0;*/
    margin-top: 30px;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 60%);
    /*border: 1px solid black;*/
}
#vendor-link-btn {
    /* zzz */
    /*display: inline-block;*/
    padding: 16px 24px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
    /*background-color: #000;*/
    /*background-color: #1a366f !important ;*/
    background-color: rgb(26, 54, 111);
    color: #000;
    /*color: #ffffff; */
    /* zzz */
    border: 1px solid rgb(26, 54, 111);
    border-radius: 10px;
    /* Transition for a smooth hover effect */
    transition: all 0.3s ease;
}
.vendor-link-btn:hover {
    background-color: rgb(0, 86, 179);
    border-color: rgb(0, 86, 179);
    color: white;
}
/*----------- new click button in vendor-signup.php  end -----------*/

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.nav-item:last-child a.nav-link {
    border-top-right-radius: 31px;
    border-bottom-right-radius: 31px;
	padding-right: 0.9rem;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #ffffff!important;
    background-color: #012060;
}
.navbar-dark .navbar-nav .nav-link {
    color: #012060;
    font-size: 15px;
    font-weight: 500;	
    font-family: Poppins;
}
.dropdown-menu li .dropdown-item{
	color: #182430;
    font-size: 15px;
    font-weight: 500;	
    font-family: Poppins;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
}
.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/toggle.png);
}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
		padding-top:17px;
		padding-bottom:17px;
	}
	.nav-link.home-nav-link0{
		background-color: transparent!important;
	}
}
@media all and (max-width: 768px) {
	.modalbg-gray-box .cus-name-input {
		width: 48%!important;
		border-radius: 5px;
		margin: auto 5px 5px 0px!important;
	}
	.modalbg-gray-box .cus-rel-input {
		width: 47%!important;
		border-radius: 5px;
		margin: auto 5px 5px 0px!important;
	}
	.modalbg-gray-box .cus-gen-select {
		width: 47%!important;
		border-radius: 5px;
		margin: auto 5px 5px 0px!important;
	}
	.modalbg-gray-box .cus-age-input {
		width: 48%!important;
		background: #fff;
		border-radius: 5px;
		margin: auto 5px 5px 0px!important;
		position: relative;
	}
	.modalbg-gray-box .cus-close {
		width: 18%!important;
	}
	.modalbg-gray-box .cus-close-input {
		width: 18%!important;
	}
	.modalbg-gray-box .form-check.form-check-inline {
		margin-right: 10px!important;
	}
	.d-flex.borderleft-state:before {
		border-left: none!important;
	}
	.flex-wrap-sm{
		flex-wrap:wrap;
		text-align:left
	}
	.footer .text-left{
		text-align:left
	}
	.footer .mx-auto {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}	
	.footer{
		background-color:#1c1c1e;
		margin-left:0px!important;
	}
	.copyright-section-bg{
		position:relative!important;
		width:100%!important;
		left:0px!important;
	}
	.copyright-section{
		display:block!important;
		text-align:center;
	}
	.copyright-section p a {
		padding-left: 10px!important;
	}
	.footer .px-60 {
		padding-left:  30px!important;
		padding-right: 30px!important;
	}
	.getsocial-icons{
		display: inline-block !important;
	}
	.footer .footer-cont-btn {
		margin: 0 auto !important;
		display: inline-block !important;
	}
	.form-heading-box {
		padding: 50px 0 0px!important;
	}
	.home-slider-1 {
		background-position: 0px -18px!important;
		height: auto!important;
		/* height: 110vh!important; */
	}
	.pr-10.select-r{
		padding-right:0px!important;
	}
	.profile-box {
		margin-top: 0px!important;
	}
	.profile-section .profile-details .list-style-none.d-flex li{
		color: #1e1e1e!important;
	}
	.profile-section .breadcrumb-details .list-style-none.d-flex li{
		color: #1e1e1e!important;
	}
	.profile-section .profile-details h4{
		color:#1e1e1e!important;
	}
}
@media all and (min-width: 992px) {
	.dropdown-menu-end[data-bs-popper] {
			right: unset;
			left: unset;
		}
		.dropdown-menu[data-bs-popper] {
			margin-top: unset;
		}
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
	.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.nav-item:hover .dropdown-menu{
	display:block;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
	z-index:99;
}
	
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */
header.section-header {
	position: relative;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
}
.toggle-rem .dropdown-toggle::after{
	display:none;
}
.toggle-rem .nav-link{
	padding-right:0px!important;
	padding-top:0px!important;
	padding-bottom:0px!important;
}
.form-heading-box{
	padding: 130px 0 0px;
}
.bg-white-transparent {
    /* background-color: #ffffffcf!important; */
	border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.home-slider{
	background-image: url(../images/slider/slider-bg-1.jpg);
    background-size: cover;
    background-position: 32% -91px;
    background-repeat: no-repeat;
    height: 130vh;
}
.home-slider-1{
	background-image: url(../images/slider/slider-bg.jpg);
    background-size: cover;
	background-position: 486px -100px;
    background-repeat: no-repeat;
	height:100%;
	/* height:130vh; */
}
.slider-title{
	font-size:50px;
	line-height:55px;
	color:#012060;
	font-family: 'Domaine Disp Nar';
}
.font-regular{
	font-weight:normal;
}
.font-semibold{
	font-weight:600;
}
.font-bold{
	font-weight:bold;
}
.font-medium{
	font-weight:500;
}
.form-box{
	background: #fff;
    padding: 50px 30px 65px;
    border-radius: 15px;
	margin-top:50px;
	box-shadow: 0 0 20px 0 #00000017;
}
.login-text{
	font-size:30px;
	color:#000;
	font-family: Poppins;
	line-height:auto;
}
.para-text{
	font-size:16px;
	color:#000;
	font-family: Poppins;
	line-height:auto;
	margin-bottom:40px
}
#togglePassword {
	position: relative;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    cursor: pointer;
    top: -45px;
    float: right;
    padding: 6px;
    right: 25px;
}
.form-box .border-radius-36{
	height:60px;
	border-radius:36px;
	border: 1px solid #000000;
	padding-left: 25px;
}
.forget-pwd  a {
	font-size:16px;
	color:#000!important;
	font-family: Poppins;
	text-decoration:none;
}
.form-box .form-control, .form-check-label, a {
	font-size:16px;
	color:#000;
	font-family: Poppins;
	text-decoration:none;
}
.checkbox-section .form-check, .form-check-anch{	
    margin-left: 25px;
	margin-bottom:45px;
}
.login-btn-section .login-section-para p{	
    font-size:16px;
	color:#000;
	font-family: Poppins;
	text-decoration:none;
}
.login-btn-section .login-section-para{	
    margin-left: 25px;
}
.login-btn-section .login-section-para p a{	
    color:#012060!important;
	font-size:16px;
	font-family: Poppins;
	text-decoration:none;
	font-weight:600;
}
.btn-yellow{
	background:#f99f24;
	color:#fff;
	height:50px;
	width:125px;
	font-size:18px;
	font-family: Poppins;
	font-weight:600;
	border-radius:26px;
}

.need-help a {
	font-size:16px;
	color:#000;
	font-family: Poppins;
	text-decoration:none;
	float:right;
	margin-top:20px;
	margin-right:25px;
	font-weight:500;
}
.adventures-section{
	 position:relative; 
	/* z-index: -1; */
}
.adventures-section .card img {
    transition: transform 1s ease 0s!important;
}
.adventures-section .card {
    overflow:hidden;
}
.adventures-section .card img:hover {
    /*  transform: scale(1.4); */
}
.row {
    --bs-gutter-x: 0;
}
.section-title .section-heading{
	font-size:50px;
	line-height:52px;
	color:#000;
	font-family: 'Conv_DomaineDispNar-Semibold';
}
.section-title .section-sub-heading{
	font-size:16px;
	line-height:22px;
	color:#213858;
	font-family: Poppins;
	text-transform: uppercase;
}
.pt-20{
	padding-top:20px;
}
.pb-20{
	padding-bottom:20px;
}
.pt-50{
	padding-top:50px;
}
.pb-50{
	padding-bottom:50px;
}
.pt-70{
	padding-top:70px;
}
.pb-70{
	padding-bottom:70px;
}
.pb-170{
	padding-bottom:170px;
}
.mt-50{
	margin-top:50px
}
.mb-50{	
	margin-bottom:50px
}
.bg-yellow{
	background:#f99f24;
}
.bg-blue-green{
	background:#1e999e;
}
.bg-purple{
	background:#7256aa;
}
.adventures-section .card-text{
	font-size:15px;
	line-height:20px;
	font-family: Poppins;
}
.adventures-section .card-title{
	font-size:40px;
	line-height:45px;
	font-family: 'Domaine Disp Nar';
	margin-top:20px;
}
.adventures-section .card-btn{
	color:#fff;
	font-size:15px;
	line-height:20px;
	font-family: Poppins;
	border-radius:25px;
	border:1px solid #fff;
	margin-top:42px;
	width:145px;
	padding:12px;
}
.adventures-section .card-body{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.card-body {
    padding: 0px; 
}
.adventures-section .pl-30{
	padding-left:30px
}
.adventures-section .pr-30{
	padding-right:30px
}
.adventures-section .card-group .card{
	border:none;
}
.adventures-section .text-right{
	text-align:right;
}
.vacations-section{
	position:relative;
	border-right: 10px solid #fff;
	padding-bottom:20px;
}
.vacations-section .section-para{
	font-size:16px;
	line-height:25px;
	font-family: Poppins;
	color:#000;
}
.vacations-section .section-heading{
	margin-bottom:50px;
}
.paln-icon-box h5{
	font-size:21px;
	line-height:20px;
	font-family: Poppins;
	color:#000;
    margin-top: 25px;
    margin-bottom: 60px;
}
.paln-icon-box img{
	width:65px;
}
.plan-section-btn .btn{
	font-size:20px;
	line-height:32px;
	font-family: Poppins;
	font-weight:600;
	color:#fff;
	width:195px;
	height:55px;
	box-shadow: 0px 16px 16px 0px #f99f2478;
	border-bottom: 3px solid #ffffffb8;
}
.faq-section{
	
}
.faq-section .faq-subheading{
	font-size:16px;
	line-height:22px;
	font-family: Poppins;
	text-transform:uppercase;
	color:#213858;
}
.accordion-button:after {
    content: "\002b";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: none;
}
.accordion-button:not(.collapsed)::after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: none;
}
hr:not([size]) {
    height: 1px;
    margin: 25px 0px;
}
.vacations-section{
	background-image: url(../images/bg/vacations-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;	
	/* z-index: -1; */
}
.accordion-item{
	background:#ffffff66;	
}
.accordion-button:not(.collapsed) {
	font-size:16px;
    color: #333333;
    background-color: #ffffff66;	
    font-weight: 600;
	line-height:22px;
	font-family: Poppins;
}
.accordion-button {
	font-size:16px;
    color: #333333;
    background-color: #ffffff57;	
    font-weight: 400;
	line-height:22px;
	font-family: Poppins;
}
.accordion-body p{
	font-size:15px;
    color: #333333;	
    font-weight: 400;
	line-height:20px;
	font-family: Poppins;
	}
@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
		min-height: 53px;
	}
}
.footer .heading-title{
	font-size:18px;
    color: #fff;	
    font-weight: bold;
	line-height:20px;
	font-family: Poppins;
	margin-bottom:24px;
}
.footer p a{
	font-size:14px;
    color: #a6a6a6;	
    font-weight: 200;
	line-height:27px;
	font-family: Poppins;
	margin-bottom:16px;
}
.footer p{
	font-size:14px;
    color: #a6a6a6;	
    font-weight: 200;
	line-height:27px;
	font-family: Poppins;
	margin-bottom:16px;
}
.footer .tollfree-no a{
	font-size:35px;
	line-height:52px;
	font-family: 'Domaine Disp Nar';
	font-weight: bold;
	margin-bottom:30px;
	color:#fff;
}
.footer .tollfree-no a:hover{
	color:#c1c0c0;
}
.footer .footer-cont-btn{
	width:190px;
	height:40px;	
	border:2px solid #2f2f2f;
	text-align:center;
	padding: 5px;
	margin-bottom:35px;
	text-transform: uppercase;
}
.footer .footer-cont-btn a{
	font-size:13px;
    color: #fff;	
    font-weight: bold;
	line-height:20px;
	font-family: Poppins;	
	text-transform: uppercase;
}
.footer .px-60{
	padding-left:60px;
	padding-right:60px;
}
.footer{
	background-color:#1c1c1e;
	margin-left:15px;
}
.border-left-1{
	border-left:1px solid #2f2f2f;
}
p.footer-cont-btn::before {
    content: "";
    border-top: 3px solid #2f2f2f;
    width: 55px;
    height: 10px;
    z-index: 999999999;
    position: absolute;
    margin-left: -95px;
    margin-top: 12px;
}
.getsocial{
	margin-top:30px;
	margin-bottom:20px;
	font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    font-family: Poppins;	
    padding-top: 30px;
}
.copyright-section{
	/* position:absolute;	
	width:70%; */
}
.copyright-section p a{
	color:#a6a6a6;	
	font-size: 14px;
    font-weight: 200;
    line-height: 26px;
    font-family: Poppins;
	padding-left:35px;
}
.copyright-section p{
	color:#a6a6a6;	
	font-size: 14px;
    font-weight: 200;
    line-height: 26px;
    font-family: Poppins;
	margin-bottom: 0px;
}
.copyright-section-bg{	
	background: #3a3a3c;
    min-height: 70px;
    width: 63%;
    position: absolute;
    bottom: 0px;
    left: 50px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding:10px;
}
.footer:before {
    content: "";
    width: 50%;
    background-color: #fff;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}
p.footer-cont-btn::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #2f2f2f;
    right: 0;
	width: calc(50% - 223px);
    margin-top: 68px;
}
.footer p{
	margin-bottom:0px!important;
}
@media screen and (min-device-width: 1281px) and (max-device-width: 1365px) {
	.home-slider {
		background-position: 66% -73px!important;
		height: 166vh !important;
	}	
}
@media screen and (min-device-width: 320px) and (max-device-width: 480px) { 
	.aboutus-slider {
		height: 18vh !important;
		background-image: url(../images/slider/about-us.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.profile-slider {
		height: 18vh !important;
		background-image: url(../images/slider/profile-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.slider-title {
		font-size: 30px;
		line-height: 40px;
	}
	.navbar-dark .logo{
		width: 106px;
	}
	.navbar-dark .user-menu{
		width: 80px;
	}
	.form-heading-box {
		padding: 20px 0 0px!important;
	}
	.adventures-section .card-title {
		font-size: 26px!important;
		line-height: 34px!important;
	}
	.card-body {
		padding-top: 10px!important;
		padding-bottom: 10px!important;
	}
	.section-title .section-heading {
		font-size: 34px!important;
		line-height: 40px!important;
	}
	.faq-section .faq-subheading {
		font-size: 14px!important;
	}
	.home-slider {
		background-position: 0px -18px!important;
		height: auto!important;
	}
	.home-slider-1 {
		background-position: 0px -18px!important;
		height: auto!important;
	}
	.form-box {
		padding: 20px 20px 20px;
	}
	.section-title .section-sub-heading {
		font-size: 14px!important;
	}
	.login-text {
		font-size: 20px!important;
	}
	.form-box {
		margin-top: 20px!important;
	}
	.para-text {
		font-size: 14px!important;
	}
	.form-box .form-control, .form-check-label, a {
		font-size: 12px!important;
	}
	.login-btn-section .login-section-para p {
		font-size: 14px!important;
	}
	.checkbox-section .form-check, .form-check-anch {
		margin-bottom: 20px!important;
	}
	.paln-icon-box{
		margin:10px;
	}
	.adventures-section .card-group .card {
		min-height: 290px!important;
	}
	.faq-section {
		padding-bottom: 80px!important;
	}
	.navbar-dark .navbar-toggler {
		color: rgb(1 32 96 / 0%)!important;
		border-color: rgb(37 37 37 / 10%)!important;
	}	
	.bg-white-transparent {		
		/* background-color: #fff!important; */
		position: absolute!important;
		width: 100%!important;
		top: 100%!important;
	}
	p.footer-cont-btn::after {
		content: "";
		position: absolute;
		border-bottom: 1px solid #2f2f2f;
		right: 0;
		width: calc(100% - 12px);
		margin-top: 68px;
	}
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 	
	p.footer-cont-btn::after {
		content: "";
		position: absolute;
		border-bottom: 1px solid #2f2f2f;
		right: 0;
		width: calc(64% - 223px);
		margin-top: 68px;
	}
	.profile-slider {
		height: 18vh !important;
		background-image: url(../images/slider/profile-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.aboutus-slider {
		height: 18vh !important;
		background-image: url(../images/slider/about-us.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

}
@media screen and (min-device-width: 769px) and (max-device-width: 992px) { 
	
	 .home-slider {
		height: 100vh!important;
		background-position: 152px -65px!important;
	}
	 .home-slider-1 {
		height: auto!important;
		/* height: 100vh!important; */
		background-position: 152px -65px!important;
	}
	.adventures-section .card-title {
		font-size: 15px;
		line-height: 29px;
	}
	.adventures-section .card-btn {
		margin-top: 5px;
	}
	.adventures-section .card-title {
		margin-top: 5px;
	}
	.section-title .section-heading {
		font-size: 32px;
		line-height: 40px;
	}
	.form-heading-box {
		padding: 50px 0 0px!important;
	}
	.navbar-dark .navbar-nav .nav-link {
		font-size: 12px!important;
	}
	.dropdown-menu li .dropdown-item {
		font-size: 12px!important;
	}	
	.navbar-dark .navbar-toggler {
		color: rgb(1 32 96 / 0%)!important;
		border-color: rgb(37 37 37 / 10%)!important;
	}
	.bg-white-transparent {		
		/* background-color: #fff!important; */ 
		/* position: absolute!important; */
		width: 100%!important;
		top: 65%!important;
	}
	.profile-slider {
		height: 43vh !important;
		background-image: url(../images/slider/profile-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.aboutus-slider {
		height: 43vh !important;
		background-image: url(../images/slider/about-us.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.bg-white.f-travellers.cabmemdetails{
		left: unset;
		width:32%!important; 
	}
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1280px) {  
	
	.home-slider {
		background-position: 100% -40px !important;
		height: auto !important;
		background-image: url(../images/slider/slider-bg-1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.form-heading-box {
		padding: 20px 0 0px!important;
	}
	.slider-title {
		font-size: 30px;
		line-height: 35px;
		color: #012060;
		font-family: 'Domaine Disp Nar';
	}
	.form-box {
		background: #fff;
		padding: 25px 20px 40px;
		border-radius: 15px;
		margin-top: 25px;
		box-shadow: 0 0 20px 0 #00000017;
	}
	.para-text {
		font-size: 14px;
		color: #000;
		font-family: Poppins;
		line-height: auto;
		margin-bottom: 20px;
	}
	.login-text {
		font-size: 24px;
		color: #000;
		font-family: Poppins;
		line-height: auto;
	}
	.bg-white.f-travellers.cabmemdetails{
		left: unset;
		width:28%!important;
	}
	.bg-white-fcontent .input-text {
		font-size: 20px!important;
	}
	.profile-slider {
		height: 43vh !important;
		background-image: url(../images/slider/profile-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.aboutus-slider {
		height: 43vh !important;
		background-image: url(../images/slider/about-us.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
}
@media screen and (min-device-width: 1281px) and (max-device-width: 1366px){ 
	
	.home-slider {
		/*background-position: 100% -39px;
		height: auto ;*/
		background-image: url(../images/slider/slider-bg-1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.form-heading-box {
		padding: 20px 0 0px;
	}	
	.slider-title {
		font-size: 35px;
		line-height: 40px;
		color: #012060;
		font-family: 'Domaine Disp Nar';
	}
	.form-box {
		background: #fff;
		padding: 25px 20px 40px;
		border-radius: 15px;
		margin-top: 25px;
		box-shadow: 0 0 20px 0 #00000017;
	}
	.para-text {
		font-size: 14px;
		color: #000;
		font-family: Poppins;
		line-height: auto;
		margin-bottom: 20px;
	}
	.login-text {
		font-size: 24px;
		color: #000;
		font-family: Poppins;
		line-height: auto;
	}
	.bg-white.f-travellers.cabmemdetails{
		left: unset;
		width:28%!important;
	}	
	.bg-white-fcontent .input-text {
		font-size: 20px!important;
	}
	.profile-slider {
		height: 43vh !important;
		background-image: url(../images/slider/profile-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.aboutus-slider {
		height: 43vh !important;
		background-image: url(../images/slider/about-us.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
}
@media screen and (min-device-width: 320px) and (max-device-width: 1400px){
	.profileuser {
		border: 3px solid #ffcc00;
		border-radius: 15px;
		width: 100%;
	}	
	.cameraimg {
		position: absolute;
		right: 20px;
		top: 5px;
	}
	.d-flex.flex-column.profile-cat-list {
		border: 2px solid #ffcc00;
		border-radius: 15px;
		margin: 10px 0px;
		padding-left: 0px;
	}
	.profile-slider {
		height: 43vh !important;
		background-image: url(../images/slider/profile-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.aboutus-slider {
		height: 52vh !important;
		background-image: url(../images/slider/about-us.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.profile-pl-pr{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (min-device-width: 1401px) and (max-device-width: 1920px){
	.profileuser {
		border: 3px solid #ffcc00;
		border-radius: 15px;
		max-width: 100%;
	}	
	.cameraimg {
		position: absolute;
		right: 70px;
		top: 5px;
	}
	.d-flex.flex-column.profile-cat-list {
		border: 2px solid #ffcc00;
		border-radius: 15px;
		margin: 10px 50px;
		padding-left: 0px;
	}
	.profile-slider {
		height: 43vh !important;
		background-image: url(../images/slider/profile-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.aboutus-slider {
		height: 57vh !important;
		background-image: url(../images/slider/about-us.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
}
@media screen and (min-device-width: 1367px) and (max-device-width: 1600px){ 
	.fbooking-slider {
		background-position: 0px 0px !important;
		height: auto !important;
		background-image: url(../images/slider/flight-booking.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.home-slider {
	    background-position: 111px -60px !important;
		height: 133vh !important;
		background-image: url(../images/slider/slider-bg-1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.form-heading-box {
		padding: 73px 0 0px!important;
	}	
	.slider-title {
		font-size: 50px;
		line-height: 55px;
		color: #012060;
		font-family: 'Domaine Disp Nar';
	}
	.form-box {
		background: #fff;
		padding: 50px 30px 65px;
		border-radius: 15px;
		margin-top: 50px;
		box-shadow: 0 0 20px 0 #00000017;
	}
	.para-text {
		font-size: 16px;
		color: #000;
		font-family: Poppins;
		line-height: auto;
		margin-bottom: 40px;
	}
	.login-text {
		font-size: 30px;
		color: #000;
		font-family: Poppins;
		line-height: auto;
	}
	 .adventures-section .card-title {
		font-size: 28px!important;
		line-height:45px!important;
	}
	.home-slider-1 {
		height: 180vh!important;
		background-position: 380px -65px!important;
	}
}
@media screen and (min-device-width: 1601px) and (max-device-width: 1920px){ 
	.fbooking-slider {
		background-position: 0px 0px !important;
		 /* height: auto !important; */
		height: 100vh !important; 
		background-image: url(../images/slider/flight-booking.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.tour-guide {
		min-height: 100vh !important;
	}
	.home-slider {
		background-position: 126px -77px !important;
		height: 125vh !important;
		background-image: url(../images/slider/slider-bg-1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.form-heading-box {
		padding: 73px 0 0px!important;
	}	
	.slider-title {
		font-size: 50px;
		line-height: 55px;
		color: #012060;
		font-family: 'Domaine Disp Nar';
	}
	.form-box {
		background: #fff;
		padding: 50px 30px 65px;
		border-radius: 15px;
		margin-top: 50px;
		box-shadow: 0 0 20px 0 #00000017;
	}
	.para-text {
		font-size: 16px;
		color: #000;
		font-family: Poppins;
		line-height: auto;
		margin-bottom: 40px;
	}
	.login-text {
		font-size: 30px;
		color: #000;
		font-family: Poppins;
		line-height: auto;
	}
	.modal-dialog.modal-lg.becameguide-dialog{
		max-width: 800px;
		margin: 28.75rem auto;
	}
	.modal-dialog.modal-lg.healthlife-dialog{
		max-width: 800px;
		margin: 11.75rem auto;
	}
	.modal-dialog.modal-lg.becameguide-dialog .modal-body {
		padding: 30px!important;
	}
	.modal-dialog.modal-lg.healthlife-dialog .modal-body {
		padding: 30px 10px!important;
	}
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1366px) { 	
	.model-blue.mr-2 {
		margin-right: 15px;
	}
    .fbooking-slider {
		background-position: center !important;
		height: 100% !important;
		background-image: url(../images/slider/flight-booking.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.dropdown-menu li .dropdown-item {
		font-size: 13px!important;
	}
	.navbar-dark .navbar-nav .nav-link {
		font-size: 13px!important;
	}
	 .adventures-section .card-title {
		font-size: 20px!important;
		line-height:25px!important;
	}
	.adventures-section .card-btn {
		margin-top: 15px;
	}
	.home-slider-1 {
		height: auto!important;
		/* height: 170vh!important; */
		background-position: 458px -92px!important;
	}
	.section-title .section-heading {
		font-size: 42px;
		line-height: 45px;
	}
	p.footer-cont-btn::after {
		content: "";
		position: absolute;
		border-bottom: 1px solid #2f2f2f;
		right: 0;
		width: calc(52% - 220px);
		margin-top: 68px;
	}
	.login-btn-section .login-section-para p a {
		color: #012060!important;
		font-size: 14px;
		font-family: Poppins;
		text-decoration: none;
		font-weight: 600;
	}
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #012060;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff!important;
    background-color: #012060!important;
}
.corporate-form {
    background: #1a366ff2;
    padding: 50px 30px 0px 30px;
    border-radius: 15px;
    margin-top: 60px;
    box-shadow: 0 0 20px 0 #00000017;	
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.corporate-form .para-text{
	font-size: 16px;
	font-family: Poppins;
	line-height: 20px;
	margin-bottom: 10px;
}
.corporate-form .login-text {
    font-size: 30px;
    font-family: Poppins;
    line-height: 20px;
    margin-bottom: 25px;
}
.corporate-form .pr-10 {
	padding-right:10px;
}
.corporate-form .form-control {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #fff0;
    background-clip: padding-box;
    border: 1px solid #7287b3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
}
.corporate-form .form-control:focus {
    background-color: #ffffff1a;
    border: 1px solid #91aade;
}
.corporate-form .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.corporate-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

.corporate-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(../images/dropdown-toggle.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 11px 7px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.upload-file input{
	position: absolute!important;
    opacity: 0;
    right: 0;
    margin-top: -24px;
	z-index:1;
}
.upload-file{
	background:#fff;
	text-align:center;	
    padding: 15px 0px;
	position: relative;
}
.upload-file label{
	color:#052362;
	font-size: 16px;
    font-family: Poppins;
    line-height: 20px;
	font-weight:600;
	padding-left: 30px;
	word-break: break-all;
}
.corporate-form i {
 color: #fff;
}

.corporate-btn-section .login-section-para {	
	z-index:99;
}

.corporate-btn-section .login-section-btn {	
	z-index:99;
}

.corporate-btn-section .login-section-para p{
    font-size: 16px;
    color: #fff;
    font-family: Poppins;
    text-decoration: none;
}
.corporate-btn-section .login-section-para p a{
    font-size: 16px;
    color: #fff;
    font-family: Poppins;
    text-decoration: none;
	font-weight:600;
}

.corporate-btn-section .btn-yellow {
    background: #f5be02;
    color: #012060;
    height: 50px;
    width: 220px;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 600;
    border-radius: 0px;
}
.d-flex.justify-content-between.align-items-center.corporate-btn-section {
    background: #414142f2;
    height: 100px;
    width: 100%;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
	padding: 50px 30px 25px 30px;
}
.z-index-99{
	z-index:99;
}
.corporate-form select option{
	color:#000;
}
.aeroplane{
	margin-top: -55px;
    margin-left: -98px;
}
.radiobutton .form-check-input {
    background-color: #fff0;
    border: 1px solid rgb(255 255 255);
}

.radiobutton .form-check-label, a {
    font-size: 16px;
    color: #fff;
    font-family: Poppins;
    text-decoration: none;
	cursor: pointer !important;
}
.pl-20{
	padding-left: 20px;
}
.pl-50{
	padding-left: 50px;
}
.pr-20{
	padding-right: 20px;
}
button.btn.btn-yellow.btn-sm:hover {
    color: #000;
}
.corporate-btn-section .btn-yellow:hover {
    color: #ffffffdb!important;
}
.corporate-btn-section:hover .btn-yellow img {
   filter: invert(1)!important;
}
.footer p a:hover {
    color: #ffffff;
}
.copyright-section p a:hover{
	color: #ffffff;
}
.upload-file label::before {
    background-image: url(http://202.157.82.11/tges/assets/images/upload-icon.png);
    position: absolute;
    height: 21px;
    width: 20px;
    z-index: 999;
    content: "";
    left: 6px;
    background-repeat: no-repeat;
}
.uploaddocfile-box .upload-file label::before {
    background-image: url(http://202.157.82.11/tges/assets/images/white-upload-icon.png)!important;
	position: absolute;
    height: 21px;
    width: 20px;
    z-index: 999;
    content: "";
    left: 6px;
    background-repeat: no-repeat;
	top: 10px;
}

/*----contact us form ----*/
.contactus-form {
    background: #323234f0;
    padding: 50px 30px 15px 30px;
    border-radius: 15px;
    margin-top: 60px;
    box-shadow: 0 0 20px 0 #32323429;	
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.contactus-form .para-text{
	font-size: 16px;
	font-family: Poppins;
	line-height: 20px;
	margin-bottom: 10px;
}
.contactus-form .login-text {
    font-size: 30px;
    font-family: Poppins;
    line-height: 20px;
    margin-bottom: 25px;
}
.contactus-form .pr-10 {
	padding-right:10px;
}
.contactus-form .form-control {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 16px; 
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #fff0;
    background-clip: padding-box;
    border: 1px solid #6d6f71;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contactus-form .form-control:focus {
    background-color: #ffffff1a;
    border: 1px solid #b8b9b9;
}
.contactus-form .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.contactus-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

.contactus-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

.contactus-form i {
 color: #fff;
}

.contactus-form select option{
	color:#000;
}

.contactus-form .form-check-input:checked[type=radio] {
    position:absolute;
}
.contactus-form .upload-file label::before {
    left: 18px!important;
}
.cards-group-box{
	background: #ffffffd4;
    border-radius: 15px;
    margin-top: 20px;
    padding: 20px;
	box-shadow: 0 0 20px 0 #32323429;
}
.content-box-2{
	margin-left: 20px;
}

.content-box-2 .textblue{
	color:#0074ff;
	font-size:14px;
	line-height:20px;
	font-family:Poppins;
	margin-bottom:6px;
}
.content-box-2 .para-text{
	color:#252525;
	font-size:15px;
	line-height:20px;
	font-family:Poppins;
	margin-bottom:5px;
}
.content-box-2 .para-text a{
	color:#1a3670;
	font-size:14px;
	line-height:20px;
	font-family:Poppins;
	margin-bottom:0px;
	font-weight:500;
	text-decoration:underline;
}
.corporate-btn-section{
   padding: 18px 30px 18px 30px!important;
}
.card-img, .card-img-top{
	border-top-left-radius:0px!important;
	border-top-right-radius:0px!important;
}
@media screen and (min-device-width: 1601px) and (max-device-width: 1920px){
	.form-box-copy {
		background: #fff;
		padding: 50px 30px 65px;
		border-radius: 15px;
		margin-top: 50px;
		box-shadow: 0 0 20px 0 #00000017;
	}
	
	.model-blue.mr-2 {
		margin-right: 15px;
	}
}

.form-box-copy {
    background: #fff;
    padding: 50px 30px 65px;
    border-radius: 15px;
    margin-top: 50px;
    box-shadow: 0 0 20px 0 #00000017;
}
.form-box-copy .after-login{
	color:#012060;
	font-size:35px;
	line-height:34px;
	font-family: 'Domaine Disp Nar';
	text-align:center;
	margin-bottom:16px;
}
.form-box-copy .after-login-text{
	color:#012060;
	font-size: 16px;
    line-height: 22px;
    font-family: Poppins;
	text-align:center;
}
.form-box-copy .aplane-box-text{
	color:#fff;
	font-size: 22px;
    line-height: 22px;
    font-family: Poppins;
	text-align:left;
	padding-left:90px;
	margin-bottom: 0;
}
.bg-plain-box{
	background-position: center;
    background-image: url(../images/after-login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	padding:32px;
}
.bg-plain-box-no{
	background-position: center;
    background-image: url(../images/after-login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	padding:32px;
}
.bg-plain-box-rev{
	background-position: center;
    background-image: url(../images/after-login-bg-rev.png);
    background-repeat: no-repeat;
    background-size: cover;
	padding:35px;
}
.form-box-copy .img-box-plane{
	width:27%;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.form-box-copy .plane-box-cont{
	width:73%;
}
.form-box-copy .bg-plain-box-no .img-box-plane img{
	/* padding-left:38px!important; */
	padding-left:0px;
	transition: .6s;
}
.form-box-copy .bg-plain-box .img-box-plane img{
	/* padding-left:30px; */
	padding-left:0px;
	transition: .6s;
}
.bg-plain-box-no:hover .img-box-plane img{
	padding-left:45px!important;
}
.bg-plain-box-no h6.aplane-box-text.font-semibold::before {
    border-top: 2px solid #a57a27;
    content: "";
    width: 95px;
    z-index: 0;
    position: absolute;
    margin-top: -10px;
    margin-left: -67px;
	transition: .6s;
}
.bg-plain-box-no h6.aplane-box-text.font-semibold::after {
    border-bottom: 2px solid #a57a27;
    content: "";
    width: 200px;
    z-index: 0;
    position: absolute;
    margin-top: 27px;
    margin-left: -170px;
	transition: .6s;
}



.bg-plain-box:hover .img-box-plane img{
	padding-left:45px;
}
.bg-plain-box h6.aplane-box-text.font-semibold::before {
    border-top: 2px solid #a57a27;
    content: "";
    width: 95px;
    z-index: 0;
    position: absolute;
    margin-top: -10px;
    margin-left: -67px;
	transition: .6s;
}
.bg-plain-box h6.aplane-box-text.font-semibold::after {
    border-bottom: 2px solid #a57a27;
    content: "";
    width: 200px;
    z-index: 0;
    position: absolute;
    margin-top: 27px;
    margin-left: -134px;
	transition: .6s;
}
.bg-plain-box-rev h6.aplane-box-text.font-semibold::before{
    /*border-top: 2px solid #a57a27;
    content: "";
    width: 95px;
    z-index: 0;
    position: absolute;
    margin-top: -10px;
    margin-left: 110px;
	transition: .6s;*/
}
.bg-plain-box-rev h6.aplane-box-text.font-semibold::after {
    border-bottom: 2px solid #a57a27;
    content: "";
    width: 167px;
    z-index: 0;
    position: absolute;
    margin-top: 27px;
    margin-left: -166px;
	transition: .6s;
}
.bg-plain-box-no:hover h6.aplane-box-text.font-semibold::before {
    width: 200px;
}
.bg-plain-box-no:hover h6.aplane-box-text.font-semibold::after {
    width: 95px;
}
.bg-plain-box:hover h6.aplane-box-text.font-semibold::before {
    width: 200px;
}
.bg-plain-box:hover h6.aplane-box-text.font-semibold::after {
    width: 95px;
}
.bg-plain-box-rev:hover h6.aplane-box-text.font-semibold::before {
    width: 200px;
}
.bg-plain-box-rev:hover h6.aplane-box-text.font-semibold::after {
    width: 95px;
}
.mb-23{
	margin-bottom:23px;
}
.bg123{
	background: #a57a27;
    height: 2px;
    width: 96px;
    float: right;
    margin: -10px 27px 0;
    position: relative;
	transition: .6s;
}
.bg-plain-box-rev:hover .bg123{
	width: 200px;
}
.bg-plain-box-rev:hover .bell-icon{
	animation: updown 1s ease infinite;
}
@keyframes updown {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}
.or-sec .or-text{
	color:#fea801;
	font-size: 22px;
    line-height: 22px;
    font-family: Poppins;
	text-align:center;
	font-weight:600;
}
.or-sec .or-text span{
	color:#012060;
	font-size: 22px;
    line-height: 22px;
    font-family: Poppins;
	text-align:center;
	font-weight:400;
}
.bg-plain-box-rev .bell-icon {
    padding-left: 0px!important;
}
.form-box-copy .service-line{
	color:#012060;
	font-size: 16px;
    line-height: 55px;
    font-family: Poppins;
	font-weight:500;
}
@media screen and (min-device-width: 320px) and (max-device-width: 480px){
	.bg-plain-box-no {
		padding:9px;
	}
	.bg-plain-box {
		padding:9px;
	}
	.bg-plain-box-rev {
		padding:9px;
	}	
	.form-box-copy {
		padding: 50px 10px 65px!important;
	}
	.bg-plain-box-no .img-box-plane img {
		padding-left: 27px;
	}
	.bg-plain-box .img-box-plane img {
		padding-left: 27px;
	}
	.bg-plain-box-rev .bell-icon {
		padding-left: 0px!important;
	}
	.form-box-copy .aplane-box-text {
		font-size: 18px;
	}
	.bg-plain-box-no h6.aplane-box-text.font-semibold::before {
		visibility:hidden;
	}
	.bg-plain-box-no h6.aplane-box-text.font-semibold::after {
		visibility:hidden;
	}
	.bg-plain-box h6.aplane-box-text.font-semibold::before {
		visibility:hidden;
	}
	.bg-plain-box h6.aplane-box-text.font-semibold::after {
		visibility:hidden;
	}
	.bg-plain-box-rev h6.aplane-box-text.font-semibold::after {
		visibility:hidden;
	}
	.bg-plain-box-rev h6.aplane-box-text.font-semibold::before {
		visibility:hidden;
	}
	.bg123 {
		visibility:hidden;
	}
}
.nav-item:hover .dropdown-menu.dropdown-submenu{
	display:none;
}
.dropdown-submenu:hover .dropdown-menu.dropdown-submenu{
	display:block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.flight-booking-tabs{
	background: #f5be02;
    border: 2px solid #fff;
    border-radius: 14px;
    padding: 20px 20px 20px 20px;
    position: absolute;
    top: -60px;
    width: 98%;
    left: 50%;
    transform: translateX(-50%);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #141414;
    background-color: #fff0!important;
	border-color: #fff0 #fff0 #fff0!important;
	font-size:16px;
	font-weight:500;
	font-family: Poppins;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #012060;
    background-color: #fff0!important;
	border-color: #fff0 #fff0 #fff0!important;
	font-size:16px;
	font-weight:500;
	font-family: Poppins;
	text-shadow: 1px 1px #ffffff;
	position:relative;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active svg{
	fill:#012060;
	width:30px;
	display: block;
    margin: 0 auto;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link svg{
		width:30px;
		margin-bottom:15px;
		display: block;
		margin: 0 auto;
		height: 30px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active svg path{
	fill:#012060;
}
.nav-tabs {
	border-bottom: none !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #fff0 #fff0 #fff0;
}
.nav-tabs li.nav-item {
    position: relative;
	padding-left: 15px;
    padding-right: 15px;
}
.nav-tabs .nav-item::after{
	background-image: url(../images/flight-icons/right-side-line.png);
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
}
.nav-tabs .nav-item:last-child::after{
	background-image: none;
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 999999;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
	display:none;
}
.content-box-bg{
	background: #012060e3;
	border-radius:10px;
	padding: 60px 100px 90px;
	box-shadow: 0 0 40px 0 #0006;
	z-index:99;
}
.tour-guide-form{
	position:relative;
	margin-top: 40px;
}
.flight-booking-form{
	position:relative;
	margin-top: 90px;
}
.selected1{
	background: none;
	border-radius: 25px;
	padding: 5px 13px 5px 36px;
	margin-right:0px!important;
	}
.bg-white-fcontent .input-text .bold-text{
	font-weight: 600!important;
	padding-right: 2px;
}
.bg-white-fcontent p{
	font-size:16px;
	font-weight:400;
	font-family: Poppins;
	line-height:20px;
	color:#0f0f0f;
	margin-bottom:0px;
}
p.flight-note-text {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins;
    line-height: 20px;
    color: #ff3b3b;
    margin-bottom: 0px;
    margin-top: 55px;
}
.bg-white-fcontent .input-text{
	font-size:26px;
	font-weight:600;
	font-family: Poppins;
	line-height:22px;
	color:#111111;
	border: 1px solid;
    border-color: #fff0 #fff0 #9d9d9d4f!important;
	padding:5px;
	width:100%;
}
.bg-white-fcontent .input-text span{
    font-size: 22px;
    font-weight: 400;
    font-family: Poppins;
    line-height: 22px;
    color: #111111;
    border: none;
    padding: 0px;
}
.bg-white-fcontent .small-text1:focus-visible {
	outline:none;
}
.bg-white-fcontent .small-text1::placeholder { 
  color:#0f0f0f;
}


.bg-white-fcontent .input-text:focus-visible {
	outline:none;
}
.bg-white-fcontent .input-text::placeholder { 
  color:#c2c2c2;
}
.bg-white-fcontent .gray-text:focus-visible {
	outline:none;
}
.bg-white-fcontent .gray-text::placeholder { 
 color:#c2c2c2;
}
.bg-white-fcontent .f-numberinput:focus-visible {
	outline:none;
}
.bg-white-fcontent .f-numberinput::placeholder { 
 color:#fff;
}
.bg-white-fcontent .gray-text{
	font-size:30px;
	font-weight:600;
	font-family: Poppins;
	line-height:22px;
	color:#c2c2c2;
	border:none;
	padding:0px;
}
.transfer-frist-box{
	background:#fff;
	padding:20px 20px;
	border-top-left-radius:14px;
	border-bottom-left-radius:14px;
	border-right: 3px solid #0b316e;
	width:33%;
	display: flex;
    flex-direction: column;
    justify-content: center;
	position:relative;
}
.hotel-frist-box{
	background:#fff;
	padding:20px 20px;
	border-top-left-radius:14px;
	border-bottom-left-radius:14px;
	border-right: 3px solid #0b316e;
	width:30%;
	display: flex;
    flex-direction: column;
    /* justify-content: center; */
	position:relative;
}
.trade-frist-box {
    background: #fff;
    padding: 20px 20px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    border-right: 3px solid #0b316e;
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.trade-sec-box {
    background: #fff;
    padding: 20px 20px;
    width: 20%;
    border-right: 3px solid #0b316e;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.trade-third-box {
    background: #fff;
    padding: 20px 20px;
    width: 20%;
    border-right: 3px solid #0b316e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.trade-four-box {
    background: #fff;
    padding: 20px 20px;
    width: 20%;
    border-right: 3px solid #0b316e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.trade-five-box {
    background: #fff;
    padding: 20px 20px;
    width: 25%;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.trainbook .frist-box{
	width:27%;
}
.trainbook .sec-box{
	width:27%;
}
.trainbook .third-box{
	width:20%;
}
.trainbook .five-box{
	width:26%;
}
.frist-box{
	background:#fff;
	padding:20px 20px;
	border-top-left-radius:14px;
	/*border-bottom-left-radius:14px;*/
	border-right: 3px solid #0b316e;
	width:21%;
	display: flex;
    flex-direction: column;
    /* justify-content: center; */
	position:relative;
}
.sec-box{
	background:#fff;
	padding: 20px 10px 20px 36px;
	width:21%;
	border-right: 3px solid #0b316e;
	display: flex;
    flex-direction: column;
    /* justify-content: center; */
}
.transfer-sec-box{
	background:#fff;
	padding:20px 20px;
	width:33%;
	border-right: 3px solid #0b316e;
	display: flex;
    flex-direction: column;
    /* justify-content: center; */
	position:relative;
}
.hotel-third-box{
	background:#fff;
	padding:20px 20px;
	width:20%;
	border-right: 3px solid #0b316e;
	display: flex;
    flex-direction: column;
    /* justify-content: center; */
	position:relative;
}
.third-box{
	background:#fff;
	padding:20px 20px;
	width:16%;
	border-right: 3px solid #0b316e;
	display: flex;
    flex-direction: column;
    /* justify-content: center; */
	position:relative;
}
.hotel-four-box{
	background:#fff;
	padding:20px 20px;
	width:20%;
	border-right: 3px solid #0b316e;
	display: flex;
    flex-direction: column;
   /*  justify-content: center; */
}
.four-box{
	background:#fff;
	padding:20px 20px;
	width:17%;
	border-right: 3px solid #0b316e;
	display: flex;
    flex-direction: column;
    /* justify-content: center; */
}
.transfer-third-box{
	background:#fff;
	padding:20px 20px;
	width:33%;
	border-top-right-radius:14px;
	border-bottom-right-radius:14px;
	display: flex;
    flex-direction: column;
    /* justify-content: center; */
}
.hotel-five-box{
	background:#fff;
	padding:20px 20px;
	width:30%;
	border-top-right-radius:14px;
	border-bottom-right-radius:14px;
	display: flex;
    flex-direction: column;
    /* justify-content: center; */
}
.five-box{
	background:#fff;
	padding:20px 20px;
	width:25%;
	border-top-right-radius:14px;
	border-bottom-right-radius:14px;
	display: flex;
    flex-direction: column;
    /* justify-content: center; */
}
.hotel-four-box .small-text1{
	font-size:14px;
	font-weight:400;
	font-family: Poppins;
	line-height:22px;
	color:#353535;	
	border:none;
	padding:0px;
}
.four-box .small-text1{
	font-size:14px;
	font-weight:400;
	font-family: Poppins;
	line-height:22px;
	color:#353535;	
	border:none;
	padding:0px;
}
.hotel-five-box .small-text1{
	font-size:14px;
	font-weight:400;
	font-family: Poppins;
	line-height:22px;
	color:#353535;
}
.five-box .small-text1{
	font-size:14px;
	font-weight:400;
	font-family: Poppins;
	line-height:22px;
	color:#353535;
}
.btn-submit-query{
	font-size:19px;
	font-weight:600;
	font-family: Poppins;
	line-height:22px;
	color:#1c2f73;
	background:#f5be02;
	width:243px;
	padding:17px 35px;
	border:3px solid #fff;
	border-radius:48px;
	cursor: pointer !important;
}
.submit-query-div{
	position: absolute;
    left: 50%;
	bottom: -10px;
    transform: translateX(-50%);
}




.select {
  position: relative;
  margin-bottom: 15px;
}
.select .selectBtn {
  background: var(--bg1);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff;
}
.select .selectBtn:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #f5be02;
  border-bottom: 2px solid #f5be02;
  transition: 0.2s ease;
}
.select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}
.select .selectBtn.toggle:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.select .selectDropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  background: var(--bg1);
  border-top: 1px solid #eee;
  z-index: 1;
  background: #fff;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.select .selectDropdown .option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.select .selectDropdown .option:hover {
  background: #f8f8f8;
}
.select .selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.select .selectDropdown .option {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins;
    line-height: 20px;
    color: #0f0f0f;
}
.ellips{
	background-image: url(../images/ellips.png);
    position: absolute;
    content: "";
    height: 43px;
    width: 43px;
    background-repeat: no-repeat;
	top: 50%;
    left: auto;
    overflow: hidden;
    transform: translateY(-23px);
    right: -21px;
}
.ellips-or{
	background-image: url(../images/ellips-or.png);
    position: absolute;
    content: "";
    height: 43px;
    width: 43px;
    background-repeat: no-repeat;
	top: 50%;
    left: auto;
    overflow: hidden;
    transform: translateY(-23px);
    right: -21px;
	z-index:99;
}
.mb-16{
	margin-bottom:16px!important;
	}
.min-h-35{
	min-height:35px;
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1520px!important;
}
}
.f-numberinput{
	position: absolute;
    left: 0px;
    right: 0;
    bottom: -44px;
    border-bottom-left-radius: 14px;
    padding: 10px;
    width: 100%;
    border: 1px solid #fff;
	background: #092e6a;
	color:#fff;
}
.ftime-select{
	position: absolute;
    left: 0px;
    right: 0;
    bottom: -44px;
    padding: 10px;
    width: 100%;
    border: 1px solid #fff;
	background: #092e6a;
	color:#fff;
	font-size: 14px;
}
.w-full{
	width:100%;
}
.bg-white.f-travellers.cabmemdetails.cabmemdetailsbox{
	left: unset;
	width:24%;
}
.bg-white.f-travellers.cabmemdetails{
	left: unset;
	width:24%
}
.bg-white.f-travellers.cabmemdetails .apply-btn-submit {
    width: 30%;
    float: right;
	margin-right:5px;
}
.bg-white.f-travellers.cabmemdetails .close-btn-submit {
    width: 30%;
    float: right;
}
.bg-white.f-travellers.cabmemdetails .close-btn-submit {
    width: 30%;
}
.bg-white.f-travellers.cabmemdetails .apply-btn-div {
    position: relative;
    width: 100%;
    bottom: 5px;
	padding:10px 0px;
}
#train-booking-form .bg-white.f-travellers{
	margin-top:5px!important;
}
#flight-booking-form .bg-white.f-travellers{
	margin-top:5px!important;
}
#hotelbooking-form .bg-white.f-travellers{
	margin-top:-82px!important;
}
#cabbooking-form .bg-white.f-travellers{
	margin-top:5px!important;
}
.bg-white.f-travellers{
	border-radius:10px;
	padding:20px;
	z-index:999;
	position: absolute;
    right: 100px;
    left: 100px;
	box-shadow: 0 0 40px 0 #0006;
}
.bg-white.f-travellers .cus-name{
	width:24%;
	background:#f4f4f4;
	border-radius:5px;
	padding:12px 10px;
	margin: auto 5px auto 0px;
}
.bg-white.f-travellers .cus-name p{
	font-size:15px;
	color:#393939;
	font-weight:400;
	font-family: Poppins;
	line-height:25px;
	margin-bottom:0px;
}
.bg-white.f-travellers .cus-age{
	width:6%;
	background:#f4f4f4;
	border-radius:5px;
	padding:12px 10px;
	margin: auto 5px auto 0px;
}
.bg-white.f-travellers .cus-age p{
	font-size:15px;
	color:#393939;
	font-weight:400;
	font-family: Poppins;
	line-height:25px;
	margin-bottom:0px;
	text-align:center;
}
.bg-white.f-travellers .cus-gen{
	width:11%;
	background:#f4f4f4;
	border-radius:5px;
	padding:12px 10px;
	margin: auto 5px auto 0px;
}
.bg-white.f-travellers .cus-gen select{
	font-size:15px;
	color:#393939;
	font-weight:400;
	font-family: Poppins;
	line-height:20px;
	margin-bottom:0px;
	border: none;
    background: #f4f4f4;
	width:100%;
}
.bg-white.f-travellers .cus-pref{
	width:20%;
	background:#f4f4f4;
	border-radius:5px;
	padding:12px 10px;
	margin: auto 5px auto 0px;
}
.bg-white.f-travellers .cus-pref select{
	font-size:15px;
	color:#393939;
	font-weight:400;
	font-family: Poppins;
	line-height:20px;
	margin-bottom:0px;
	border: none;
    background: #f4f4f4;
	width:100%;
}
.bg-white.f-travellers .cus-meal{
	width:12%;
	background:#f4f4f4;
	border-radius:5px;
	padding:12px 10px;
	margin: auto 5px auto 0px;
}
.bg-white.f-travellers .cus-meal label{
	font-size:15px;
	color:#393939;
	font-weight:400;
	font-family: Poppins;
	line-height:20px;
	margin-bottom:0px;
	border: none;
}
.bg-white.f-travellers .cus-meal-type{
	width:19%;
	background:#f4f4f4;
	border-radius:5px;
	padding:12px 10px;
	margin: auto 5px auto 0px;
}
.bg-white.f-travellers .cus-meal-type label{
	font-size:15px;
	color:#393939;
	font-weight:400;
	font-family: Poppins;
	line-height:20px;
	margin-bottom:0px;
	border: none;
}
.bg-white.f-travellers .cus-close{
	width:5%;
	background:#e9ebf6;
	border-radius:5px;
	padding:12px 10px;
}
.bg-white.f-travellers .cus-close {
	font-size:15px;
	color:#393939;
	font-weight:400;
	font-family: Poppins;
	line-height:20px;
	margin-bottom:0px;
	border: none;
	text-align: center;
	cursor: pointer;
}

.bg-white.f-travellers .passprtno-box {
    width: 24%;
    border-radius: 5px;
    margin: auto 5px auto 0px;
}
.bg-white.f-travellers.insurance .cus-name-input {
    width: 60%;
    border-radius: 5px;
    margin: auto 5px auto 0px;
}
.bg-white.f-travellers.insurance .cus-gen-select {
    width: 24%;
    border-radius: 5px;
    margin: auto 5px auto 0px;
    border: 1px solid #ced4da;
    padding: 6px;
    border-radius: 5px;
    padding: 12px 10px;
}
.bg-white.f-travellers.insurance .passprtno-box {
    width: 60%;
    border-radius: 5px;
    margin: auto 5px auto 0px;
}
.bg-white.f-travellers.insurance .cus-age-input {
    width: 10%;
    border-radius: 5px;
    margin: auto 5px auto 0px;
}
.bg-white.f-travellers .cus-name-input {
    width: 24%;
    border-radius: 5px;
    margin: auto 5px auto 0px;
}
.bg-white.f-travellers .cus-name-input input{
    font-size:15px;
	color:#393939;
	font-weight:400;
	font-family: Poppins;
	padding: 12px 10px;
}
.bg-white.f-travellers .passprtno-box input{
    font-size:15px;
	color:#393939;
	font-weight:400;
	font-family: Poppins;
	padding: 12px 10px;
}
.bg-white.f-travellers .cus-age-input {
    width: 6%;
    border-radius: 5px;
    margin: auto 5px auto 0px;
}

.bg-white.f-travellers .cus-age-input input{
    font-size:15px;
	color:#393939;
	font-weight:400;
	font-family: Poppins;
	padding: 12px 10px;
}
.bg-white.f-travellers .cus-gen-select {
    width: 11%;
    border-radius: 5px;
    margin: auto 5px auto 0px;
	border: 1px solid #ced4da;
    padding: 6px;
    border-radius: 5px;
	padding: 12px 10px;
}
.bg-white.f-travellers .cus-age-select .select-text{
    font-size:15px;
	color:#393939;
	font-weight:400;
	font-family: Poppins;
}
.bg-white.f-travellers .visatype-box {
    width: 17%;
    border-radius: 5px;
    margin: auto 5px auto 0px;
	border: 1px solid #ced4da;
    padding: 6px;
    border-radius: 5px;
	padding: 12px 10px;
}
.bg-white.f-travellers .visatype-box .select-text{
    font-size:15px;
	color:#393939;
	font-weight:400;
	font-family: Poppins;
}
.bg-white.f-travellers .cus-age-select .select-text:focus-visible, .bg-white.f-travellers .cus-gen-select .select-text:focus-visible, .bg-white.f-travellers .cus-pref-select .select-text:focus-visible, .bg-white.f-travellers .visatype-box .select-text:focus-visible {
   outline:none;
}
.bg-white.f-travellers .cus-gen select:focus-visible, .bg-white.f-travellers .cus-pref select:focus-visible, .bg-white.f-travellers .visatype-box select:focus-visible {
   outline:none;
}
.bg-white.f-travellers .cus-pref-select {
    width: 20%;
    border-radius: 5px;
    margin: auto 5px auto 0px;
	border: 1px solid #ced4da;
    padding: 6px;
    border-radius: 5px;
	padding: 12px 10px;
}
.uploaddocfile-box .upload-file {
    background: #fff;
    text-align: center;
    padding: 0px;
    position: relative;
	background: #323232;
}
.uploaddocfile-box .upload-file label {
    color: #ffffff!important;
	font-size: 14px!important;
}
.uploaddocfile-box .upload-file .uploadfiledoc-text {
    color: #ffffff!important;
	font-size: 12px!important;
	font-weight:300;
	font-family: Poppins;
	margin-bottom: 0px;
}
.bg-white.f-travellers .uploaddocfile-box {
    width: 17%;
    border-radius: 5px;
    margin: auto 5px auto 0px;
	border: 1px solid #ced4da;
    padding: 6px;
    border-radius: 5px;
	padding: 3px 10px;
	background: #323232;
}

.bg-white.f-travellers .cus-pref-select .select-text, .bg-white.f-travellers .cus-gen-select .select-text, .bg-white.f-travellers .visatype-box .select-text{
    font-size:15px;
	color:#393939;
	font-weight:400;
	font-family: Poppins;	
    width: 100%;
	border: none;
	background: none;
}
.bg-white.f-travellers .cus-meal-select {
    width: 12%;
    border-radius: 5px;
    margin: auto 5px auto 0px;
}

.bg-white.f-travellers .cus-meal-select label{
    font-size:15px;
	color:#393939;
	font-weight:400;
	font-family: Poppins;
}
.bg-white.f-travellers .cus-meal-type-radio {
    width: 19%;
    border-radius: 5px;
    margin: auto 5px 0.125rem 0px;
	padding: 12px 10px;
}

.bg-white.f-travellers .cus-meal-type-radio label{
    font-size:15px;
	color:#393939;
	font-weight:400;
	font-family: Poppins;
}
.bg-white.f-travellers .cus-close-input{
	width:5%;
	background:#012060;
	border-radius:5px;
	padding:12px 10px;
	text-align:center; 
	cursor: pointer;
}
.bg-white.f-travellers .cus-meal-select .form-check.form-control{
        padding: 12px 10px 12px 33px;
}
.close-btn-submit{
	color: #fff;
    background: #012060;
    width: 16%;
    float: right;
    text-align: center;
    padding: 10px 20px;
    border-radius: 26px;
	margin-right:10px;
}
.apply-btn-submit{
	color: #fff;
    background: #f5be02;
    width: 16%;
    float: right;
    text-align: center;
    padding: 10px 20px;
    border-radius: 26px;
}
.relative{
	position:relative;
}
.apply-btn-div{
	position: absolute;
	width: 100%;
	bottom: 0px;
}
.hotelbook_btn .apply-btn-submit{
	width: 45%;
}
.form-control.textarea-bg{
	background-color: #f4f4f4!important;
	font-size: 15px;
    color: #393939;
    font-weight: 400;
    font-family: Poppins;
}
.form-check.form-check-inline {
    margin-right: 12px!important;
	z-index: 99!important;
}
.form-check-input:checked[type=checkbox] {
    background-image: url(../images/checkbox-square_1.png);
}
.check-radio-white:checked[type=radio] {
    background-image: url(../images/checkbox-circle-1.png);
}
input.checkbox-black:checked {
    background-color: #ffffff;
    border-color: #000000;
}
.check-radio-white:checked {
    background-color: #ffffff;
    border-color: #000000;
}
@media (max-width: 1366px){
	.bg-white.f-travellers .cus-age {
		width: 6%!important;
	}
	.bg-white.f-travellers .cus-gen {
		width: 12%!important;
	}
	.bg-white.f-travellers .cus-pref {
		width: 21%!important;
	}
	.bg-white.f-travellers .cus-name {
		width: 16%!important;
	}
	.bg-white.f-travellers .cus-meal-type {
		width: 24%!important;
	}
	.bg-white.f-travellers .cus-meal {
		width: 15%!important;
	}
	.bg-white.f-travellers .cus-close {
		width: 5%;
	}
	.bg-white.f-travellers.insurance .cus-name-input {
		width: 60%!important;
	}
	.bg-white.f-travellers .cus-name-input {
		width: 16%!important;
	}
	.bg-white.f-travellers .cus-age-input {
		width: 6%;
	}
	.bg-white.f-travellers .cus-gen-select {
		width: 12%;
	}
	.bg-white.f-travellers .cus-pref-select {
		width: 21%;
	}
	.bg-white.f-travellers .cus-meal-select {
		width: 15%!important;
	}
	.bg-white.f-travellers .cus-close-input {
		width: 5%;
	}
	.bg-white.f-travellers .cus-meal-type-radio {
		width: 24%!important;
	}
	.flight-booking-tabs {
	  width: 100%;
	}
	.content-box-bg {
	  padding: 60px 21px 100px;
	}
	.bg-white.f-travellers {
	  right: 20px;
	  left: 20px;
	}
	
	.bg-white.f-travellers.bus-booking .cus-name {
		width: 32%!important;
	}
	.bg-white.f-travellers.bus-booking .cus-pref {
		width: 23%!important;
	}
	.bg-white.f-travellers.bus-booking .cus-name-input {
		width: 32%!important;
	}
	.bg-white.f-travellers.bus-booking .cus-pref-select {
		width: 23%!important;
	}
}
.cus-name-halfinput {
    width: 46%;
    border-radius: 5px;
    margin: auto 10px auto 0px;
}
.cus-name-halfinput .form-check.form-check-inline {
    margin-right: 75px!important;
    z-index: 99!important;
}
.bg-white.f-travellers.insurance#myDIV .form-control{
	-webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
@media (max-width: 768px){
	.btn-submit-query{
		width:100%;
		display:block;
	}
	.cus-name-halfinput .form-check.form-check-inline {
		margin-right: 12px!important;
		z-index: 99!important;
	}
	.cus-name-halfinput {
		width: 100%;
		border-radius: 5px;
		margin: auto 0px auto 0px;
	}
	.bg-white.f-travellers.insurance .pr-10 {
		padding-right: 0px;
	}
	.fbooking-slider {
	  background-position: center !important;
	  height: 100% !important;
	  background-image: url(../images/slider/flight-booking.png);
	  background-repeat: no-repeat;
	  background-size: cover;
	}	
	.content-box-bg {
	  background: #012060e3;
	  border-radius: 10px;
	  padding: 10px;
	  box-shadow: 0 0 40px 0 #0006;
	}
	.bg-white-transparent {
	  background-color: #ffffff !important;
	  border-top-right-radius: 0px;
	  border-bottom-right-radius: 0px;
	}
	div#main_nav::before {
	  background: none!important;
	  position: relative !important;
	}
	.aboutus-img {
		position: relative;
		padding-left: 0px!important;
	}
	.aboutus-img:before {
		background-image: url(../images/about/aboutus-bg.png);
		content: "";
		width: 100%;
		height: 100%;
		position: relative!important;
		background-repeat: no-repeat;
		margin-top: -24px;
	}
	.aboutus-img .greeting-day-text {
		font-size: 20px!important;
		font-weight: bold;
		font-family: Poppins;
		line-height: 30px!important;
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 0px!important;
	}
	.greeting-day-box {
		position: absolute;
		width: 200px!important;
		z-index: 999;
		top: 40px!important;
		left: 0px!important;
		right: 0px!important;
		background: #0689df;
		text-align: center;
		margin: 0px auto!important;
		padding: 18px 16px!important;
		border-radius: 23px;
	}
	.aboutus-sec-box {
		position: relative;
		padding-top: 50px;
		margin-left: 0px !important;
		width: 100%;
	}
	.box-first-about {
		padding: 25px 22px 20px 22px;
		border: 1px solid #000;
		border-radius: 12px;
		position: relative;
		margin-bottom: 95px;
		background: #fff;
		width: 100% !important;
	}
	.about-header-title .header-title-h2 h2 {
		font-size: 50px;
		font-family: 'Conv_DomaineDispNar-Semibold';
		line-height: 40px!important;
		color: #fff;
		text-align: center;
	}
	.para-box-1 {
		padding: 30px 0px 0px 20px;
		max-width: 100%!important;
	}
}
@media (max-width: 480px){
	.fbooking-slider {
	  background-position: center !important;
	  height: 100% !important;
	  background-image: url(../images/slider/flight-booking.png);
	  background-repeat: no-repeat;
	  background-size: cover;
	}	
	.content-box-bg {
	  background: #012060e3;
	  border-radius: 10px;
	  padding: 10px;
	  box-shadow: 0 0 40px 0 #0006;
	  padding-top: 250px;
	}
}
@media (max-width: 360px){
	.content-box-bg {
	  padding-top: 330px;
	}
}
div#main_nav:before {
   background: #ffffffcf!important;
    position: absolute;
    content: "";
    width: calc(100% - 8px);
    height: 30%;
    left: 5px;
    right: 49px!important;
    z-index: 0;
    border-radius: 25px;
}
a.navbar-brand {
    z-index: 99;
}
@media screen and (min-device-width: 993px) and (max-device-width: 1099px){
	.fbooking-slider {
		background-position: center !important;
		height: 100% !important;
		background-image: url(../images/slider/flight-booking.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
	.navbar-dark .navbar-nav .nav-link {
		color: #182430;
		font-size: 11px !important;
	}
	.container, .container-lg, .container-md, .container-sm {
		max-width: 100%;
	}
	.content-box-bg {
		padding: 120px 21px 100px;
	}
}
@media (max-width: 992px){
	.fbooking-slider {
	  background-position: center !important;
	  height: 100% !important;
	  background-image: url(../images/slider/flight-booking.png);
	  background-repeat: no-repeat;
	  background-size: cover;
	}	
	.container, .container-lg, .container-md, .container-sm {
	  max-width: 1024px;
	}
	.navbar-dark .navbar-nav .nav-link {
	  font-size: 12px !important;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
	  padding-right: 5px !important;
	  padding-left: 5px !important;
	}  
	.content-box-bg {
		padding: 120px 10px 100px;
	}
}
@media (max-width: 991px){
	.d-flex.w-full.mb-2 {
		flex-wrap: wrap;
		margin-bottom: 20px !important;
	}
	.bg-white.f-travellers .cus-name {
		width: 73%!important;
		margin-bottom:8px;
	}
	.bg-white.f-travellers .cus-age {
		width: 9%!important;
		margin-bottom:8px;
	}
	.bg-white.f-travellers .cus-gen {
		width: 15%!important;
		margin-bottom:8px;
	}
	.bg-white.f-travellers .cus-pref {
		width: 45%!important;
	}
	.bg-white.f-travellers .cus-meal-type {
		width: 31%!important;
	}
	.d-flex.w-full.mb-4 {
		flex-wrap: wrap;
	}
	.bg-white.f-travellers .cus-name-input {
		width: 73%!important;
		margin-bottom:8px;
	}
	
	.bg-white.f-travellers .cus-age-input {
		width: 9%!important;
		margin-bottom:8px;
	}
	.bg-white.f-travellers .cus-gen-select {
		width: 15%!important;
		margin-bottom:8px;
	}
	.bg-white.f-travellers .cus-pref-select {
		width: 45%!important;
	}
	.bg-white.f-travellers .cus-meal-type-radio {
		width: 31%!important;
	}
}
@media (max-width: 768px){
	select.tofromairport {
		position: relative!important;
		top: 0px!important;
		min-height: 47px;
		width: 100%!important;
		left: 5px!important;
		border: none;
		background: #f2f2f2;
		appearance: auto!important;
	}
	.d-flex.w-full.mb-2 {
		flex-wrap: wrap;
		margin-bottom: 20px !important;
	}
	.bg-white.f-travellers .cus-name {
		width: 70%!important;
		margin-bottom: 8px;
	}
	.bg-white.f-travellers .cus-age {
		width: calc(30% - 5px)!important;
		margin-bottom: 8px;
		margin-right: 0px;
	}
	.bg-white.f-travellers .cus-gen {
		width: 35%!important;
		margin-bottom: 8px;
	}
	.bg-white.f-travellers .cus-pref {
		width: calc(65% - 5px)!important;
		margin: 0 5px auto 0;
		margin-right: 0;
	}
	.bg-white.f-travellers .cus-meal {
		width: 100%!important;
		margin-bottom: 8px;
		margin-right: 0px;
	}
	.bg-white.f-travellers .cus-meal-type {
		width: 75%!important;
	}
	.bg-white.f-travellers .cus-close {
		width: calc(25% - 5px);
		margin-right: 0px;
	}	
	.d-flex.w-full.mb-4 {
		flex-wrap: wrap;
	}
	
	.bg-white.f-travellers .cus-name-input {
		width: 70%!important;
		margin-bottom: 8px;
	}
	.bg-white.f-travellers .cus-age-input {
		width: calc(30% - 5px)!important;
		margin-bottom: 8px;
		margin-right: 0px;
	}
	.bg-white.f-travellers .cus-gen-select {
		width: 35%!important;
		margin-bottom: 8px;
	}
	.bg-white.f-travellers .cus-pref-select {
		width: calc(65% - 5px)!important;
		margin: 0 5px auto 0;
		margin-right: 0;
	}
	.bg-white.f-travellers .cus-meal-select {
		width: 100%!important;
		margin-bottom: 8px;
		margin-right: 0px;
	}
	.bg-white.f-travellers .cus-meal-type-radio {
		width: 75%!important;
	}
	.bg-white.f-travellers .cus-close-input {
		width: calc(25% - 5px);
		margin-right: 0px;
	}
	.frist-box {
		padding: 20px 20px;
		width: 50%;
		min-height: 170px;
	}
	.trainbook .frist-box{
		width:50%;
	}
	.trainbook .sec-box{
		width:50%;
	}
	.trainbook .third-box{
		width:100%;
		border-right: 0px;
	}
	.trainbook .five-box{
		width:100%;
	}
	#collapse-A .transfer-frist-box {
		width: 100%;	
		border-top-right-radius:14px;
		border-right: 0px;
		margin-bottom: 1px;
	}
	#collapse-A .trade-frist-box {
		width: 100%;	
		border-top-right-radius:14px;
		border-right: 0px;
		margin-bottom: 1px;
		min-height: 140px;
		padding: 10px 10px;
		border-bottom-left-radius: 0px;
	}
	#collapse-A .trade-sec-box {
		width: 100%;
		border-top-right-radius: 0px;
		margin-bottom: 1px;
		background: #fff;
		padding: 10px 10px;
		min-height: 170px;
		border-right: none;
	}
	#collapse-A .trade-third-box {
		width: 100%;
		border-top-right-radius: 0px;
		margin-bottom: 1px;
		min-height: 140px;
		padding: 10px 10px;
		background: #fff;
		border-right: none;
	}
	#collapse-A .trade-five-box {
		text-align: left;
		min-height: 140px;
		padding: 10px 10px;
		background: #fff;
		width: 100%;
		border-top-right-radius: 0px;
		border-right: none;
		border-bottom-left-radius: 14px;
		border-bottom-right-radius: 14px;
	}
	#collapse-A .hotel-frist-box {
		width: 100%;	
		border-top-right-radius:14px;
		border-right: 0px;
		margin-bottom: 1px;
	}
	#collapse-A .transfer-sec-box {
		width: 100%;	
		border-top-right-radius:0px;
		margin-bottom: 1px;
	}
	#collapse-A .hotel-third-box {
		width: 100%;	
		border-top-right-radius:0px;
		margin-bottom: 1px;
	}
	#collapse-A .hotel-four-box {
		width: 100%;	
		border-top-right-radius:0px;
		margin-bottom: 1px;
	}
	.transfer-frist-box {
		padding: 20px 20px;
		width: 50%;
		min-height: 170px;		
		border-bottom-left-radius:0px;
	}
	.hotel-frist-box {
		padding: 20px 20px;
		width: 50%;
		min-height: 170px;		
		border-bottom-left-radius:0px;
	}
	.sec-box {
		background: #fff;
		padding: 20px 10px 20px 36px;
		width: 50%;
		min-height: 170px;
		border-top-right-radius: 14px;
		border-right: none;
	}
	.transfer-sec-box {
		background: #fff;
		padding: 20px 20px;
		width: 50%;
		min-height: 170px;
		border-right: none;
		border-top-right-radius: 14px;
	}
	.hotel-third-box {
		background: #fff;
		padding: 20px 20px;
		width: 50%;
		min-height: 170px;
		border-right: none;
		border-top-right-radius: 14px;
	}
	.third-box {
		background: #fff;
		padding: 20px 20px;
		width: 50%;
		min-height: 170px;
	}
	.hotel-four-box {
		background: #fff;
		padding: 20px 20px;
		width: 100%;
		min-height: 170px;
		border-right: none;
	}
	.four-box {
		background: #fff;
		padding: 20px 20px;
		width: 50%;
		min-height: 170px;
		border-right: none;
	}
	.five-box {
		background: #fff;
		padding: 20px 20px;
		width: 100%;
		min-height: 170px;
		border-top-right-radius: 0px;
		border-right: none;
		border-bottom-left-radius: 14px;
		text-align:center;
	}
	#collapse-A .transfer-third-box {
		text-align:left;
	}
	#collapse-A .hotel-five-box {
		text-align:left;
	}
	.transfer-third-box {
		background: #fff;
		padding: 20px 20px;
		width: 100%;
		min-height: 170px;
		border-top-right-radius: 0px;
		border-right: none;
		border-bottom-left-radius: 14px;
		text-align:center;
	}
	.hotel-five-box {
		background: #fff;
		padding: 20px 20px;
		width: 100%;
		min-height: 170px;
		border-top-right-radius: 0px;
		border-right: none;
		border-bottom-left-radius: 14px;
		text-align:center;
	}
	.f-numberinput {
		position: relative;
		bottom: -17px;
		border-bottom-left-radius: 0px;
	}
	.ftime-select {
		position: relative;
		left: 0px;
		right: 0;
		bottom: -7px;
		z-index:2;
	}
	.apply-btn-div {
		position: relative;
		width: 100%;
		top: 0px;
	}
	.apply-btn-submit {
		color: #fff;
		background: #f5be02;
		width: 100%;
		float: left;
		text-align: center;
		padding: 10px 20px;
		border-radius: 26px;
		margin-bottom: 10px;
	}
	.close-btn-submit {
		color: #fff;
		background: #012060;
		width: 100%;
		float: left;
		text-align: center;
		padding: 10px 20px;
		border-radius: 26px;
		margin-bottom: 10px;
	}
	.submit-query-div {
		position: relative;
		left: 50%;
		margin-top: 30px;
		transform: translateX(-50%);
		margin-bottom: 22px;
		text-align: center;
	}	
	.multicity-box {
		border-radius: 0px 0px 14px 0px!important;
		width: 50%!important;
		padding: 20px 10px !important;
		flex-wrap: wrap!important;
	}
	.removeCity {
		border-left: none!important;
		margin-top: -10px;
	}
	.card-group>.card {
		flex: unset;
	}
	.adventures-section .card-group .card {
		width: 50%;
	}
	.adventures-section .card-title {
		font-size: 30px;
	}
	.card-group>.card {
		margin-bottom: 0rem;
	}
	
	.radiobutton .d-flex.justify-content-between.align-items-center{
		flex-wrap: wrap;
	}	
	.radiobutton .d-flex.justify-content-between.align-items-center .radioGlobal{
		width:100%;
		margin-top: 10px;
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: space-between;
		align-items: center; 
	}
	.radiobutton .d-flex.justify-content-between.align-items-center #tripWay{
		width:100%;
		margin-top: 10px;
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: space-between;
		align-items: center;
	}
	.form-check.form-check-inline {
		margin-right: 0px!important;
	}
	.flight-booking-form {
		position: relative;
		margin-top: 30px;
	}
	.pd-80 {
		padding: 10px 0px!important;
	}
	.cabbooking .frist-box {
		width: 100%!important;
		border-bottom-left-radius: 0px!important;
		border-top-right-radius: 14px!important;
		border-right: none!important;
		margin-bottom:2px;
	}
	.cabbooking .sec-box {
		width: 100%!important;
		border-top-right-radius: 0px;
		margin-bottom:2px;
	}
	.cabbooking .third-box {
		width: 100%!important;
		border-right: 0px solid #0b316e;
		margin-bottom: 2px;
	}
	.cabbooking .third-box {
		width: 100%!important;
		border-right: 0px solid #0b316e;
		margin-bottom: 2px;
	}
	.cabbooking .five-box {
		width: 100%!important;
		border-bottom-left-radius: 14px;
		border-bottom-right-radius: 14px;
	}
	.bg-white.f-travellers.cabmemdetails {
		left: 0px!important;
		width: 100%!important;
		right: 0px!important;
	}
	#train-booking-form .bg-white.f-travellers {
		margin-top: -145px!important;
	}
	#flight-booking-form .bg-white.f-travellers {
		margin-top: -145px!important;
	}
	#hotelbooking-form .bg-white.f-travellers {
		margin-top: -345px!important;
	}
	#cabbooking-form .bg-white.f-travellers {
		margin-top: -145px!important;
	}
	.bg-white.f-travellers .passprtno-box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 8px;
	}
	.bg-white.f-travellers .visatype-box{
		width: 100%;
		margin-right: 0;
		margin-bottom: 8px;
	}
	.bg-white.f-travellers .uploaddocfile-box{
		width: calc(75% - 5px)!important;
		margin: 0 5px auto 0;
	}
}
@media (max-width: 480px){
	.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.ui-datepicker-multi-2.ui-datepicker-multi{
		width:100%!important;
		left:0px!important;
	}
	.ui-datepicker .ui-datepicker-group.ui-datepicker-group-first{
		width:100%!important;
	}
	.ui-datepicker .ui-datepicker-group.ui-datepicker-group-last{
		width:100%!important;
	}	
	.radiobutton .d-flex.justify-content-between.align-items-center{
		flex-wrap: wrap;
	}	
	.radiobutton .d-flex.justify-content-between.align-items-center .radioGlobal{
		width:100%;
		margin-top: 10px;
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: space-between;
		align-items: center; 
	}
	.radiobutton .d-flex.justify-content-between.align-items-center #tripWay{
		width:100%;
		margin-top: 10px;
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: space-between;
		align-items: center;
	}
	.form-check.form-check-inline {
		margin-right: 0px!important;
	}
	.selected1 {
		padding: 5px 10px 5px 31px;
	}
	.bg-white-fcontent .input-text {
		font-size: 20px;
	}
	.transfer-frist-box {
		min-height: 140px;
		padding: 10px 10px;
	}
	.hotel-frist-box {
		min-height: 140px;
		padding: 10px 10px;
	}
	.frist-box {
		min-height: 140px;
		padding: 10px 10px;
	}
	.two-box {
		min-height: 140px;
		padding: 10px 10px;
	}
	.three-box {
		min-height: 140px;
		padding: 10px 10px;
	}
	.four-box {
		min-height: 140px;
		padding: 10px 10px;
	}
	.hotel-four-box {
		min-height: 140px;
		padding: 10px 10px;
	}
	.five-box {
		min-height: 140px;
		text-align:center;
		padding: 10px 10px;
	}
	.transfer-third-box {
		min-height: 140px;
		text-align:center;
		padding: 10px 10px;
	}
	.hotel-five-box {
		min-height: 140px;
		text-align:center;
		padding: 10px 10px;
	}
	.bg-white-fcontent p {
		margin-bottom: 10px;
	}
	.autocomplete-wrapper {
		min-height: auto;
	}
	.f-numberinput {
		font-size: 14px;
	}
	.ftime-select {
		padding: 10px 5px;
		font-size:14px;
	}
	.multicitySec .sec-box {
		padding: 20px 10px 20px 22px;
	}
	
	.multicitySec .third-box {
		border-radius: 0px 0px 0px 14px;
	}
	.multicitySec .hotel-third-box {
		border-radius: 0px 0px 0px 14px;
	}
	.adventures-section .card-group .card {
		width: 100%;
	}
	.responsive-tabs .collapse .card-body{
		padding-left:0px;
		padding-right:0px;
	}
}
@media screen and (min-device-width: 769px) and (max-device-width: 834px) {
	.radiobutton .d-flex.justify-content-between.align-items-center{
		flex-wrap: wrap;
	}	
	.radiobutton .d-flex.justify-content-between.align-items-center .radioGlobal{
		width:100%;
		margin-top: 10px;
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: space-between;
		align-items: center; 
	}
	.radiobutton .d-flex.justify-content-between.align-items-center #tripWay{
		width:100%;
		margin-top: 10px;
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: space-between;
		align-items: center;
	}
	.form-check.form-check-inline {
		margin-right: 0px!important;
	}
	.flight-booking-form {
		position: relative;
		margin-top: 30px;
	}
}
.nav-tabs .nav-link.active::after {
    background: #fff;
    position: absolute;
    height: 80px;
    width: 100%;
    content: "";
    left: 0px;
    top: -9px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	z-index:-1;
}
.hfeatures-select{
	padding: 10px;
    width: 100%;
    border: 1px solid #fff;
    background: #092e6a;
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
	border-radius:5px;
}
.pd-80{
	padding:0px 80px;
}
.d-flex.justify-content-center.align-items-center.pd-80 .col-md-4, .col-md-3{
	padding-left:5px;
	padding-right:5px;
}
.hfeatures-select:focus-visible {
    outline: none;
}
.label-semitext{
	color: #393939;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 600;
	line-height:22px;
}
.placeholder-bg{
	background:#f4f4f4;
	border:none;
}
.pr-7{
	padding-right:7px;
}
.select-text.placeholder-bg{
	padding: 0.375rem 0.75rem;
	width: 100%;
}
.select-text.placeholder-bg:focus-visible {
    outline: none;
}
.cabmemdetails .model-blue {
	min-height:auto;
	width:100%;
}
.model-blue {
    position: relative;
    display: flex;
    flex-direction: column;
    width:275px;
	min-height:215px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 77%);
    border-radius: 0.3rem;
    outline: 0;
}
.model-blue-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
	background:#012060;
	padding:18px 18px;
}
.model-blue-title{
	font-size:18px;
	font-weight:600;
	font-family: 'Poppins';
	line-height:22px;
	color:#fff;
	margin-bottom:0px;
}
.model-blue-header button.model-btn-close::after {
    content: "\002b";
    position: absolute;
    color: #d30000;
    font-size: 27px;
    top: 8px;
    right: 20px;
    opacity: 1;
    font-weight: 800;
}
.model-blue-header button.model-btn-add::after {
    content: "\002b";
    position: absolute;
    color: #d30000;
    font-size: 27px;
    top: 8px;
    right: 20px;
    opacity: 1;
    font-weight: 800;
}
.invalid-feedback{display: block;font-weight: bold;}
.d-flex #country-code{
	width: 30%;
    margin-right: 10px;
}
.success-travel .img-car-box {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    z-index: 9;
    text-align: center;
}
.success-travel .modal-header {
    border:0px;
}
.success-travel .modal-body .success-text {
    color:#429a3b;
	font-size:30px;
	font-weight:bold;
	font-family: 'Poppins';
	line-height:27px;
}
.success-travel .modal-body .paragraph-text {
    color:#000;
	font-size:20px;
	font-weight:400;
	font-family: 'Poppins';
	line-height:27px;
}
.success-travel .btn-goback {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 27px;
    background: #509b4a;
    border: 3px solid #fff;
    border-radius: 25px;
    padding: 10px 28px;
	box-shadow: 0px 0px 10px 0px #00000033;
}
.success-travel .modal-footer {    
    border: none!important;
}
.success-travel .close-btn-success {    
	position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}
.success-travel .modal-footer .close-btn-success svg{    
   width:22px;
   fill:#fff;
}
@media (min-width: 576px){
	.success-travel .modal-dialog {
		max-width: 725px;
		margin: 10.75rem auto;
	}
}
.success-travel .modal-dialog .modal-body {
	position: relative;
    flex: 1 1 auto;
    padding: 90px 10px 51px 10px;;
}
.success-travel .modal-dialog {
    border: 3px solid #429a3b;
    border-radius: 21px;
	z-index: 1;
}
.success-travel .modal-dialog .modal-content{
    border-radius: 20px;
	border:0px;
}
.success-travel .modal-dialog .modal-content:before {
	position: absolute;
    content: "";
    background: #fff;
    height: 348px;
    width: 345px;
    border-radius: 183px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 3px solid #429a3b;
    top: -140px;
}
.modal-backdrop.show {
    opacity: 0.7;
}
h5.model-btn-close:after {
    content: "\002b";   
    background-image: none;
    width: 10px;
    height: 10px;
    color: #ff0000;
	font-size:26px;
	font-weight:400;
	font-family: 'Poppins';
}
h5.model-btn-add:after {
    content: "\002b";   
    background-image: none;
    width: 10px;
    height: 10px;
    color: #ff0000;
	font-size:26px;
	font-weight:400;
	font-family: 'Poppins';
}
.d-flex.justify-content-between .member-content{
	width:50%
}

.d-flex.justify-content-between .add-minus-btn{
	width:50%;
	border: 1px solid rgb(0 0 0 / 77%);
	border-radius: 5px;
}
.model-blue-content{
	padding:10px 18px;
}
.member-content .member-content-text{
	color:#393939;
	font-size:17px;
	font-weight:500;
	font-family: 'Poppins';
	line-height:22px;
	margin-bottom:0px;
}
.member-content .member-content-para{
	color:#a7a6a6;
	font-size:13px;
	font-weight:400;
	font-family: 'Poppins';
	line-height:22px;
	margin-bottom:0px;
}
.model-close-bg .model-btn-close{
	margin-bottom:0px;	
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.model-add-bg .model-btn-add{
	margin-bottom:0px;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ff0000!important;
    background-color: transparent;
}
.btn-outline-secondary {
    color: #ff0000;
    border-color: #ff0000;
	border: none;
}
.form-control.input-number{
	border: none;
}
select.select-text.w-full {
    padding: 5px 2px;
	border:1px solid rgb(0 0 0 / 77%);
	font-size:14px;
	font-weight:400;
	font-family: 'Poppins';
	line-height:22px;
}
.model-blue-header .model-close-bg {
    background: #fff;
    width: 31px;
    text-align: center;
    height: 31px;
    border-radius: 5px;
}
.model-blue-header .model-add-bg {
    background: #fff;
    width: 31px;
    text-align: center;
    height: 31px;
    border-radius: 5px;
}
.bg-white.f-travellers .form-control.placeholder-bg{
	color: #393939;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 400;
	line-height:22px;
}
.bg-white.f-travellers .select-text.placeholder-bg{
	color: #393939;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 400;
	line-height:22px;
}
.bg-white.f-travellers .form-control.placeholder-bg::placeholder {
	color: #393939;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 400;
	line-height:22px;
}
.bg-white.f-travellers .select-text.placeholder-bg::placeholder {
	color: #393939;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 400;
	line-height:22px;
}
.text-white.foreign-para{
	font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins';
	line-height:22px;
}
#collapse-A ul.nav.nav-tabs.d-flex.justify-content-start.align-items-center{
	background: #012060;
    border-radius: 20px;
}
#collapse-A .nav-tabs .nav-item.show .nav-link, #collapse-A .nav-tabs .nav-link.active {
    color: #012060;
    background-color: #f5be02!important;
    border-color: #f5be02 #f5be02 #f5be02!important;
    font-size: 14px;
    font-weight: 500;
    font-family: Poppins;
    text-shadow: 0px 0px #012060;
    position: relative;
    border-radius: 20px;
}
#collapse-A .nav-tabs .nav-link:focus, #collapse-A .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: unset;
}
#collapse-A .nav-tabs .nav-item.show .nav-link, #collapse-A .nav-tabs .nav-link {
    color: #ffffff;
    background-color: #fff0!important;
    border-color: #fff0 #fff0 #fff0!important;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
	border-radius: 20px;
	transition:none;
}
#collapse-A .nav-tabs li.nav-item {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}
#collapse-A .nav-tabs .nav-item::after {
    background-image: none;
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
}
#collapse-A .select-text.placeholder-bg.customselect {
    color: #111111;
    background-color: #fff0!important;
    border-color: #fff0 #fff0 #fff0!important;
    font-size: 18px;
    font-weight: 600;
    font-family: Poppins;
	line-height:22px;
	padding:0px;
	-webkit-appearance: none;
	  -moz-appearance: none;
	  text-indent: 1px;
	  text-overflow: '';
	  border:none;
}
#collapse-A .custominput-text {
    color: #111111;
    background-color: #fff0!important;
    border-color: #fff0 #fff0 #9d9d9d4f!important;
    font-size: 18px;
    font-weight: 600;
    font-family: Poppins;
    line-height: 22px;
    padding: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: 1px solid;
}
#collapse-A .custominput-text::placeholder {
    color: #111111;
    background-color: #fff0!important;
    border-color: #fff0 #fff0 #fff0!important;
    font-size: 18px;
    font-weight: 600;
    font-family: Poppins;
	line-height:22px;
	padding:0px;
	outline:none;
	border:none;
}
#collapse-A .custominput-text:focus-visible {
   outline:none;
}
.cabbooking .frist-box{
	width: 29%;
	border-bottom-left-radius: 14px;
}
.cabbooking .sec-box{
	width: 15%;
	padding: 20px 10px 20px 10px;
}
.cabbooking .third-box {
    width: 15%;
}
.cabbooking .five-box {
    width: 26%;
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1200px;
	}
	ul#myTab {
		/* justify-content: start !important; */
		justify-content: center !important;
	}
	ul#myTab li.nav-item {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.aboutus-img {
		position: relative;
		padding-left: 25px!important;
	}
	.aboutus-sec-box {
		position: relative;
		padding-top: 50px;
		margin-left: -25px!important;
		width: 100%;
	}
	.box-first-about {
		width: 100%!important;
	}
	.para-box-1 {
		padding: 30px 0px 0px 20px;
		max-width: 92% !important;
	}
	.aboutus-sec-box {
		padding-top: 33px!important;
	}
}
.model-blue-heading{
	color: #393939;
    font-size: 15px;
    font-weight: 600;
    font-family: Poppins;
	line-height:22px;
}
.bus-booking .frist-box {
     width: 28%;
}
.bus-booking .sec-box {
    width: 28%;
}
.bus-booking .third-box {
    width: 18%;
}
.bus-booking .five-box {
    width: 26%;
}
.bg-white.f-travellers.bus-booking .cus-name {
    width: 32%;
}
.bg-white.f-travellers.bus-booking .cus-pref {
    width: 23%;
}
.bg-white.f-travellers.bus-booking .cus-name-input {
    width: 32%;
}
.bg-white.f-travellers.bus-booking .cus-pref-select {
    width: 23%;
}
.form-control.tofromairport{
	border:none!important;
	padding-left:0px!important;
	margin-top:10px;
}

.profileuser{
	border:3px solid #ffcc00;
	border-radius:15px;
}
.profile-section .list-style-none{
	list-style:none;
	padding-left:0px;
}
.breadcrumb-details .list-style-none>li+li:before {
    color: inherit;
    opacity: .5;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.profile-box{
	margin-top: -170px;
}
.profile-section .profile-details h4{
	font-size: 30px;
    font-weight: bold;
    font-family: Poppins;
	line-height:22px;
	margin-bottom: 12px;
	color:#fff;
}
.profile-section .profile-box h2{
	font-size: 30px;
	font-weight:bold;
    line-height: 52px;
    color: #000;
    font-family: 'Domaine Disp Nar';
	border-bottom:1px solid #ccc;
	margin-top: 40px;
}
.profile-section .profile-details .list-style-none.d-flex li{
	font-size: 16px;
    font-weight: 400;
    font-family: Poppins;
	line-height:22px;
	color: #fff;
}
.profile-section .breadcrumb-details .list-style-none.d-flex li{
	font-size: 16px;
    font-weight: 300;
    font-family: Poppins;
	line-height:22px;
	color: #fff;
}
.profile-section .profile-box .editinfo-field{
	padding:20px 0px;
	border-bottom:1px solid #ccc;
}
.profile-section .profile-box .editinfo-field label{
	font-size: 20px;
    font-weight: 300;
    font-family: Poppins;
	line-height:22px;
}
.profile-section .profile-box .editinfo-field h6{
	font-size: 16px;
    font-weight: 300;
    font-family: Poppins;
	line-height:22px;
}
.edit-text{
	font-size: 16px;
    font-weight: 300;
    font-family: Poppins;
	line-height:22px;
	text-decoration:underline;
	color:#1e1e1e!important;
	cursor: pointer;
}
.d-flex.flex-column.profile-cat-list{
	border: 2px solid #ffcc00;
    border-radius: 15px;
	padding-left:0px;
	overflow: hidden;
}
.d-flex.flex-column.profile-cat-list li{
	list-style: none;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
    line-height: 22px;
    color: #1f1f1d!important;
    border-bottom: 2px solid #ffcc00;
    text-align: left;
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
	cursor:pointer;
}
.d-flex.flex-column.profile-cat-list li a{
	color: #1f1f1d!important;
}
.d-flex.flex-column.profile-cat-list li.active{
	list-style:none;
	font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
	line-height:22px;
	color:#1f1f1d!important;
	padding:1px;
    /* border-top-left-radius: 15px;
    border-top-right-radius: 15px; */
}
.d-flex.flex-column.profile-cat-list li.active span{	
	background:#ffcc00;
	display:block;
	padding: 10px;
	padding-left: 18px;
}
.d-flex.flex-column.profile-cat-list li:last-child{
	border-bottom: 0px solid #ffcc00;
}
.mt-3-5{
	margin-top: 2.5rem;
}
.mybooking-detailss .accordion-button{
	padding:0px;
}
.mybooking-detailss .header-box {
    padding: 10px;
    background: #f5f5f5;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.header-box .accordion-title-text{
	font-size: 16px;
    font-weight: 600;
    font-family: Poppins;
	line-height:22px;
	color:#011340!important;
}
.mybooking-detailss .para-text{
	font-size: 14px;
    font-weight: 400;
    font-family: Poppins;
	line-height:22px;
	color:#393939!important;
}
.d-flex.justify-content-start.w-full.bg-white-fcontent{
	
}
.d-flex.justify-content-start.w-full.bg-white-fcontent .booking-frist-box{
	padding:10px;
	width:30%;
	border-right: 1px solid #ccc;
}
.d-flex.justify-content-start.w-full.bg-white-fcontent .booking-sec-box{
	padding:10px;
	width:30%;
	border-right: 1px solid #ccc;
}
.d-flex.justify-content-start.w-full.bg-white-fcontent .booking-third-box{
	padding:10px;
	width:20%;
	border-right: 1px solid #ccc;
}
.d-flex.justify-content-start.w-full.bg-white-fcontent .booking-four-box{
	padding:10px;
	width:20%;
}
.mybooking-detailss .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
    transform: rotate(180deg)!important;
	content: ""!important;
}
.accordion-button:not(.collapsed) {
    border-bottom-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
	border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
}
.mybooking-detailss .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
	content: ""!important;
	transform: rotate(0deg)!important;
	position: absolute;
    right: 30px;
    top: 100px;
}
.booking-four-box .dot-profress{ 
	background: #fc0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-left: 2px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.mybooking-detailss .accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 1px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
}
.booking-sec-box .datePickerLabel {
    font-size: 30px;
    font-weight: 600;
    font-family: Poppins;
    line-height: 22px;
    color: #111111;
    border: none;
    padding: 0px;
    width: 100%;
}
.booking-sec-box .datePickerLabel span {
    font-size: 22px;
    font-weight: 400;
    font-family: Poppins;
    line-height: 22px;
    color: #111111;
    border: none;
    padding: 0px;
    width: 100%;
}
.bg-white-fcontent h5.input-text {
    font-size: 25px;
    font-weight: 600;
    font-family: Poppins;
    line-height: 22px;
    color: #111111;
    border: none;
    padding: 0px;
    width: 100%;
}
.notification-dots{
	background: #dd0303;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    margin-left: 0px;
    margin-top: -20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.not-dropdown-toggle.dropdown-toggle::after{
	display:none;
}
.dropdown-menu.dropdown-menu-end.noti-dropdown-box{
	padding:0px;
	min-width:19.3rem;
}
.dropdown-menu.dropdown-menu-end.profile-menudown-box{
	min-width:13.3rem;
}
.dropdown-menu.dropdown-menu-end.noti-dropdown-box li{
	background: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}
.dropdown-menu.dropdown-menu-end.noti-dropdown-box li.read{
	background: #f7f7f7;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}
.dropdown-menu.dropdown-menu-end.noti-dropdown-box li.unread{
	background: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}
.dropdown-menu.dropdown-menu-end.noti-dropdown-box h5{
	font-size: 16px;
    font-weight: 600;
    font-family: Poppins;
    line-height: 22px;
    color: #182430;
}
.dropdown-menu.dropdown-menu-end.noti-dropdown-box .para-text{
	font-size: 13px;
    font-weight: 400;
    font-family: Poppins;
    line-height: 22px;
    color: #182430;
	margin-bottom:5px;
}
.dropdown-menu.dropdown-menu-end.noti-dropdown-box .para-text a{
	font-size: 13px;
    font-weight: 400;
    font-family: Poppins;
    line-height: 22px;
    color: #182430;
	text-decoration:underline;
}
.dropdown-menu.dropdown-menu-end.noti-dropdown-box .day-text{
	font-size: 13px;
    font-weight: 400;
    font-family: Poppins;
    line-height: 22px;
    color: #757575;
}
.mybooking-table .table-light-bg{
	background:#f5f5f5;
}
.mybooking-table tr{
	background:#fafafa;
	border-bottom:2px solid #fff;
}
.mybooking-table>:not(caption)>*>* {
    padding: 0.5rem 0.8rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.mybooking-table .table-light-bg th{
	font-size: 15px;
    font-weight: 600;
    font-family: Poppins;
    line-height: 22px;
    color: #393939;
	text-align: center;
	text-transform: uppercase;
	background: #eaeaea;
}
.mybooking-table td{
	font-size: 14px;
    font-weight: 400;
    font-family: Poppins;
    line-height: 22px;
    color: #393939;
	text-align: center;
}
.mybooking-detailss .nav.nav-tabs{
	background:#f5f5f5;
}
.mybooking-detailss .nav-tabs .nav-link.active {
    color: #fff!important;
    background-color: #012060!important;
    border-color: #012060 #012060 #012060!important;
    font-size: 18px;
    font-weight: 600;
    font-family: Poppins;
    text-shadow: 0 0 black;
    position: relative;
}
.mybooking-detailss .nav-tabs li.nav-item {
    padding:0px!important;
	border-radius:0px!important;
}
.mybooking-detailss .nav-tabs .nav-link {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.mybooking-detailss .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: unset!important;
}
.mybooking-detailss .nav-tabs .nav-item::after {
    background-image: none;
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
}
.pending-dot-pro .dot-profress {
    background: #fc0;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    margin-left: 2px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
}
.mybooking-table td a{
	font-size: 14px;
    font-weight: 400;
    font-family: Poppins;
    line-height: 22px;
    color: #393939;
	text-decoration:underline;
}
.passangercount{
	font-style: italic;
    font-size: 14px;
    color: #012060!important;
    font-weight: 600;
	text-decoration:none!important;
}
.profile-box .mt-4 {
    margin-top: 2.5rem!important;
}
.aboutus-img{
	position: relative;
    padding-left: 125px;
}
.aboutus-img:before {
    background-image: url(../images/about/aboutus-bg.png);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    margin-top: -24px;
}
.aboutus-img img{
    z-index: 99;
    position: relative;
    border-radius: 21px;
}
.greeting-day-box {
    position: absolute;
    width: 320px;
    z-index: 999;
    top: 0px;
    left: auto;
    right: 235px;
    background: #0689df;
    text-align: center;
    margin: 90px auto;
    padding: 65px 40px;
    border-radius: 23px;
}
.aboutus-img .greeting-day-text {
    font-size: 40px;
    font-weight: bold;
    font-family: Poppins;
    line-height: 50px;
    color: #ffffff;
    text-transform: uppercase;
}
.para-box-1{
	padding: 30px 0px 0px 20px;
    max-width: 81%;
}
.para-box-1 .para-text-1{
	font-size: 14px;
    font-weight: light;
    font-family: Poppins;
    line-height: 23px;
    color: #253646;
	margin-bottom:30px;
}
.aboutus-sec-box h5{
	font-size: 22px;
    font-weight: 600;
    font-family: Poppins;
    line-height: 22px;
    color: #253646;
    text-transform: uppercase;
	text-align:center;
	margin-bottom:20px;
}
.aboutus-sec-box p{
	font-size: 15px;
    font-weight: light;
    font-family: Poppins;
    line-height: 22px;
    color: #253646;
	text-align:center;
}
.box-first-about{
	padding: 25px 22px 20px 22px;
    border: 1px solid #000;
	border-radius:12px;
	position: relative;
	margin-bottom: 95px;
	background:#fff;
	width: 85%;
}
.aboutusbox-icon-1{
	position: absolute;
    border: 1px solid #000;
    padding: 10px;
    top: -18px;
    text-align: center;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    background: #fff;
	margin-bottom:40px;
}
.aboutus-sec-box {
    position: relative;
    padding-top: 50px;
    margin-left: -180px;
    width: 100%;
}

.about-header-title .header-title-h2 h2{
	font-size: 50px;
	font-family: 'Conv_DomaineDispNar-Semibold';
    line-height: 22px;
    color: #fff;
	text-align:center;
}
.about-header-title .header-title-h2{
	transform: translate(-50%,-50%);
    position: absolute;
    top: 30%;
    left: 50%;
}
.tourguide-title{
	font-size: 30px;
    font-weight: bold;
    font-family: Poppins;
    line-height: 27px;
    color: #202020;
	text-align:center;
	margin-bottom:25px;
}
h4.tourguide-title::after {
    background-image: url(../images/about/tourguide-line.png);
    position: absolute;
    content: "";
    width: 60%;
    height: 2px;
    background-repeat: no-repeat;
    top: 65px;
    left: 50%;
    transform: translate(-50%, 0%);
	background-position:top center;
	background-size:100%;
}
.becameguide-form .pr-10{
	padding-right:10px;
}
.becameguide-form .form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.becameguide-form .subtitle-text{
	font-size: 15px;
    font-weight: 600;
    font-family: Poppins;
    line-height: 27px;
    color: #181818;
    margin-bottom: 20px;
}
.border-checkbox-1{
	border:1px solid #181818;
	padding:20px;
}
.border-checkbox-1 .form-check {
    margin-bottom: 12px;
}
.upload-label-text{
	padding-right: 30px;
}
.upload-label-text h5{
	font-size: 14px;
    font-weight: 400;
    font-family: Poppins;
    line-height: 27px;
    color: #181818;
}
.upload-label-text p{
	font-size: 13px;
    font-weight: 400;
    font-family: Poppins;
    line-height: 27px;
    color: #181818;	
    margin-bottom: 0px;
}
.becameguide-form .upload-file-1 {
    background: #e1e1e1;
    text-align: center;
    padding: 10px 16px;
    position: relative;
}
.becameguide-form .upload-file-1 label::after {
     background-image: url("../images/black-upload-icon.png");
    position: absolute!important;
    height: 21px!important;
    width: 20px!important;
    z-index: 999!important;
    content: "";
    right: 15px!important;
    background-repeat: no-repeat;
}
.becameguide-form .upload-file-1 label {
    color: #181818;
    font-size: 14px;
    font-family: Poppins;
    line-height: 20px;
    font-weight: 500;
    padding-right: 32px;
    word-break: break-all;
}
.becameguide-form .form-control::placeholder{
	color: #181818!important;
}
.becameguide-form .form-control{
	border: 1px solid #0a0a0a!important;
    border-radius: 0px!important;
	font-size: 14px!important;
    font-family: Poppins;
    line-height: 22px!important;
    font-weight: 400!important;
    color: #181818!important;
}
.modal-dialog.modal-lg.becameguide-dialog{
	border: 2px solid #303030;
    border-radius: 10px;
}
.modal-dialog.modal-lg.healthlife-dialog{
	border: 2px solid #303030;
    border-radius: 10px;
}
.becameguide-form .form-check-input:checked {
    background-color: #ffffff!important;
    border-color: #a0a0a0!important;
}
.becameguide-form .form-check-input[type=checkbox] {
    border-radius: 10px;
}
.becameguide-form .form-check-input:checked[type=checkbox] {
    background-image: url(../images/checkbox-circle-1.png)!important;
}
.success-border-line-img{
	width:100%;
}
.modalbg-gray-box{
	background: #f2f2f2;
    padding: 10px;
}
.modalbg-gray-box .cus-name-input{
	width: 35%;
    border-radius: 5px;
    margin: auto 5px auto 0px;
}
.modalbg-gray-box .cus-rel-input{
	width: 25%;
    border-radius: 5px;
    margin: auto 5px auto 0px;
}
.modalbg-gray-box .cus-gen-select{
	width: 20%;
	background: #fff;
    border-radius: 5px;
	margin: auto 5px auto 0px;
}
.modalbg-gray-box .cus-age-input{
	width: 15%;
	background: #fff;
    border-radius: 5px;
   margin: auto 5px auto 0px;
   position: relative;
}
.modalbg-gray-box .cus-close{
	width: 6%;
    background: #ffffff;
    border-radius: 0px;
    padding: 5px 10px;
    height: 100%;
    border: 1px solid #0a0a0a!important;
    text-align: center;
	cursor: pointer;
}
.modalbg-gray-box .cus-age-input input {
    border: 1px solid #0a0a0a!important;
    border-radius: 0px!important;
    font-size: 14px!important;
    font-family: Poppins;
    line-height: 27px!important;
    font-weight: 400!important;
    color: #181818!important;
    height: 100%;
}
.modalbg-gray-box .cus-gen-select select {
    font-size: 15px;
    color: #393939;
    font-weight: 400;
    font-family: Poppins;
    line-height: 20px;
    margin-bottom: 0px;
    border: none;
    background: #fff;
    width: 100%;
}
.modalbg-gray-box .cus-close-input {
    width: 6%;
    background: #ffffff;
    border-radius: 0px;
    padding: 5px 10px;
    height: 100%;
    border: 1px solid #0a0a0a!important;
    text-align: center;
	cursor: pointer;
}
.modalbg-gray-box .form-control {
    border: 1px solid #0a0a0a!important;
    border-radius: 0px!important;
    font-size: 14px!important;
    font-family: Poppins;
    line-height: 22px!important;
    font-weight: 400!important;
    color: #181818!important;
}
#toggleAge {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    cursor: pointer;
    top: 0px;
    float: right;
    padding: 6px;
    right: 6px;
}
.modalbg-gray-box .subtitle-text {
    font-size: 15px;
    font-weight: 600;
    font-family: Poppins;
    line-height: 22px;
    color: #181818;
    margin-bottom: 10px;
}
.d-flex.borderleft-state:after {
    position: absolute;
    border-right: 1px solid #da4000;
    width: 100%;
    height: 91px;
    content: "";
    margin-top: 0px;
    right: -21px;
    z-index: 1;
}
.pl-36{
	padding-left: 36px;
}
.pr-10{
	padding-right: 10px;
}
.border-box-noti{
	border:1px solid #000;
	border-radius:8px;
	padding:20px;
	margin-bottom:20px;
}
.border-box-noti h5{
	font-size: 22px;
    font-weight: 600;
    font-family: Poppins;
    line-height: 22px;
    color: #253646;
    margin-bottom: 10px;
	text-transform:uppercase;
}
.border-box-noti p{
	font-size: 15px;
    font-weight: 300;
    font-family: Poppins;
    line-height: 22px;
    color: #253646;
    margin-bottom: 10px;
}
.border-box-noti .noti-time{
    margin-bottom: 0px;
}
.border-box-noti .noti-time span{
	font-size: 15px;
    font-weight: 600;
    font-family: Poppins;
    line-height: 22px;
    color: #253646;
    margin-bottom: 0px;
}
button, input, optgroup, select, textarea {
    cursor: pointer !important;
}
.bg-white.f-travellers.insurance{
	position:unset!important;
	left:0!important;
	right:0!important;
	width:100%!important;
}
#ui-datepicker-div{
	z-index:9999!important;
}
select.tofromairport {
    position: absolute;
    top: 35px;
    min-height: 47px;
    width: 91%;
    left: 17px;
    border: none;
    background: #f2f2f2;
	appearance: auto!important;
}
#dashboard-collapse ul .active{
	background: #ffcc00;
    display: block;
    padding: 10px;
    padding-left: 36px;
}
#dashboard-collapse ul li{
	border-bottom:0px;
    padding-left: 36px;
}

#dashboard-collapse ul{	
    margin-left: -18px;
}
.border-box-noti .privacy-policy-anch{
	color: #0a58ca!important;
}
.border-box-noti ul li{
	font-size: 15px;
    font-weight: 300;
    font-family: Poppins;
    line-height: 22px;
    color: #253646!important;
    margin-bottom: 10px;
}
.border-box-noti strong {
    font-weight: bold;
}

.password-hints{color:#ffffff; font-size:0.75rem; line-height:15px;}
.checkboxBtn label, .checkboxBtn .form-check-label{color:#ffffff; font-size:16px;}

.form-check-inline.pl-0 {padding-left:0px;}
.tableBox table{color:#ffffff;}
.noteHints{font-size:0.85rem; margin-bottom:20px; line-height:15px;}
.upload-file-1{width:100%; padding-top:0px!important; padding-bottom:0px!important; margin-right:25px; text-align:left!important;}
.upload-file-1 label{padding:10px 0px; width:100%;}
.about-tour-guide p{
	color:#012060;
	font-size: 14px;
    line-height: 22px;
    font-family: Poppins;
	margin-bottom: 5px;
}
.about-tour-guide h5{
	color:#012060;
	font-size: 18px;
    line-height: 22px;
    font-family: Poppins;
	font-weight:600;
	margin-bottom: 0px;
    margin-top: 10px;
}
.red-text-error{
	padding: 0px 10px;
    color: #f60101;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.bank-details-text{	
	font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: Poppins;
    font-weight: 600;
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png)!important;
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png)!important;
}