body {
	background-color: #f9f9f9;
	padding-top:100px !important;
}

.topbar {
	box-shadow: 1px 0px 16px #5434f529;
    padding: 20px 0;
	display: flex;
	position: fixed;
	width: 100%;
	top:0px;
	z-index: 99;
	align-items: center;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
	transform:translateY(-100%);
}


#fixedbar.shrink.popped {
	animation-name: topbarclose;
	
	transform: translateY(-100%);
}


#fixedbar.topbar.popped {
	animation-name: topbaropen !important;
	animation-duration: 0.3s;
	animation-timing-function: ease-in-out;
	transform: translateY(0%);
}

.topbar .logo-container {
	max-width: 175px;
}

.topbar .topbar-dated {
	font-size: 10px;
	color: #ada9c3;
}

.topbar .topbar-brand {
	color: #342c5d;
	font-size: 12px;
	font-weight: 400;
}

.yellowColor {
    color: #f5a134;
}

.custom-status-p {
	padding-left: 35px;
}

.nl-square {
	font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding: 8px 10px 8px 10px;
    border-radius: 13px;
    width: 40px;
    height: 40px;
    background: white;
    text-align: center;
    box-shadow: 0px 3px 5px #5434f529;
	color: #342c5d;
	position: relative;
}

.lightgreenColor {
	color: #29e59d;
	position: absolute;
    right: 0px;
    font-size: 12px;
    bottom: 0px;

}

.nl-square .fa {
	}

.square-section {
	color: #342c5d;
    font-size: 14px;
}

.square-section .dropdown-toggle::after {
	color: #ada9c3;
}

.trip-name-travel {
	padding: 0;
}

.trip-name-travel {
	display: flex;
	justify-content:space-between;
}

.dropdown-menu.show {
	transform: translate3d(-90px, 21px, 0px);
	font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

.page-main-content {
	margin-top: 30px;
	font-family: 'Poppins', sans-serif;
}

.page-main-content aside ul {
	padding-left: 0;
	list-style: none;
}

.page-main-content aside ul li {
	color: #8b86a8;
	font-size: 14px;
	padding: 10px;
	border-radius: 12px;
	margin: 10px 0;
	cursor: pointer;
}

.page-main-content aside ul li span {
	padding-left: 20px;
}

/*.page-main-content aside ul li.active {
	background-color: #5434f5;
	color: #fff;
}*/

.contact-content {
	padding: 15px;
	border-radius: 10px;
	border:1px solid #ced4da;
}

.contact-content .contact-name {
	color: #ada9c3;
	font-size: 12px;
}

.contact-content .contact-no {
	color: #342c5d;
	font-size: 18px;
}

.contact-content .contact-name, .contact-content .contact-no {
	margin: 0;
}

.contact-content .cont-heading {
	font-size: 12px;
    color: #5434f5;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.contact-content img {
	margin: 0 auto;
	display: block;
}

/*Custom Switch Tab*/

.custom-switches {
	display: flex;
	align-items: center;
	margin: 40px 0;
}

.custom-switches .collapse-text {
	color: #8c87a8;
	font-size: 14px;
	font-weight: 500;
}

.custom-switches .switch {
  display: inline-block;
  height: 25px;
  position: relative;
  width: 45px;
  margin-bottom: 0;
}

.custom-switches .switch input {
  display:none;
}

.custom-switches .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.custom-switches .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "<";
    height: 20px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 20px;
    top: 2px;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-switches input:checked + .slider {
   background-color: #5434f5;
}

.custom-switches input:checked + .slider:before {
   transform: translateX(17px);
}

.custom-switches .slider.round {
   border-radius: 34px;
}

.custom-switches .slider.round:before {
   border-radius: 50%;
}

.copywright-text p {
	margin: 0;
	font-size: 12px;
	color: #ada9c3;
}

.body-content {
	font-family: 'Poppins', sans-serif;
}

.body-top-content .main-title {
	font-size: 30px;
	margin: 0;
	color: #342c5d;
	text-transform: capitalize;
}

.breadcrumbs-container {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}

.breadcrumb-text ul {
	padding-left: 0;
	list-style: none;
	margin: 0;
}

.breadcrumb-text ul li {
	display: inline;
	font-size: 12px;
	color: #ada9c3;
}

a, a:hover {
	text-decoration: none;
	color: inherit;
}

.breadcrumb-text ul li a {
	color: #ada9c3; 
}

.breadcrumb-text ul li.active-breadcrumb {
	color: #342c5d;
}

.pending-r p {
	margin: 0;
	color: #ada9c3;
	font-size: 12px;
}

.main-content-box {
    background: #fff;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 11px #5434f529;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.main-content-box .card {
    border: none;
    font-family: 'Poppins', sans-serif;
}

.main-content-box .card .card-header {
    background-color: #fff;
    border-bottom: none;
    padding: 0;
    color: #5434f5;
}

.main-content-box .card .card-header button, .main-content-box .card .card-header .fa {
    color: #5434f5;
    font-size: 20px;
    font-weight: 500;
}

.main-content-box .card .card-header .fa {
    font-size: 30px;
    font-weight: 400;
}

.main-content-box .accordion .card .card-body {
    padding-left: 0;
    padding-right: 0;
}

.main-content-box .accordion .card .card-body .label-text {
    font-size: 12px;
    color: #ada9c3;
    font-weight: 500;
    margin-bottom: 0;
}

.main-content-box .accordion .card .card-body .label-content {
    font-size: 14px;
    color: #342c5d;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

	.main-content-box .accordion .card .card-body .lastname-img {
		width: auto;
		height: auto;
		max-height: 40px;
		position: relative;
		top: 6px;
		right: 5px;
		border-radius: 0;
	}

.main-content-box .card .card-header button {
	padding: 0;
}

.main-content-box .card .card-header button:focus {
	box-shadow: none;
}

.summary-t {
	padding:20px 30px 20px;
	color: #5434f5;
	font-size: 20px;
	margin-bottom: 0px !important;
}


.trip-content {
	padding: 20px 20px 0px 20px;
}
.trip-los {
	font-size: 18px;
	color: #5434f5;
	margin: 0;
	line-height: 1;
}

.nu-passenger {
	color: #8b86a8;
	font-size: 14px;
	margin:0;
	padding-top: 5px;
}

.nu-passenger span {
	color: #342c5d;
}

.pass-label {
    font-size: 12px;
    font-weight: 500;
    color: #342c5d;
}

.gray-color {
    color: #ada9c3 !important;
}

.checkbox-c {
    display: block;
    margin-bottom: 15px;
}

.checkbox-c input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-c label {
    position: relative;
    cursor: pointer;
    color: #342c5d;
    transition: all .3s ease;
}

.checkbox-c label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #5434f5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 6px;
    transition: all .3s ease;
}

.checkbox-c input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 5px;
    height: 12px;
    border: solid #5434f5;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all 250ms cubic-bezier(.4,.0,.23,1);
    transition: all .3s ease;
}

.main-content-box .accordion .card .card-header .p-list, .main-content-box .accordion .card .card-header .p-list .fa {
	font-size: 14px;
}

.offer-group {
	padding: 20px;
}

input.pass-label {
    border: none;
    width: 100%;
}


.main-content-box.passenger-section {
	padding:0;
}

.accordion.passenger-accordian, .trip-los.mb-3.mt-2 {
	padding: 20px 30px;
}

.offer-group {
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 15px;
}

.date-flight .topbar-dated {
	font-size: 12px;
	color: #8b86a8;
	margin: 0;
}

.date-flight .actual-date {
	font-size: 24px;
	color: #342c5d;
	margin: 0;
	font-weight: 500;
}

.athen {
	color: #8b86a8;
	font-size: 12px;
	margin: 0;
}

.athen span {
	color: #342c5d;
	font-size: 12px;
}

.flights {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.line-bar {
	border-top: 1px solid #5434f5;
    width: 100px;
    display: inline-block;
    line-height: 0;
}

.offer-price {
	text-align: center;
	font-size: 30px;
}

.offer-price .price {
	color: #5434f5;
	font-weight: 500;
	margin: 0;
}

.offer-price .price .dp {
	color: #342c5d;
	font-weight: 300;
}

.luggage-content {
	padding-left: 55px;
}

.luggage-content .pc-2 {
	font-size: 10px;
	color: #342c5d;
	font-weight: 500;
}

.luggage-content .max {
	font-size: 12px;
	color: #342c5d;
	font-weight: 600;
}

.luggage-content p {
	margin: 0;
	text-align: left;
}

.luggage-content .luggage-container div {
	position: relative;
    top: 5px;
    left: 5px;
}

.flight-btn {
	background-color: transparent;
    color: #5434f5;
    border: 1px solid;
    border-radius: 36px;
    font-size: 14px;
    width: 120px;
    height: 45px;
}
.flight-btn:focus,.flight-btn :active{
	background-color: #5434f5;
	color:#fff;
	outline: 0px;
}

.flights .athen {
	width: 96px;
}

.refund-policy {
	font-size: 10px;
	margin-top: 30px;
	color: #ada9c3;
	line-height: 1.8;
}

.refund-policy .fa, .refund-policy b {
	color: #332b5d;
	font-size: 11px;
}

.refund-policy .fa {
	font-size: 16px;
    padding-right: 7px;
    line-height: 1;
}

.select-flight {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #5434f5;
}

.line-bullet {
	display: block;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 16%;
    right: 49%;
    background: white;
    width: 22px;
}

.line-bullet .fa {
	color: #5434f5;
}

.hours {
	color: #5434f5;
	font-size: 12px;
}

.stop {
	color: #342c5d;
	font-size: 12px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.stop .red {
	color: red;
}

.flight-btn.bg-flight {
	background-color: #5434f5;
	color: #fff;
}

.luggage-content.with-price .offer-price {
	font-size: 16px;
}

.outbound {
	font-size: 14px;
	color: #8b86a8;
	border-bottom: 2px solid #5434f5;
}

.outbound.inbound {
	border-bottom: none;
}

.airport-section .fa-circle-thin, .airport-section .dot, .airport-section .travel-t {
	color: #ada9c3;
}

.airport-section .travel-t {
	font-size: 12px;
}

.airport-section p {
	margin: 0;
}

.airport-section .airpot-place {
	font-size: 14px;
	font-weight: 500;
	color: #342c5d;
}

.air-flights {
	color: #342c5d;
	background-color: #eeebfe;
	padding: 10px;
    font-size: 10px;
    width: 60%;
    text-align: center;
    margin-left: 35px !important;
    border-radius: 4px;
    margin-top: 25px !important;
    font-weight: 600;
}

.option-section span {
	font-size: 10px;
	color: #8b86a8;
}
.option-section:focus{
	box-shadow: none !important;
}
.stop-section .stop-circle {
	font-size: 12px;
	color: #5434f5;
	font-weight: bold;
}

.stop-section .stop-circle .fa-circle {
	padding-right: 15px;
}

.stop-section .stop-time {
	color: #342c5d;
	font-size: 12px;
	padding-left: 20px;
}

.view-fare a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    color: #5434f5;
}

.view-fare p {
	text-align: right;
}

.af-text {
	display: block;
    text-align: center;
    font-size: 12px;
    padding-top: 8px;
    color: #342c5d;
}

.custom-border {
	border-bottom: none;
    border-left: none;
    border-right: none;
}

.custom-fare-div {
	padding: 50px 20px 20px;
}

.textarea-section textarea {
	width: 100%;
	font-size: 14px;
	height: 100px;
	border-radius: 10px;
	background-color: #f9f9f9;
}

footer {
    background-color: #fff;
    height: 75px;
    line-height: 75px;
}

.btn.rebok {
	font-size: 14px;
	border: 1px solid #5434f5;
	background-color: #fff;
	color: #5434f5;
	border-radius: 50px;
	padding: 10px 25px;
}

.btn.cancel {
	font-size: 14px;
	border:none;
	background-color: #fff;
	color: red;
}

.btn.time {
	color: #5434f5;
	font-weight: 400;
}

.btn.ticket {
	 background: #5434f5;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    padding: 10px 25px;
}

button.btn.option-section.collapsed {
/*	transform: rotate(180deg);
	transition: ease 0.5s;*/
	transform: rotate(0deg);
	transition: ease 0.5s;
}

button.btn.option-section {
	transform: rotate(0deg);
	transition: ease 0.5s;
}

#optionOne, #optionTwo, #optionThree, #optionFour {
	border: 1px solid rgba(0,0,0,.1);
    border-radius: 15px;
    padding: 35px 50px 30px;
}



.option-T {
	font-size: 18px;
	color: #342c5d;
	margin-bottom: 30px;
}

.option-cards {
	overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 1s ease;

}

.option-cards .fa-long-arrow-right {
	position: absolute;
    right: 80px;
    z-index: 9999999;
    margin-top: 170px;
    font-size: 25px;
    color: #342c5d;
}

.option-cards .card {
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 15px;
	display: inline-block;
	margin-right: 10px;
}

.option-type {
	font-size: 18px;
	color: #342c5d;
	font-weight: 700;
	margin-bottom: 0;
}

.option-header {
	display: flex;
	justify-content: space-between;
}

.option-header .fa-check-circle {
	color: #26d95d;
}

.option-cards .currency-type {
	color: #342c5d;
	font-size: 14px;
	margin: 0;
}

.option-cards .price-section {
	color: #5434f5;
	font-size: 30px;
	margin-bottom: 0;
	margin-top: 15px;
    font-weight: 500;
}

.option-cards .per-person {
	color: #ada9c3;
	font-size: 10px;
}

.option-cards .option-list {
	font-size: 14px;
	color: #342c5d;
	margin-bottom: 0;
	margin-top: 25px;
	font-weight: 500;
	min-height: 190px;
}

.sold-out-footer {
	background-image: linear-gradient(#fff, #ffafca);

}

.sold-options p {
	margin-top: 46px;
}

.sold-out-footer img, .sold-out-footer span {
	visibility: hidden;
} 

.sold-options {
	margin-top: 46px;
}

.option-cards .card-footer {
	background-color: transparent;
	padding: 30px 20px;
	height: 85px;
	border-radius: 0 0 15px 15px;
}

.option-cards .card-footer .footer-luggage-t {
	color: #342c5d;
	font-size: 12px;
	font-weight: 600;
}

.option-cards .card {
	width: 280px;
}

.option-cards::-webkit-scrollbar {
	display: none;
}

.fare-text-b {
	font-size: 12px;
	color: #8c87a8;
	margin-top: 30px;
}
   
@media (min-width: 768px) {
	.trip-name-travel {
		display: flex;
		justify-content:space-between;
	}

	.sm-m-logo {
		padding-top: 30px;
	}
}

@media (max-width: 845px) {
	.flight-btn {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.trip-name-travel {
		padding-left: 5px;
		padding-right: 5px;
	}
	.luggage-content.with-price {
		padding-left: 15px;
    	display: flex;
    	align-items: center;
    	justify-content: space-around;
	}

	.offer-group {
		padding: 10px;
	}

	.airport-section .airpot-place {
		font-size: 12px;
	}

	.air-flights {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 20px !important;
	}

	#optionOne, #optionTwo, #optionThree, #optionFour {
		padding: 5px 0px 0px !important;
	}
	
	#optionOne .card-body, #optionTwo .card-body, #optionThree .card-body, #optionFour .card-body {
		padding: 10px;
	}

	.option-T {
		margin-bottom: 30px;
	}

	.option-cards .fa-long-arrow-right {
		right: 40px;
	}

	.option-cards .card {
		width: 265px;
	}
}

@media (max-width: 340px) {
	.hours, .stop, .athen span {
		font-size: 10px;
	}

	.line-bar {
    	width: 55px;
    }

    .line-bullet {
    	right: 50%;
    	top: 29%;
    }

    .line-bullet .fa {
    	font-size: 12px;
    }

    .out-plane img {
    	position: relative;
    	top: 8px;
    }
}

@media (max-width: 360px) and (min-width: 341px) {
	.hours, .stop, .athen span {
		font-size: 9px;
	}

	.line-bar {
    	width: 74px;
	}

    .line-bullet {
    	top: 21%;
    }

    .line-bullet .fa {
    	font-size: 12px;
    }

    .date-flight .actual-date {
    	font-size: 14px !important;
    }

    .date-flight .topbar-dated {
    	font-size: 10px;
    }

    .athen {
    	font-size: 10px;
    }

    .line-bullet {
    	width: 16px;
    }
}

@media (max-width: 390px) and (min-width: 361px) {
	.date-flight .topbar-dated {
    	font-size: 10px;
	}

	.date-flight .actual-date {
	    font-size: 14px;
	}

	.athen {
		font-size: 12px;
	}

	.line-bar {
	    width: 94px;
	}

	.line-bullet {
	    top: 24%;
	}

	.hours, .stop, .athen span {
		font-size: 10px;
	}
}

@media (max-width: 450px) and (min-width: 391px) {
	.line-bar {
		width: 125px;
	}

	.line-bullet {
		top: 24%;
    	right: 49%;
	}
}
@media (max-width: 579px) and (min-width: 451px) {
	.line-bar {
		width: 160px;
	}

	.line-bullet {
		top: 27%;
    	right: 49%;
	}
}

@media (max-width: 767px) and (min-width: 580px) {
	.line-bar {
		width: 300px;
	}

	.line-bullet {
		top: 18%;
    	right: 49%;
	}
}

@media (max-width: 576px) {
	.trip-name-travel {
		padding-right: 15px;
		padding-left: 15px;
	}

	.custom-status-p {
		padding-left: 15px;
	}

	.date-flight .actual-date {
		font-size: 18px;
	}

	.offer-price {
		margin-top: 20px;
	}

	.offer-price .price {
		font-size: 20px;
	}

	.flights {
		margin-top: 20px;
	}

	.select-flight {
		text-align: center;
		justify-content: space-evenly;
		margin-top: 25px;
	}

	.flag {
		display: flex;
		align-items: center;
	}

	.date-flight.text-right {
		text-align: left !important;
	}

	.date-flight.text-left {
		text-align: right !important;
	}

	.in-out-bound {
		margin: 10px auto;
		text-align: center;
	}

	.sm-m-logo {
		margin-bottom: 20px;
	}
}

@media (max-width: 1300px) {
	.luggage-content.with-price .offer-price {
		margin-top: 20px;
	}

	.luggage-content.with-price {
		padding-left: 15px;
	}
}
@media (min-width: 1300px) {
	.line-bullet {
		top: 18%;
    	right: 50%;
	}

	.line-bar {
		width: 175px;
		margin: 0 10px;
		vertical-align: super;
	}

	.luggage-content.with-price {
		padding-left: 15px;
    	display: flex;
    	align-items: center;
    	justify-content: space-around;
	}
}

@media (max-width: 991px) {
	.air-flights {
		width: 90%;
	}
}

@media (min-width: 992px) {
	.our-hr {
		margin-left: 25px;
	}

	.contact-content {
		margin-top: 150px;
	}

}


@keyframes topbaropen {
	from {
		transform:translateY(-100%);
	}
	to {
		transform: translateY(0%);
	}
}

@keyframes topbarclose {
	from {
		transform: translateY(0%);
	}

	to {
		transform: translateY(-100%);
	}
}
.travelphoto_header {
	width: 35px;
	height: 35px;
	position: relative;
	border-radius: 20px;
	padding-right: unset !important;
}